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

Commit

Permalink
Merge pull request #461 from cloudant/prepare-4.5.0-release
Browse files Browse the repository at this point in the history
Prepare 4.5.0 release
  • Loading branch information
ricellis authored Aug 26, 2021
2 parents 8417bf5 + 5389df4 commit 1b146f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# 4.4.1 (2021-08-02)
- [FIXED] Hang caused by plugins (i.e. retry plugin) preventing callback execution
by attempting to retry on errors received after starting to return the response body.
- [DEPRECATED] This library is now deprecated and will be EOL on Dec 31 2021.
# 4.5.0 (2021-08-26)
- [IMPROVED] - Document IDs and attachment names are now rejected if they could cause an unexpected
Cloudant request. We have seen that some applications pass unsantized document IDs to SDK functions
(e.g. direct from user requests). In response to this we have updated many functions to reject
obviously invalid paths. However, for complete safety applications must still validate that
document IDs and attachment names match expected patterns.

# 4.4.1 (2021-08-02)
- [FIXED] Hang caused by plugins (i.e. retry plugin) preventing callback execution
by attempting to retry on errors received after starting to return the response body.
- [DEPRECATED] This library is now deprecated and will be EOL on Dec 31 2021.

# 4.4.0 (2021-06-18)
- [FIXED] Parsing of max-age from Set-Cookie headers.
- [FIXED] Double callback if plugin errors when updating state.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:cloudant/nodejs-cloudant.git"
},
"version": "4.4.2-SNAPSHOT",
"version": "4.5.0",
"author": {
"name": "IBM Cloudant",
"email": "[email protected]"
Expand Down

0 comments on commit 1b146f6

Please sign in to comment.