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

Commit 1b146f6

Browse files
authored
Merge pull request #461 from cloudant/prepare-4.5.0-release
Prepare 4.5.0 release
2 parents 8417bf5 + 5389df4 commit 1b146f6

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGES.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# 4.4.1 (2021-08-02)
2-
- [FIXED] Hang caused by plugins (i.e. retry plugin) preventing callback execution
3-
by attempting to retry on errors received after starting to return the response body.
4-
- [DEPRECATED] This library is now deprecated and will be EOL on Dec 31 2021.
1+
# 4.5.0 (2021-08-26)
52
- [IMPROVED] - Document IDs and attachment names are now rejected if they could cause an unexpected
63
Cloudant request. We have seen that some applications pass unsantized document IDs to SDK functions
74
(e.g. direct from user requests). In response to this we have updated many functions to reject
85
obviously invalid paths. However, for complete safety applications must still validate that
96
document IDs and attachment names match expected patterns.
107

8+
# 4.4.1 (2021-08-02)
9+
- [FIXED] Hang caused by plugins (i.e. retry plugin) preventing callback execution
10+
by attempting to retry on errors received after starting to return the response body.
11+
- [DEPRECATED] This library is now deprecated and will be EOL on Dec 31 2021.
12+
1113
# 4.4.0 (2021-06-18)
1214
- [FIXED] Parsing of max-age from Set-Cookie headers.
1315
- [FIXED] Double callback if plugin errors when updating state.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "[email protected]:cloudant/nodejs-cloudant.git"
99
},
10-
"version": "4.4.2-SNAPSHOT",
10+
"version": "4.5.0",
1111
"author": {
1212
"name": "IBM Cloudant",
1313
"email": "[email protected]"

0 commit comments

Comments
 (0)