@cloudant/couchbackup 2.8.1-SNAPSHOT.66 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +2 -2
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# 2.8.1 (2021-12-02)
|
|
2
2
|
- [FIXED] Regression from version 2.7 resulting in incorrect handling of percent-encoded credentials in the URL user-info.
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
# 2.8.0 (2021-11-25)
|
|
5
5
|
- [FIXED] Corrected `user-agent` header on requests.
|
|
6
6
|
- [FIXED] Restore of shallow backups created with versions <=2.4.2.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudant/couchbackup",
|
|
3
|
-
"version": "2.8.1
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
|
|
5
5
|
"homepage": "https://github.com/cloudant/couchbackup",
|
|
6
6
|
"repository": "https://github.com/cloudant/couchbackup.git",
|