Skip to content

Releases: Backblaze/b2-sdk-python

1.3.0

13 Jan 11:53
Compare
Choose a tag to compare

Added

  • Add custom exception for 403 transaction_cap_exceeded
  • Add get_file_info_by_id and get_file_info_by_name to Bucket
  • FileNotPresent and NonExistentBucket now subclass new exceptions FileOrBucketNotFound and ResourceNotFound

Changed

  • Fix missing import in the synchronization example
  • Use setuptools-scm for versioning

1.2.0

03 Nov 11:59
Compare
Choose a tag to compare

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 from ls (it didn't really work, use folderName argument)

Fixed

  • Allow to set an empty bucket info during the update
  • Fix docs generation in CI