Releases: Backblaze/B2_Command_Line_Tool
Releases · Backblaze/B2_Command_Line_Tool
2.2.0
Added
- Option to automatically authorize account when running commands other than
authorize-account
via
B2_APPLICATION_KEY_ID
andB2_APPLICATION_KEY
env vars
Changed
- Improve setup and teardown for the integration tests
- Use
setuptools-scm
for versioning - Improve CLI and RTD descriptions of the commands
- Add upper version limit for arrow dependency, because of a breaking change
Fixed
- Fix for the Windows bundled version
- Fix docs autogen
2.1.0
Added
- Add support for Python 3.9
- Add a possibility to append a string to the User-Agent via
B2_USER_AGENT_APPEND
env
Changed
- Update
b2 sync
usage text for bucket-to-bucket sync
Removed
- Drop Python 2 support 🎉 (for old systems you can now use the binary distribution)
- Remove
--prefix
fromls
(it didn't really work, usefolderName
argument) - Clean up legacy code (
CliBucket
, etc.)
Fixed
- Fix docs generation in CI
- Correct names of the arguments in
b2 create-key
usage text
2.0.2 (2020-07-15)
Changes:
Add --environment internal parameter for authorize-account