Skip to content

Commit

Permalink
Release v1.40.44 (2021-09-16) (#4098)
Browse files Browse the repository at this point in the history
Release v1.40.44 (2021-09-16)
===

### Service Client Updates
* `service/kafkaconnect`: Adds new service
* `service/macie2`: Updates service API and documentation
* `service/pinpoint`: Updates service API and documentation
  * This SDK release adds a new feature for Pinpoint campaigns, in-app messaging.
* `service/robomaker`: Updates service API and documentation
* `service/s3`: Updates service API, documentation, and examples
  * Add support for access point arn filtering in S3 CW Request Metrics
* `service/sagemaker`: Updates service API and documentation
  * Add API for users to retry a failed pipeline execution or resume a stopped one.
* `service/transcribe`: Updates service API and documentation

### SDK Enhancements
* Update SDK API client documentation for suppressed API parameters
  * Updates the documentation for API parameters that will be suppressed in structures' String and GoString methods.

### SDK Bugs
* `aws/client`: Update client logging to only log request headers when logging is enabled
  * Updates the SDK's base client to only log request headers when logging is enabled. This fixes an issue where event stream API operations would always log request headers. Regardless if logging was enabled or not.
  • Loading branch information
aws-sdk-go-automation committed Sep 16, 2021
1 parent dc8260e commit 91f473e
Show file tree
Hide file tree
Showing 38 changed files with 13,639 additions and 689 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Release v1.40.44 (2021-09-16)
===

### Service Client Updates
* `service/kafkaconnect`: Adds new service
* `service/macie2`: Updates service API and documentation
* `service/pinpoint`: Updates service API and documentation
* This SDK release adds a new feature for Pinpoint campaigns, in-app messaging.
* `service/robomaker`: Updates service API and documentation
* `service/s3`: Updates service API, documentation, and examples
* Add support for access point arn filtering in S3 CW Request Metrics
* `service/sagemaker`: Updates service API and documentation
* Add API for users to retry a failed pipeline execution or resume a stopped one.
* `service/transcribe`: Updates service API and documentation

### SDK Enhancements
* Update SDK API client documentation for suppressed API parameters
* Updates the documentation for API parameters that will be suppressed in structures' String and GoString methods.

### SDK Bugs
* `aws/client`: Update client logging to only log request headers when logging is enabled
* Updates the SDK's base client to only log request headers when logging is enabled. This fixes an issue where event stream API operations would always log request headers. Regardless if logging was enabled or not.

Release v1.40.43 (2021-09-14)
===

Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
### SDK Features

### SDK Enhancements
* Update SDK API client documentation for suppressed API parameters
* Updates the documentation for API parameters that will be suppressed in structures' String and GoString methods.

### SDK Bugs
* `aws/client`: Update client logging to only log request headers when logging is enabled
* Updates the SDK's base client to only log request headers when logging is enabled. This fixes an issue where event stream API operations would always log request headers. Regardless if logging was enabled or not.
41 changes: 38 additions & 3 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.40.43"
const SDKVersion = "1.40.44"
Loading

0 comments on commit 91f473e

Please sign in to comment.