17
0

- Update to 2.19.0:

- Features
    - Add integration test for universe domain
    - Add restore_bucket and handling for soft-deleted buckets
    - Add support for restore token
    - IAM signBlob retry and universe domain support
  - Bug Fixes
    - Allow signed post policy v4 with service account and token
    - Do not spam the log with checksum related INFO messages
      when downloading using transfer_manager
- Update to 2.18.2:
  - Bug Fixes
    - Add regression test for range read retry issue and bump
      dependency to fix
- Update to 2.18.1:
  - Bug Fixes
    - Properly escape URL construction for XML MPU API
- Update to 2.18.0:
  - Features
    - Add OpenTelemetry Tracing support as a preview feature
  - Bug Fixes
    - Allow Protobuf 5.x
    - Correct notification error message
- Update to 2.17.0:
  - Features
    - Support HNS enablement in bucket metadata
    - Support page_size in bucket.list_blobs
  - Bug Fixes
    - Remove deprecated methods in samples and tests
  - Documentation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=11
This commit is contained in:
2024-12-05 09:09:41 +00:00
committed by Git OBS Bridge
parent e1410a23dd
commit 57d5d57159
5 changed files with 182 additions and 135 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Thu Dec 5 08:59:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update to 2.19.0:
- Features
- Add integration test for universe domain
- Add restore_bucket and handling for soft-deleted buckets
- Add support for restore token
- IAM signBlob retry and universe domain support
- Bug Fixes
- Allow signed post policy v4 with service account and token
- Do not spam the log with checksum related INFO messages
when downloading using transfer_manager
- Update to 2.18.2:
- Bug Fixes
- Add regression test for range read retry issue and bump
dependency to fix
- Update to 2.18.1:
- Bug Fixes
- Properly escape URL construction for XML MPU API
- Update to 2.18.0:
- Features
- Add OpenTelemetry Tracing support as a preview feature
- Bug Fixes
- Allow Protobuf 5.x
- Correct notification error message
- Update to 2.17.0:
- Features
- Support HNS enablement in bucket metadata
- Support page_size in bucket.list_blobs
- Bug Fixes
- Remove deprecated methods in samples and tests
- Documentation
- Reference Storage Control in readme
- Update DEFAULT_RETRY_IF_GENERATION_SPECIFIED docstrings
- Update to 2.16.0:
- Features
- Add support for soft delete
- Support includeFoldersAsPrefixes
- Update to 2.15.0:
- Features
- Support custom universe domains/TPC
- Bug Fixes
- Add "updated" as property for Bucket
- Remove utcnow usage
-------------------------------------------------------------------
Tue Mar 5 20:27:04 UTC 2024 - Robert Schweikert <rjschwei@suse.com>