Skip to content

Commit

Permalink
Release v1.44.28 (2022-06-06) (#4427)
Browse files Browse the repository at this point in the history
Release v1.44.28 (2022-06-06)
===

### Service Client Updates
* `service/chime-sdk-messaging`: Updates service API, documentation, and paginators
* `service/connect`: Updates service API, documentation, and paginators

### SDK Enhancements
* `service/cloudwatch`: Add helper to send request payload as GZIP content encoding
  * Adds a new helper, `WithGzipRequest` to the `cloudwatch` package. The helper will configure the payload to be sent as `content-encoding: gzip`. It is supported by operations like `PutMetricData`. See the service's API Reference documentation for other operations supported.
  • Loading branch information
aws-sdk-go-automation committed Jun 6, 2022
1 parent 2bd6652 commit 4c3c501
Show file tree
Hide file tree
Showing 16 changed files with 2,002 additions and 92 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.28 (2022-06-06)
===

### Service Client Updates
* `service/chime-sdk-messaging`: Updates service API, documentation, and paginators
* `service/connect`: Updates service API, documentation, and paginators

### SDK Enhancements
* `service/cloudwatch`: Add helper to send request payload as GZIP content encoding
* Adds a new helper, `WithGzipRequest` to the `cloudwatch` package. The helper will configure the payload to be sent as `content-encoding: gzip`. It is supported by operations like `PutMetricData`. See the service's API Reference documentation for other operations supported.

Release v1.44.27 (2022-06-02)
===

Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### SDK Features

### SDK Enhancements
* `service/cloudwatch`: Add helper to send request payload as GZIP content encoding
* Adds a new helper, `WithGzipRequest` to the `cloudwatch` package. The helper will configure the payload to be sent as `content-encoding: gzip`. It is supported by operations like `PutMetricData`. See the service's API Reference documentation for other operations supported.

### SDK Bugs
147 changes: 117 additions & 30 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.27"
const SDKVersion = "1.44.28"
Loading

0 comments on commit 4c3c501

Please sign in to comment.