This repository was archived by the owner on Mar 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments