chore(deps): update dependency b2sdk to v1.19.0
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
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 usingDownloadedFile.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
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 toBucket.update()
and related methods
Fixed
- Replace
ReplicationScanResult.source_has_sse_c_enabled
withsource_encryption_mode
- Fix
B2Api.get_key()
andRawSimulator.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
-
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)