Skip to content

Releases: googleapis/python-storage

v3.0.0rc1

12 Dec 18:09
Compare
Choose a tag to compare
v3.0.0rc1 Pre-release
Pre-release

3.0.0rc1 (2024-12-12)

⚠ BREAKING CHANGES

  • The default checksum strategy for uploads has changed from None to "auto" (#1383) (5375fa0)
  • The default checksum strategy for downloads has changed from "md5" to "auto" (#1383) (5375fa0)
  • Deprecated positional argument "num_retries" has been removed (#1377) (58b5040)
  • Deprecated argument "text_mode" has been removed (#1379) (4d20a8e)
  • Media operation retries now work identically to other retries, which may impact default retry settings (#1385) (f3517bf)
  • Blob.download_to_filename() deletes the empty destination file on a 404

Features

  • Add "auto" checksum option and make default (#1383) (5375fa0)
  • Blob.download_to_filename() deletes the empty destination file on a 404 (066be2d)
  • Deprecated argument "text_mode" has been removed (#1379) (4d20a8e) (4e9a382)
  • Deprecated positional argument "num_retries" has been removed (#1377) (58b5040) (4e9a382)
  • Enable custom predicates for media operations (#1385) (f3517bf)
  • Integrate google-resumable-media (#1283) (bd917b4)
  • Media operation retries now work identically to other retries, which may impact default retry settings (#1385) (f3517bf) (4e9a382)
  • The default checksum strategy for downloads has changed from "md5" to "auto" (#1383) (5375fa0) (4e9a382)
  • The default checksum strategy for uploads has changed from None to "auto" (#1383) (5375fa0) (4e9a382)

Bug Fixes

  • Cancel upload when BlobWriter exits with exception (#1243) (df107d2)
  • Changed name of methods Blob.from_string() and Bucket.from_string() to from_uri() (#1335) (58c1d03)
  • Correctly calculate starting offset for retries of ranged reads (#1376) (7b6c9a0)
  • Remove deprecated num_retries argument (#1377) (58b5040)
  • Remove deprecated text_mode argument (#1379) (4d20a8e)

Documentation

  • Fix issue with exceptions.py documentation (#1328) (22b8c30)

v2.19.0

05 Dec 01:28
309bad1
Compare
Choose a tag to compare

2.19.0 (2024-11-21)

Features

  • Add integration test for universe domain (#1346) (02a972d)
  • Add restore_bucket and handling for soft-deleted buckets (#1365) (ab94efd)
  • Add support for restore token (#1369) (06ed15b)
  • IAM signBlob retry and universe domain support (#1380) (abc8061)

Bug Fixes

  • Allow signed post policy v4 with service account and token (#1356) (8ec02c0)
  • Do not spam the log with checksum related INFO messages when downloading using transfer_manager (#1357) (42392ef)

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.