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

Commit dee3e5f

Browse files
authored
Merge pull request #369 from cloudant/365-fix-vcap-ts-def
365 fix vcap ts def
2 parents 46d8bed + b17f53f commit dee3e5f

File tree

5 files changed

+403
-397
lines changed

5 files changed

+403
-397
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# UNRELEASED
22
- [NEW] Added option for client to authenticate with IAM token server.
3+
- [FIXED] Add `vcapServiceName` configuration option to TS declarations.
34
- [FIXED] Case where `.resume()` was called on an undefined response.
5+
- [FIXED] Updated the default IAM token server URL.
46
- [BREAKING CHANGE] Nano 7 accepted a callback to the `*AsStream` functions, but
57
the correct behaviour when using the `request` object from `*AsStream`
68
functions is to use event handlers. Users of the `*AsStream` functions should
79
ensure they are using event handlers not callbacks before moving to this
810
version.
911
- [UPGRADED] Apache CouchDB Nano to a minimum of version 8 for `*AsStream`
1012
function fixes.
11-
- [FIXED] Updated the default IAM token server URL.
1213

1314
# 3.0.2 (2019-01-07)
1415
- [FIXED] Remove unnecessary `@types/nano` dependancy.

0 commit comments

Comments
 (0)