Skip to content

1.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 13:03

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