Skip to content

Releases: googleapis/python-storage

v2.18.2

08 Aug 21:55
85aa02f
Compare
Choose a tag to compare

2.18.2 (2024-08-08)

Bug Fixes

  • Add regression test for range read retry issue and bump dependency to fix (#1338) (0323647)

v2.18.1

06 Aug 20:13
5c93503
Compare
Choose a tag to compare

2.18.1 (2024-08-05)

Bug Fixes

  • Properly escape URL construction for XML MPU API (#1333) (bf4d0e0)

v2.18.0

22 Jul 22:18
3d29c6f
Compare
Choose a tag to compare

2.18.0 (2024-07-09)

Features

  • Add OpenTelemetry Tracing support as a preview feature (#1288) (c2ab0e0)

Bug Fixes

v2.17.0

10 Jun 22:45
64edbd9
Compare
Choose a tag to compare

2.17.0 (2024-05-22)

Features

Bug Fixes

  • Remove deprecated methods in samples and tests (#1274) (4db96c9)

Documentation

  • Reference Storage Control in readme (#1254) (3d6d369)
  • Update DEFAULT_RETRY_IF_GENERATION_SPECIFIED docstrings (#1234) (bdd426a)

v2.16.0

18 Mar 23:51
afc433c
Compare
Choose a tag to compare

2.16.0 (2024-03-18)

Features

v2.15.0

04 Mar 18:30
b25b112
Compare
Choose a tag to compare

2.15.0 (2024-02-28)

Features

Bug Fixes

v2.14.0

12 Dec 19:01
412fdbc
Compare
Choose a tag to compare

2.14.0 (2023-12-10)

Features

Bug Fixes

  • Clarify error message and docstrings in Blob class method (#1196) (92c20d3)
  • Propagate timeout in BlobWriter (#1186) (22f36da), closes #1184
  • Use native namespace to avoid pkg_resources warnings (#1176) (2ed915e)

v2.14.0rc1

07 Dec 22:20
Compare
Choose a tag to compare
v2.14.0rc1 Pre-release
Pre-release

🤖 I have created a release beep boop

2.14.0rc1 (2023-12-07)

Features

Bug Fixes

  • Clarify error message and docstrings in Blob class method (#1196) (92c20d3)
  • Propagate timeout in BlobWriter (#1186) (22f36da), closes #1184
  • Use native namespace to avoid pkg_resources warnings (#1176) (2ed915e)

This PR was generated with Release Please. See documentation.

v2.13.0

31 Oct 17:38
fcbee59
Compare
Choose a tag to compare

2.13.0 (2023-10-31)

Features

Bug Fixes

  • Blob.from_string parse storage uri with regex (#1170) (0a243fa)
  • Bucket.delete(force=True) now works with version-enabled buckets (#1172) (0de09d3)
  • Fix typo in Bucket.clear_lifecycle_rules() (#1169) (eae9ebe)

Documentation

  • Fix exception field in tm reference docs (#1164) (eac91cb)

v2.12.0

12 Oct 20:04
1ef0e1a
Compare
Choose a tag to compare

2.12.0 (2023-10-12)

Features

  • Add additional_blob_attributes to upload_many_from_filenames (#1162) (c7229f2)
  • Add crc32c_checksum argument to download_chunks_concurrently (#1138) (fc92ad1)
  • Add skip_if_exists to download_many (#1161) (c5a983d)
  • Launch transfer manager to GA (#1159) (5c90563)

Bug Fixes

  • Bump python-auth version to fix issue and remove workaround (#1158) (28c02dd)
  • Mark _deprecate_threads_param as a wrapper to unblock introspection and docs (#1122) (69bd4a9)

Documentation

  • Add snippets for upload_chunks_concurrently and add chunk_size (#1135) (3a0f551)
  • Update formatting and wording in transfer_manager docstrings (#1163) (9e460d8)