This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
4.0.0 (2019-03-12)
- [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 therequest
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.