Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 91f473e

Browse files
Release v1.40.44 (2021-09-16) (#4098)
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.
1 parent dc8260e commit 91f473e

38 files changed

Lines changed: 13639 additions & 689 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Release v1.40.44 (2021-09-16)
2+
===
3+
4+
### Service Client Updates
5+
* `service/kafkaconnect`: Adds new service
6+
* `service/macie2`: Updates service API and documentation
7+
* `service/pinpoint`: Updates service API and documentation
8+
* This SDK release adds a new feature for Pinpoint campaigns, in-app messaging.
9+
* `service/robomaker`: Updates service API and documentation
10+
* `service/s3`: Updates service API, documentation, and examples
11+
* Add support for access point arn filtering in S3 CW Request Metrics
12+
* `service/sagemaker`: Updates service API and documentation
13+
* Add API for users to retry a failed pipeline execution or resume a stopped one.
14+
* `service/transcribe`: Updates service API and documentation
15+
16+
### SDK Enhancements
17+
* Update SDK API client documentation for suppressed API parameters
18+
* Updates the documentation for API parameters that will be suppressed in structures' String and GoString methods.
19+
20+
### SDK Bugs
21+
* `aws/client`: Update client logging to only log request headers when logging is enabled
22+
* 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.
23+
124
Release v1.40.43 (2021-09-14)
225
===
326

CHANGELOG_PENDING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
### SDK Features
22

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

75
### SDK Bugs
8-
* `aws/client`: Update client logging to only log request headers when logging is enabled
9-
* 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.

aws/endpoints/defaults.go

Lines changed: 38 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.40.43"
8+
const SDKVersion = "1.40.44"

0 commit comments

Comments
 (0)