Skip to content

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

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

This MR contains the following updates:

Package Update Change
b2sdk minor ==1.17.3 -> ==1.19.0

Release Notes

Backblaze/b2-sdk-python

v1.19.0

Compare Source

Added
  • Authorizing a key for a single bucket ensures that this bucket is cached
  • Bucket.ls operation supports wildcard matching strings
  • Documentation for AbstractUploadSource and its children
  • InvalidJsonResponse when the received error is not a proper JSON document
  • Raising PotentialS3EndpointPassedAsRealm when a specific misconfiguration is suspected
  • Add large_file_sha1 support
  • Add support for incremental upload and sync
  • Ability to stream data from an unbound source to B2 (for example stdin)
Fixed
  • Removed information about replication being in closed beta
  • Don't throw raw OSError exceptions when using DownloadedFile.save_to to a path that doesn't exist, is a directory or the user doesn't have permissions to write to
Infrastructure
  • Additional tests for listing files/versions
  • Ensured that changelog validation only happens on pull requests
  • Upgraded GitHub actions checkout to v3, python-setup to v4
  • Additional tests for IncrementalHexDigester

v1.18.0

Compare Source

Added
  • Logging performance summary of parallel download threads
  • Add max_download_streams_per_file parameter to B2Api class and underlying structures
  • Add is_file_lock_enabled parameter to Bucket.update() and related methods
Fixed
  • Replace ReplicationScanResult.source_has_sse_c_enabled with source_encryption_mode
  • Fix B2Api.get_key() and RawSimulator.delete_key()
  • Fix calling CopySizeTooBig exception
Infrastructure
  • Fix nox's deprecated session.install() calls
  • Re-enable changelog validation in CI
  • StatsCollector contains context managers for gathering performance statistics

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

Edited by Botaniker (Bot)

Merge request reports