Releases: googleapis/python-storage
Releases · googleapis/python-storage
v3.0.0rc1
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()
andBucket.from_string()
tofrom_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
v2.19.0
v2.18.2
v2.18.1
v2.18.0
v2.17.0
v2.16.0
v2.15.0
v2.14.0
v2.14.0rc1
🤖 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.