Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

4.0.0 (2019-03-12)

Compare
Choose a tag to compare
@ricellis ricellis released this 12 Mar 15:32
· 159 commits to master since this release
e0e4242
  • [NEW] Added option for client to authenticate with IAM token server.
  • [FIXED] Add vcapServiceName configuration option to TS declarations.
  • [FIXED] Case where .resume() was called on an undefined response.
  • [FIXED] Updated the default IAM token server URL.
  • [BREAKING CHANGE] Nano 7 accepted a callback to the *AsStream functions, but the correct behaviour when using the request object from *AsStream functions is to use event handlers. Users of the *AsStream functions should ensure they are using event handlers not callbacks before moving to this version.
  • [UPGRADED] Apache CouchDB Nano to a minimum of version 8 for *AsStream function fixes.