817dd286c1
Signed-off-by: Flavian Missi <fmissi@redhat.com>
22 KiB
22 KiB
Changes
1.30.1 (2023-03-21)
Bug Fixes
- storage: Retract versions with Copier bug (#7583) (9c10b6f)
- Versions v1.25.0-v1.27.0 are retracted due to #6857.
- storage: SignedURL v4 allows headers with colons in value (#7603) (6b50f9b)
1.30.0 (2023-03-15)
Features
- storage/internal: Update routing annotation for CreateBucketRequest docs: Add support for end-to-end checksumming in the gRPC WriteObject flow feat!: BREAKING CHANGE - renaming Notification to NotificationConfig (2fef56f)
- storage: Json downloads (#7158) (574a86c)
- storage: Update iam and longrunning deps (91a1f78)
Bug Fixes
1.29.0 (2023-01-19)
Features
- storage: Add ComponentCount as part of ObjectAttrs (#7230) (a19bca6)
- storage: Add REST client (06a54a1)
Documentation
- storage/internal: Corrected typos and spellings (7357077)
1.28.1 (2022-12-02)
Bug Fixes
- storage: downgrade some dependencies (7540152)
1.28.0 (2022-11-03)
Features
- storage/internal: Add routing annotations (ce3f945)
- storage: Add Autoclass support (#6828) (f7c7f41)
Bug Fixes
- storage: Fix read-write race in Writer.Write (#6817) (4766d3e)
- storage: Fix request token passing for Copier.Run (#6863) (faaab06), refs #6857
Documentation
1.27.0 (2022-09-22)
Features
1.26.0 (2022-08-29)
Features
Bug Fixes
1.25.0 (2022-08-11)
Features
- storage/internal: Add routing annotations (8a8ba85)
- storage: refactor to use transport-agnostic interface (#6465) (d03c3e1)
1.24.0 (2022-07-20)
Features
1.23.0 (2022-06-23)
Features
- storage: add support for OLM Prefix/Suffix (#5929) (ec21d10)
- storage: support AbortIncompleteMultipartUpload LifecycleAction (#5812) (fdec929), refs #5795
Bug Fixes
1.22.1 (2022-05-19)
Bug Fixes
- storage: bump genproto, remove deadcode (#6059) (bb10f9f)
- storage: remove field that no longer exists (#6061) (ee150cf)
1.22.0 (2022-03-31)
Features
- storage: allow specifying includeTrailingDelimiter (#5617) (a34503b)
- storage: set versionClient to module version (55f0d92)
Bug Fixes
1.21.0 (2022-02-17)
Features
- storage: add better version metadata to calls (#5507) (13fe0bc), refs #2749
- storage: add Writer.ChunkRetryDeadline (#5482) (498a746)
1.20.0 (2022-02-04)
Features
- storage/internal: Update definition of RewriteObjectRequest to bring to parity with JSON API support (#5447) (7d175ef)
1.19.0 (2022-01-25)
Features
- storage: add fully configurable and idempotency-aware retry strategy (#5384, #5185, #5170, #5223, #5221, #5193, #5159, #5165, #5166, #5210, #5172, #5314)
- This release contains changes to fully align this library's retry strategy with best practices as described in the Cloud Storage docs.
- The library will now retry only idempotent operations by default. This means that for certain operations, including object upload, compose, rewrite, update, and delete, requests will not be retried by default unless idempotency conditions for the request have been met.
- The library now has methods to configure aspects of retry policy for API calls, including which errors are retried, the timing of the exponential backoff, and how idempotency is taken into account.
- If you wish to re-enable retries for a non-idempotent request, use the RetryAlways policy.
- For full details on how to configure retries, see the package docs and the Cloud Storage docs
- storage: GenerateSignedPostPolicyV4 can use existing creds to authenticate (#5105) (46489f4)
- storage: post policy can be signed with a fn that takes raw bytes (#5079) (25d1278)
- storage: add rpo (turbo replication) support (#5003) (3bd5995)
Bug Fixes
1.18.2 (2021-10-18)
Bug Fixes
1.18.1 (2021-10-14)
Bug Fixes
1.18.0 (2021-10-11)
Features
- storage: returned wrapped error for timeouts (#4802) (0e102a3), refs #4197
- storage: SignedUrl can use existing creds to authenticate (#4604) (b824c89)
Bug Fixes
1.17.0 (2021-09-28)
Features
Bug Fixes
1.16.1 (2021-08-30)
Bug Fixes
- storage/internal: Update encryption_key fields to "bytes" type. fix: Improve date/times and field name clarity in lifecycle conditions. (a52baa4)
- storage: accept emulator env var without scheme (#4616) (5f8cbb9)
- storage: preserve supplied endpoint's scheme (#4609) (ee2756f)
- storage: remove unnecessary variable (#4608) (27fc784)
- storage: retry LockRetentionPolicy (#4439) (09879ea), refs #4437
- storage: revise Reader to send XML preconditions (#4479) (e36b29a), refs #4470
1.16.0 (2021-06-28)
Features
Bug Fixes
- storage: fix Writer.ChunkSize validation (#4255) (69c2e9d), refs #4167
- storage: try to reopen for failed Reads (#4226) (564102b), refs #3040
1.15.0 (2021-04-21)
Features
- transport Bump dependency on google.golang.org/api to pick up HTTP/2 config updates (see googleapis/google-api-go-client#882).
Bug Fixes
v1.14.0
- Updates to various dependencies.
1.13.0 (2021-02-03)
Features
- storage: add missing StorageClass in BucketAttrsToUpdate (#3038) (2fa1b72)
- storage: add projection parameter for BucketHandle.Objects() (#3549) (9b9c3dc)
Bug Fixes
v1.12.0
- V4 signed URL fixes:
- Fix encoding of spaces in query parameters.
- Add fields that were missing from PostPolicyV4 policy conditions.
- Fix Query to correctly list prefixes as well as objects when SetAttrSelection is used.
v1.11.0
- Add support for CustomTime and NoncurrentTime object lifecycle management features.
v1.10.0
- Bump dependency on google.golang.org/api to capture changes to retry logic which will make retries on writes more resilient.
- Improve documentation for Writer.ChunkSize.
- Fix a bug in lifecycle to allow callers to clear lifecycle rules on a bucket.
v1.9.0
- Add retry for transient network errors on most operations (with the exception of writes).
- Bump dependency for google.golang.org/api to capture a change in the default HTTP transport which will improve performance for reads under heavy load.
- Add CRC32C checksum validation option to Composer.
v1.8.0
- Add support for V4 signed post policies.
v1.7.0
- V4 signed URL support:
- Add support for bucket-bound domains and virtual hosted style URLs.
- Add support for query parameters in the signature.
- Fix text encoding to align with standards.
- Add the object name to query parameters for write calls.
- Fix retry behavior when reading files with Content-Encoding gzip.
- Fix response header in reader.
- New code examples:
- Error handling for
ObjectHandle
preconditions. - Existence checks for buckets and objects.
- Error handling for
v1.6.0
- Updated option handling:
- Don't drop custom scopes (#1756)
- Don't drop port in provided endpoint (#1737)
v1.5.0
- Honor WithEndpoint client option for reads as well as writes.
- Add archive storage class to docs.
- Make fixes to storage benchwrapper.
v1.4.0
- When listing objects in a bucket, allow callers to specify which attributes are queried. This allows for performance optimization.
v1.3.0
- Use
storage.googleapis.com/storage/v1
by default for GCS requests instead ofwww.googleapis.com/storage/v1
.
v1.2.1
- Fixed a bug where UniformBucketLevelAccess and BucketPolicyOnly were not being sent in all cases.
v1.2.0
- Add support for UniformBucketLevelAccess. This configures access checks to use only bucket-level IAM policies. See: https://godoc.org/cloud.google.com/go/storage#UniformBucketLevelAccess.
- Fix userAgent to use correct version.
v1.1.2
- Fix memory leak in BucketIterator and ObjectIterator.
v1.1.1
- Send BucketPolicyOnly even when it's disabled.
v1.1.0
- Performance improvements for ObjectIterator and BucketIterator.
- Fix Bucket.ObjectIterator size calculation checks.
- Added HMACKeyOptions to all the methods which allows for options such as UserProject to be set per invocation and optionally be used.
v1.0.0
This is the first tag to carve out storage as its own module. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.