Skip to content

Commit

Permalink
add breaking changes note to v4 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed May 13, 2024
1 parent 9aa400e commit 0d0878b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ upcoming release can be found in [changelog.d](changelog.d).
### Changed

- CLI `b2` executable now points to the latest stable ApiVer version, `b2v4`, previously it pointed to `b2v3`.
See ApiVer section in the documentation for more details.
These means following breaking changes:
- `b2` will no longer persists credentials and other secrets on disk if credentials were passed through `B2_*` environment variables. To explicitly persist them and keep using local cache for better performance, user can simply call `b2 account account`
- `b2 ls` and `b2 rm` no longer accept two positional arguments, instead accepting only `B2 URI` (e.g. `b2://bucketName/path`)
- Changed `sync` command exit status code from 0 to 1 if any warnings or errors were encountered during the operation.

### Fixed
Expand Down

0 comments on commit 0d0878b

Please sign in to comment.