Releases: Backblaze/b2-sdk-python
Releases · Backblaze/b2-sdk-python
1.3.0
Added
- Add custom exception for
403 transaction_cap_exceeded
- Add
get_file_info_by_id
andget_file_info_by_name
toBucket
FileNotPresent
andNonExistentBucket
now subclass new exceptionsFileOrBucketNotFound
andResourceNotFound
Changed
- Fix missing import in the synchronization example
- Use setuptools-scm for versioning
1.2.0
Added
- Add support for Python 3.9
- Support for bucket to bucket sync
- Add a possibility to append a string to the User-Agent in
B2Http
Changed
- Change default fetch count for
ls
to 10000
Removed
- Drop Python 2 and Python 3.4 support 🎉
- Remove
--prefix
fromls
(it didn't really work, usefolderName
argument)
Fixed
- Allow to set an empty bucket info during the update
- Fix docs generation in CI