Skip to content

chore(deps): update dependency b2sdk to v1.16.0

Botaniker (Bot) requested to merge renovate/b2sdk-1.x into master

This MR contains the following updates:

Package Update Change
b2sdk minor ==1.15.0 -> ==1.16.0

Release Notes

Backblaze/b2-sdk-python

v1.16.0

Compare Source

This release contains a preview of replication support. It allows for basic usage of B2 replication feature (currently in closed beta).

As the interface of the sdk (and the server api) may change, the replication support shall be considered MRIVATE interface and should be used with caution. Please consult the documentation on how to safely use the private api interface.

Expect substantial amount of work on sdk interface:

  • The interface of ReplicationConfiguration WILL change
  • The interface of FileVersion.replication_status MIGHT change
  • The interface of FileVersionDownload MIGHT change
Added
  • Add basic replication support to Bucket and FileVersion
  • Add is_master_key() method to AbstractAccountInfo
  • Add readBucketReplications and writeBucketReplications to ALL_CAPABILITIES
  • Add log tracing of interpret_b2_error
  • Add ReplicationSetupHelper
Fixed
  • Fix license test on Windows
  • Fix cryptic errors when running integration tests with a non-full key

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Merge request reports