[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.
4.0.0 (2019-03-12)
vcapServiceName
configuration option to TS declarations..resume()
was called on an undefined response.*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.*AsStream
function fixes.