Skip to content

Commit 54f51df

Browse files
authored
Merge pull request #415 from cloudant/prepare-2.8.0-release
Prepare 2.8.0 release
2 parents 0e787c2 + 8167f51 commit 54f51df

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# Unreleased
1+
# 2.8.0 (2021-11-25)
22
- [FIXED] Corrected `user-agent` header on requests.
33
- [FIXED] Restore of shallow backups created with versions <=2.4.2.
44
- [IMPROVED] Added quiet option to backup and restore to suppress batch messages.
55
- [IMPROVED] Added a preflight check for restore function to make sure that a target database is new and empty.
66
- [IMPROVED] Added handling for errors reading log file.
77
- [IMPROVED] Split changes spooling to improve reliability on databases with
88
millions of documents.
9+
- [UPGRADED] `@ibm-cloud/cloudant`, `commander` and `debug` dependencies.
910

1011
# 2.7.0 (2021-09-14)
1112
- [UPGRADED] Cloudant client dependency from `@cloudant/cloudant` to `@ibm-cloud/cloudant`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npm install -g @cloudant/couchbackup
3535
```
3636

3737
### Requirements
38-
* The minimum required Node.js version is 10.
38+
* The minimum required Node.js version is 12.
3939
* The minimum required CouchDB version is 2.0.0.
4040

4141
### Snapshots

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudant/couchbackup",
3-
"version": "2.7.1-SNAPSHOT",
3+
"version": "2.8.0",
44
"description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
55
"homepage": "https://github.com/cloudant/couchbackup",
66
"repository": "https://github.com/cloudant/couchbackup.git",

0 commit comments

Comments
 (0)