Skip to content

Releases: apache/couchdb-nano

10.1.3

15 Nov 09:16
2ceb3dd
Compare
Choose a tag to compare

Maintenance release to update axios

10.1.2

26 Jan 15:28
dc67354
Compare
Choose a tag to compare
  • Bug fix for cookie refresh handling

10.1.1

11 Jan 12:24
19c919f
Compare
Choose a tag to compare
  • bug fix for session persistence when using nano.auth

10.1.0

03 Nov 15:17
22850d7
Compare
Choose a tag to compare
  • update dependencies, including using the latest, post v1, Axios
  • aborting in-flight HTTP requests initiated by ChangesReader when stop is called. cc @insidewhy
  • remove axios-cookiejar-support dependency which causes some users problems
  • ensure callbacks are called with Error objects cc @revington
  • various small typos and Typescript fixes from @lukashass @insidewhy @DougReeder

10.0.0

25 Mar 09:38
f5a731c
Compare
Choose a tag to compare
  • Properly escape partition ids - Thanks @swansontec. This is a potentially breaking change for anyone encoding the partition key before passing to Nano. See #283
  • Fix up broken badge links - Thanks @brnnnfx
  • Typescript fixes - Thanks @sziladriana
  • More Typescript fixes - Thanks @adipascu
  • Yet more Typescript fixes - Thanks @vividn
  • Dependency bump to get latest axios and other dependencies

9.0.5

14 Sep 08:22
Compare
Choose a tag to compare
  • fixes db.multipart.insert function which didn't work as axios didn't have the ability to build multipart requests. This is now fixed.

9.0.4

02 Sep 10:47
Compare
Choose a tag to compare
  • fix circular dependency bug when logging
  • fix customer header support
  • document how to supply custom CA for https

9.0.3

15 Jan 07:25
1680101
Compare
Choose a tag to compare
  • fix circular reference logging bug

9.0.2

13 Jan 08:40
fb38c50
Compare
Choose a tag to compare
  • vastly improved TypeScript definition comments which show up as hints in VSCode
  • some TypeScript definition bug fixes
  • switched README to use async/await examples
  • scrub credentials from logged messages

v9.0.1

09 Nov 08:35
Compare
Choose a tag to compare

Bug fix release, fixing bug in instantiation of the HttpAgent object.