Skip to content

Commit

Permalink
Merge pull request #415 from cloudant/prepare-2.8.0-release
Browse files Browse the repository at this point in the history
Prepare 2.8.0 release
  • Loading branch information
ricellis authored Nov 25, 2021
2 parents 0e787c2 + 8167f51 commit 54f51df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Unreleased
# 2.8.0 (2021-11-25)
- [FIXED] Corrected `user-agent` header on requests.
- [FIXED] Restore of shallow backups created with versions <=2.4.2.
- [IMPROVED] Added quiet option to backup and restore to suppress batch messages.
- [IMPROVED] Added a preflight check for restore function to make sure that a target database is new and empty.
- [IMPROVED] Added handling for errors reading log file.
- [IMPROVED] Split changes spooling to improve reliability on databases with
millions of documents.
- [UPGRADED] `@ibm-cloud/cloudant`, `commander` and `debug` dependencies.

# 2.7.0 (2021-09-14)
- [UPGRADED] Cloudant client dependency from `@cloudant/cloudant` to `@ibm-cloud/cloudant`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ npm install -g @cloudant/couchbackup
```

### Requirements
* The minimum required Node.js version is 10.
* The minimum required Node.js version is 12.
* The minimum required CouchDB version is 2.0.0.

### Snapshots
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudant/couchbackup",
"version": "2.7.1-SNAPSHOT",
"version": "2.8.0",
"description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
"homepage": "https://github.com/cloudant/couchbackup",
"repository": "https://github.com/cloudant/couchbackup.git",
Expand Down

0 comments on commit 54f51df

Please sign in to comment.