Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.47.11 #5068

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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