Skip to content

Commit

Permalink
Release v1.47.11 (2023-11-14) (#5068)
Browse files Browse the repository at this point in the history
Release v1.47.11 (2023-11-14)
===

### Service Client Updates
* `service/backup`: Updates service API, documentation, and paginators
* `service/cleanrooms`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/glue`: Updates service API, documentation, and paginators
  * Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.
* `service/iot`: Updates service API and documentation
  * This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.
* `service/lambda`: Updates service API
  * Add Python 3.12 (python3.12) support to AWS Lambda
* `service/mediatailor`: Updates service API
* `service/pipes`: Updates service API and documentation
* `service/resource-explorer-2`: Updates service API, documentation, and paginators
* `service/sagemaker`: Updates service API and documentation
  * This release makes Model Registry Inference Specification fields as not required.
* `service/signer`: Updates service documentation
  * Documentation updates for AWS Signer
* `service/states`: Updates service API and documentation
  * This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation.

### SDK Bugs
* `aws/defaults`: Feature updates to endpoint credentials provider.
  * Add support for dynamic auth token from file and EKS container host in configured URI.
  • Loading branch information
aws-sdk-go-automation authored Nov 14, 2023
1 parent a07f333 commit ea713c0
Show file tree
Hide file tree
Showing 59 changed files with 9,294 additions and 1,169 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Release v1.47.11 (2023-11-14)
===

### Service Client Updates
* `service/backup`: Updates service API, documentation, and paginators
* `service/cleanrooms`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/glue`: Updates service API, documentation, and paginators
* Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.
* `service/iot`: Updates service API and documentation
* This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.
* `service/lambda`: Updates service API
* Add Python 3.12 (python3.12) support to AWS Lambda
* `service/mediatailor`: Updates service API
* `service/pipes`: Updates service API and documentation
* `service/resource-explorer-2`: Updates service API, documentation, and paginators
* `service/sagemaker`: Updates service API and documentation
* This release makes Model Registry Inference Specification fields as not required.
* `service/signer`: Updates service documentation
* Documentation updates for AWS Signer
* `service/states`: Updates service API and documentation
* This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation.

### SDK Bugs
* `aws/defaults`: Feature updates to endpoint credentials provider.
* Add support for dynamic auth token from file and EKS container host in configured URI.

Release v1.47.10 (2023-11-13)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `aws/defaults`: Feature updates to endpoint credentials provider.
* Add support for dynamic auth token from file and EKS container host in configured URI.
98 changes: 98 additions & 0 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.47.10"
const SDKVersion = "1.47.11"
Loading

0 comments on commit ea713c0

Please sign in to comment.