Releases: googleapis/python-storage
Releases · googleapis/python-storage
v2.2.0
2.2.0 (2022-03-14)
Features
- allow no project in client methods using storage emulator (#703) (bcde0ec)
Bug Fixes
- add user agent in python-storage when calling resumable media (c7bf615)
- deps: require google-api-core>=1.31.5, >=2.3.2 (#722) (e9aab38)
- Fix BlobReader handling of interleaved reads and seeks (#721) (5d1cfd2)
- retry client side requests timeout (#727) (e0b3b35)
Documentation
v2.1.0
2.1.0 (2022-01-19)
Features
v2.0.0
2.0.0 (2022-01-12)
⚠ BREAKING CHANGES
- Remove Python 2 support (#657)
Features
vplease--branches--main
chore(main): release 2.0.0 (#687)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
v1.44.0
Features
Documentation
- Describe code sample more specifically (#660) (0459cb4)
- refresh readme instructions (#667) (ceb9314)
- This is just a simple PR to better describe what the code is doing in the comments. (0459cb4)
- use writeable streamin example for 'download_blob_to_file' (#676) (96092d4)
v1.43.0
Features
Bug Fixes
- raise a ValueError in BucketNotification.create() if a topic name is not set (#617) (9dd78df)
Documentation
- add contributing and authoring guides under samples/ (#633) (420591a)
- add links to samples and how to guides (#641) (49f78b0)
- add README to samples subdirectory (#639) (58af882)
- update samples readme with cli args (#651) (75dda81)
v1.42.3
Bug Fixes
- changeover unspecified to inherited (#603) (283a419)
- check response code in batch.finish (#609) (318a286)
- skip tests that use unspecified pap until we get the change in (#600) (38b9b55)
v1.42.2
Bug Fixes
- add preconditions and retry config support to ACL patch operationss (#586) (4333caf)
- add unpinned protobuf for python3 (#592) (53f7ad0)
- pin six as a required dependency (#589) (9ca97bf)
v1.42.1
Bug Fixes
- do not append duplicates to user agent string (#570) (57cf3a1)
Documentation
- pass explicit 'client' in '{Blob.Bucket}.from_string' examples (#545) (6eff22d)
v1.42.0
Features
- add 'page_size' parameter to 'Bucket.list_blobs, list_buckets (#520) (c5f4ad8)
Bug Fixes
- deps: add explicit ranges for 'google-api-core' and 'google-auth' (#530) (310f207)
- downloading no longer marks metadata fields as 'changed' (#523) (160d1ec)
- make 'requests.exceptions.ChunkedEncodingError retryable by default (#526) (4abb403)
Documentation
- update supported / removed Python versions in README (#519) (1f1b138)