@cloudant/couchbackup 2.9.6-SNAPSHOT.59 → 2.9.6

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 +5 -1
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
- # Unreleased
1
+ # 2.9.6 (2023-01-06)
2
+ - [FIXED] HTTP client dependency issue that masked backup errors when server connection was dropped.
2
3
  - [FIXED] Discard temporary file descriptor for backup.
4
+ - [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.4.0`.
5
+ - [UPGRADED] `ibm-cloud-sdk-core` peerDependency to minimum version `4.0.2` to match version provided from `@ibm-cloud/cloudant`.
6
+ - [UPGRADED] `axios` peerDependency to minimum version `1.2.1` to match version provided from `ibm-cloud-sdk-core`.
3
7
 
4
8
  # 2.9.5 (2022-11-01)
5
9
  - [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.3.0`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudant/couchbackup",
3
- "version": "2.9.6-SNAPSHOT.59",
3
+ "version": "2.9.6",
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",