Skip to content

Releases: IBM/couchbackup

2.6.0 (2020-09-22)

22 Sep 15:55
b476090
Compare
Choose a tag to compare
  • [FIXED] Invalid parameters error when using shallow mode.
  • [UPGRADED] Upgraded @cloudant/cloudant dependency to version 4.3.0.
  • [NOTE] Updated minimum supported engine to Node.js 10 "dubnium" LTS.

2.5.2 (2020-03-02)

02 Mar 12:01
37c7a8a
Compare
Choose a tag to compare
  • [FIXED] Issue with compatibility with Nano 8.2.0.

2.5.1 (2019-12-06)

06 Dec 09:24
ea594c9
Compare
Choose a tag to compare
  • [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)

24 Oct 11:38
9ee9c9d
Compare
Choose a tag to compare
  • [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)

20 Aug 11:00
3ff7439
Compare
Choose a tag to compare
  • [FIXED] Preserve document revisions in shallow backup.
  • [UPGRADED] Upgraded commander dependency to version 3.0.0.

2.4.1 (2019-06-18)

18 Jun 12:06
3dfda11
Compare
Choose a tag to compare
  • [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)

15 Mar 10:33
bb7fea8
Compare
Choose a tag to compare
  • [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)

15 Jun 13:43
747f6a7
Compare
Choose a tag to compare
  • [FIXED] Concurrent database backups use the same default log file.
  • [FIXED] IAM token URL override option.

2.3.0 (2018-05-22)

22 May 11:20
ea3c74b
Compare
Choose a tag to compare
  • [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)

06 Mar 14:57
fd40bc8
Compare
Choose a tag to compare
  • [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.