@cloudant/couchbackup 2.6.1-SNAPSHOT.16 → 2.6.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.
Files changed (2) hide show
  1. package/CHANGES.md +3 -2
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -1,5 +1,6 @@
1
- # Unreleased
1
+ # 2.6.1 (2021-06-23)
2
2
  - [FIXED] Async queue pause/resume behaviour to avoid exhausting listener handles.
3
+ - [UPGRADED] Upgraded `@cloudant/cloudant` dependency to version `4.4.0`.
3
4
 
4
5
  # 2.6.0 (2020-09-22)
5
6
  - [FIXED] Invalid parameters error when using shallow mode.
@@ -72,7 +73,7 @@
72
73
  - [IMPROVED] Enhanced resilience of backup and restore processes by enabling the
73
74
  nodejs-cloudant retry plugin.
74
75
  - [IMPROVED] Added URL validation for presence of host and database elements.
75
- - [UPGRADED] Increased nodejs-cloudant dependency to 2.x.
76
+ - [UPGRADED] Increased nodejs-cloudant dependency to 2.x.
76
77
 
77
78
  # 2.0.1 (2018-01-11)
78
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudant/couchbackup",
3
- "version": "2.6.1-SNAPSHOT.16",
3
+ "version": "2.6.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",