Couchdb Nano Versions Save

Nano: The official Apache CouchDB library for Node.js

v10.1.3

5 months ago

Maintenance release to update axios

v10.1.2

1 year ago
  • Bug fix for cookie refresh handling

v10.1.1

1 year ago
  • bug fix for session persistence when using nano.auth

v10.1.0

1 year ago
  • 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

v10.0.0

2 years ago
  • Properly escape partition ids - Thanks @swansontec. This is a potentially breaking change for anyone encoding the partition key before passing to Nano. See https://github.com/apache/couchdb-nano/issues/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

v9.0.5

2 years ago
  • fixes db.multipart.insert function which didn't work as axios didn't have the ability to build multipart requests. This is now fixed.

v9.0.4

2 years ago
  • fix circular dependency bug when logging
  • fix customer header support
  • document how to supply custom CA for https

9.0.3

3 years ago
  • fix circular reference logging bug

9.0.2

3 years ago
  • 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

3 years ago

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