Skip to content

Commit

Permalink
Release v1.50.1 (2024-01-22) (#5149)
Browse files Browse the repository at this point in the history
Release v1.50.1 (2024-01-22)
===

### Service Client Updates
* `service/appconfigdata`: Adds new service
* `service/cloud9`: Updates service documentation
  * Doc-only update around removing AL1 from list of available AMIs for Cloud9
* `service/connectcases`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service documentation
  * Documentation updates for Amazon EC2.
* `service/ecs`: Updates service API and documentation
  * This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
* `service/finspace`: Updates service API
* `service/organizations`: Updates service documentation
  * Doc only update for quota increase change
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
  • Loading branch information
aws-sdk-go-automation committed Jan 22, 2024
1 parent 63e7f60 commit a91b4e6
Show file tree
Hide file tree
Showing 24 changed files with 1,657 additions and 435 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.50.1 (2024-01-22)
===

### Service Client Updates
* `service/appconfigdata`: Adds new service
* `service/cloud9`: Updates service documentation
* Doc-only update around removing AL1 from list of available AMIs for Cloud9
* `service/connectcases`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service documentation
* Documentation updates for Amazon EC2.
* `service/ecs`: Updates service API and documentation
* This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
* `service/finspace`: Updates service API
* `service/organizations`: Updates service documentation
* Doc only update for quota increase change
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.

Release v1.50.0 (2024-01-19)
===

Expand Down
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.50.0"
const SDKVersion = "1.50.1"
361 changes: 175 additions & 186 deletions models/apis/appconfigdata/2021-11-11/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit a91b4e6

Please sign in to comment.