diff --git a/google_cloud_storage-3.8.0.tar.gz b/google_cloud_storage-3.8.0.tar.gz deleted file mode 100644 index 7fb0411..0000000 --- a/google_cloud_storage-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc67952dce84ebc9d44970e24647a58260630b7b64d72360cedaf422d6727f28 -size 17273792 diff --git a/google_cloud_storage-3.9.0.tar.gz b/google_cloud_storage-3.9.0.tar.gz new file mode 100644 index 0000000..ecb2f6a --- /dev/null +++ b/google_cloud_storage-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d8ca7db2f652be757e92573b2196e10fbc09649b5c016f8b422ad593c641cc +size 17298544 diff --git a/python-google-cloud-storage.changes b/python-google-cloud-storage.changes index 2f19edb..2ec2922 100644 --- a/python-google-cloud-storage.changes +++ b/python-google-cloud-storage.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Mar 4 10:17:25 UTC 2026 - John Paul Adrian Glaubitz + +- Update to 3.9.0 + * add get_object method for async grpc client (#1735) + * expose `DELETE_OBJECT` in `AsyncGrpcClient` (#1718) + * update generation for MRD (#1730) + * Move Zonal Buckets features of `_experimental` (#1728) + * add default user agent for grpc (#1726) + * expose finalized_time in blob.py applicable for GET_OBJECT in ZB (#1719) + * add context manager to mrd (#1724) + * integrate writes strategy and appendable object writer (#1695) + * Add support for opening via `write_handle` and fix `write_handle` type (#1715) + * Add micro-benchmarks for writes comparing standard (regional) vs rapid (zonal) buckets. (#1707) + * Add micro-benchmarks for reads comparing standard (regional) vs rapid (zonal) buckets. (#1697) + * send `user_agent` to grpc channel (#1712) + * add samples for appendable objects writes and reads (#1705) + * add samples for appendable objects writes and reads + * add support for `generation=0` to avoid overwriting existing + objects and add `is_stream_open` support (#1709) + * add support for `generation=0` to prevent overwriting existing objects + * add `is_stream_open` property to AsyncAppendableObjectWriter for stream status check + * receive eof while closing reads stream (#1733) + * Change contructors of MRD and AAOW AsyncGrpcClient.grpc_client to AsyncGrpcClient (#1727) + * instance grpc client once per process in benchmarks (#1725) + * update write handle on every recv() (#1716) + * Fix formatting in setup.py dependencies list (#1713) + * implement requests_done method to signal end of requests in async streams. + Gracefully close streams. (#1700) + * implement requests_done method to signal end of requests in async streams. + Gracefully close streams. + ------------------------------------------------------------------- Fri Jan 16 13:44:36 UTC 2026 - John Paul Adrian Glaubitz diff --git a/python-google-cloud-storage.spec b/python-google-cloud-storage.spec index a4e3ef3..260b1a1 100644 --- a/python-google-cloud-storage.spec +++ b/python-google-cloud-storage.spec @@ -28,7 +28,7 @@ %endif %{?sle15_python_module_pythons} Name: python-google-cloud-storage%{pkg_suffix} -Version: 3.8.0 +Version: 3.9.0 Release: 0 Summary: Google Cloud Storage API python client library License: Apache-2.0