3.18.0
github-actions
released this
02 Apr 13:30
·
159 commits
to master
since this release
Changed
- Change all
_b2v4 --camelCase
CLI flags to --kebab-case.
Add deprecation warning forb2v3 --camelCase
CLI flags.
Fixed
- Don't persist credentials provided in the Environment variables in any command other than
authorize-account
when usingb2v4
. - Fix
b2 --help
showing full binary path instead of just basename.
Added
- Add autocomplete support for
zsh
andfish
shells. - Add support for calling
b2 ls
without arguments to list all buckets.
Infrastructure
- Add dockerhub description deployment to CD workflow.
- Add support for pre-releases in CD.
- Fix missing command output when running
nox
under CI. - Increase verbosity when running tests under CI.
- Update to GitHub Actions using Node 20.