Releases: IBM/couchbackup
Releases · IBM/couchbackup
2.6.0 (2020-09-22)
- [FIXED] Invalid parameters error when using shallow mode.
- [UPGRADED] Upgraded
@cloudant/cloudant
dependency to version4.3.0
. - [NOTE] Updated minimum supported engine to Node.js 10 "dubnium" LTS.
2.5.2 (2020-03-02)
- [FIXED] Issue with compatibility with Nano 8.2.0.
2.5.1 (2019-12-06)
- [FIXED] Issue with incorrect handling of percent-encoded user info characters via @cloudant/cloudant dependency.
- [UPGRADED] Upgraded @cloudant/cloudant dependency to minimum version 4.2.3
- [IMPROVED] Added documentation around encoding of characters in the user info subcomponent of the URL.
2.5.0 (2019-10-24)
- [UPGRADED] Upgraded @cloudant/cloudant dependency to version 4.2.2.
- [NOTE] Updated minimum supported engine to Node.js 8 “Carbon” LTS.
2.4.2 (2019-08-20)
- [FIXED] Preserve document revisions in shallow backup.
- [UPGRADED] Upgraded commander dependency to version 3.0.0.
2.4.1 (2019-06-18)
- [FIXED] Removed inadvertent npm-cli-login dependency.
- [UPGRADED] Upgraded @cloudant/cloudant dependency to version 4.1.1.
- [UPGRADED] Upgraded async dependency to version 3.0.1.
2.4.0 (2019-03-15)
- [NEW] Added request timeout option. Set via env var
COUCH_REQUEST_TIMEOUT
,
as CLI option--request-timeout
, or programmatically via
options.requestTimeout
. - [IMPROVED] Replaced usages of Node.js legacy URL API. Note this changes some
URL validation error messages. - [IMPROVED] Documentation, help text and log warnings for invalid options in
"shallow" mode. - [UPGRADED] Moved nodejs-cloudant dependency to 4.x.x.
2.3.1 (2018-06-15)
- [FIXED] Concurrent database backups use the same default log file.
- [FIXED] IAM token URL override option.
2.3.0 (2018-05-22)
- [NEW] Check for database existence before starting backup. This provides for
better error messages for existence, authentication, and_bulk_get
problems. - [FIXED] Intermittent issues with multiple callbacks, particularly noticeable
when using Node.js 10. - [FIXED] Issue where a success message could confusingly be output after a
fatal error. - [UPGRADED] Increased nodejs-cloudant dependency minimum to 2.2.x.
2.2.0 (2018-03-06)
- [FIXED] An issue where the _changes response stream doesn't get correctly decompressed.
- [FIXED] Prevent duplicate execution of backup error callbacks.
- [NOTE] Update engines in preparation for Node.js 4 “Argon” end-of-life.