Skip to content

Commit a87a542

Browse files
authored
Updates changelog for v0.26.0 release. (#829)
1 parent a25f860 commit a87a542

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Release 2020-09-30
2+
23
## Service Client Highlights
34
* Service clients have been bumped to `v0.26.0` simplify the documentation experience when using [pkg.go.dev](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2).
5+
* `service/s3`: Disable automatic decompression of getting Amazon S3 objects with the `Content-Encoding: gzip` metadata header. ([#748](https://github.com/aws/aws-sdk-go-v2/pull/748))
6+
* This changes the SDK's default behavior with regard to making S3 API calls. The client will no longer automatically set the `Accept-Encoding` HTTP request header, nor will it automatically decompress the gzipped response when the `Content-Encoding: gzip` response header was received.
7+
* If you'd like the client to sent the `Accept-Encoding: gzip` request header, you can add this header to the API operation method call with the [SetHeaderValue](https://pkg.go.dev/github.com/awslabs/smithy-go/transport/http#SetHeaderValue). middleware helper.
8+
* `service/cloudfront/sign`: Fix cloudfront example usage of SignWithPolicy ([#673](https://github.com/aws/aws-sdk-go-v2/pull/673))
9+
* Fixes [#671](https://github.com/aws/aws-sdk-go-v2/issues/671) documentation typo by correcting the usage of `SignWithPolicy`.
10+
411
## Core SDK Highlights
512
* SDK core module released at `v0.26.0`
613
* `config` module released at `v0.1.1`
714
* `credentials` module released at `v0.1.1`
815
* `ec2imds` module released at `v0.1.1`
916

17+
1018
# Release 2020-09-28
1119
## Announcements
1220
We’re happy to share the updated clients for the v0.25.0 preview version of the AWS SDK for Go V2.

0 commit comments

Comments
 (0)