Releases: IBM/couchbackup
Releases · IBM/couchbackup
2.9.2 (2022-08-02)
- [UPGRADED]
@ibm-cloud/cloudant
dependency to version0.1.5
. - [UPGRADED]
ibm-cloud-sdk-core
peerDependency to version3.1.0
.
2.9.1 (2022-07-19)
- [UPGRADED]
@ibm-cloud/cloudant
dependency to version0.1.4
.
2.9.0 (2022-05-09)
- [UPGRADED]
@ibm-cloud/cloudant
dependency to version0.1.2
. - [NOTE] Updated minimum supported engine to Node.js 14
fermium
LTS.
2.8.3 (2022-04-05)
- [UPGRADED]
@ibm-cloud/cloudant
dependency to version0.1.1
. - [NOTE] Move
retry-axios
andibm-cloud-sdk-core
to peerDependencies.
2.8.2 (2022-02-10)
- [UPGRADED] @ibm-cloud/cloudant dependency to version 0.0.24.
2.8.1 (2021-12-02)
- [FIXED] Regression from version 2.7 resulting in incorrect handling of percent-encoded credentials in the URL user-info.
2.8.0 (2021-11-25)
- [FIXED] Corrected
user-agent
header on requests. - [FIXED] Restore of shallow backups created with versions <=2.4.2.
- [IMPROVED] Added quiet option to backup and restore to suppress batch messages.
- [IMPROVED] Added a preflight check for restore function to make sure that a target database is new and empty.
- [IMPROVED] Added handling for errors reading log file.
- [IMPROVED] Split changes spooling to improve reliability on databases with millions of documents.
- [UPGRADED]
@ibm-cloud/cloudant
,commander
anddebug
dependencies.
2.7.0 (2021-09-14)
- [UPGRADED] Cloudant client dependency from
@cloudant/cloudant
to@ibm-cloud/cloudant
.
2.6.2 (2021-08-27)
- [FIXED]
Invalid document ID: _bulk_get
error when using@cloudant/cloudant
version4.5.0
. - [UPGRADED] Upgraded
@cloudant/cloudant
dependency to version4.5.0
. - [NOTE] Updated minimum supported engine to Node.js 12
erbium
LTS.
2.6.1 (2021-06-23)
- [FIXED] Async queue pause/resume behaviour to avoid exhausting listener handles.
- [UPGRADED] Upgraded
@cloudant/cloudant
dependency to version4.4.0
.