Releases: googleapis/python-storage
Releases · googleapis/python-storage
v2.11.0
2.11.0 (2023-09-19)
Features
- Add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager calls (#1119) (14a1909)
- Add transfer_manager.upload_chunks_concurrently using the XML MPU API (#1115) (56aeb87)
- Support configurable retries in upload_chunks_concurrently (#1120) (1271686)
Bug Fixes
- Split retention period tests due to caching change (#1068) (cc191b0)
Documentation
- Add Transfer Manager documentation in c.g.c (#1109) (c1f8724)
v2.10.0
2.10.0 (2023-06-14)
Features
- Add matchGlob parameter to list_blobs (#1055) (d02098e)
- Allow exceptions to be included in batch responses (#1043) (94a35ba)
Bug Fixes
- Extend wait for bucket metadata consistency in system tests (#1053) (d78586c)
Documentation
v2.9.0
2.9.0 (2023-05-04)
Features
- Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() (#1013) (aa4f282)
Bug Fixes
- Avoid pickling processed credentials (#1016) (7935824)
- Improve test error message for missing credentials (#1024) (892481a)
Documentation
- Add sample and sample test for transfer manager (#1027) (4698799)
- Remove threads in transfer manager samples (#1029) (30c5146)
v2.8.0
2.8.0 (2023-03-29)
Features
- Add multiprocessing and chunked downloading to transfer manager (#1002) (e65316b)
Bug Fixes
Documentation
v2.7.0
2.7.0 (2022-12-07)
Features
- Add "transfer_manager" module for concurrent uploads and downloads, as a preview feature (#943) (9998a5e)
- Add support for use_auth_w_custom_endpoint (#901) (4862a9c)
- Add use_auth_w_custom_endpoint support (#941) (5291c08)
Bug Fixes
- Implement closed property on fileio.py classes (#907) (64406ca)
v2.6.0
2.6.0 (2022-11-07)
Features
- Add Autoclass support and samples (#791) (9ccdc5f), closes #797
- Add predefined_acl to create_resumable_upload_session (#878) (2b3e8f9)
- Enable delete_blobs() to preserve generation (#840) (8fd4c37), closes #814
- Make tests run against environments other than prod (#883) (7dfeb62)
Bug Fixes
- Align bucket bound hostname url builder consistency (#875) (8a24add)
- BlobWriter.close() will do nothing if already closed (#887) (7707220)
- Remove client side validations (#868) (928ebbc)
Documentation
- Update comments in list_blobs sample (#866) (9469f5d)
- Clarify prefixes entity in list_blobs usage (#837) (7101f47)
- Streamline docs for c.g.c migration (#876) (7c8a178)
- Update docstring for lifecycle_rules to match generator behavior (#841) (36fb81b)
v2.5.0
2.5.0 (2022-07-24)
Features
- Custom Placement Config Dual Region Support (#819) (febece7)
Documentation
- open file-like objects in byte mode for uploads (#824) (4bd3d1d)
v2.4.0
2.4.0 (2022-06-07)
Features
Bug Fixes
- fix rewrite object in CMEK enabled bucket (#807) (9b3cbf3)
Documentation
- fix changelog header to consistent size (#802) (4dd0907)
- samples: Update the Recovery Point Objective (RPO) sample output (#725) (b0bf411)
- Update generation_metageneration.rst with a missing space (#798) (1e7cdb6)
- update retry docs (#808) (c365d5b)
v2.3.0
2.3.0 (2022-04-12)
Features
- add dual region bucket support and sample (#748) (752e8ab)
- track invocation id for retry metrics (#741) (bd56931)
Bug Fixes
Documentation
v2.2.1
2.2.1 (2022-03-15)
Bug Fixes