Skip to content

Commit

Permalink
Release v1.54.4 (2024-06-18) (#5290)
Browse files Browse the repository at this point in the history
Release v1.54.4 (2024-06-18)
===

### Service Client Updates
* `service/bedrock-runtime`: Updates service API and documentation
* `service/cloudtrail`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/config`: Updates service API
* `service/eks`: Updates service API and documentation
* `service/lightsail`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/polly`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/rekognition`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/sagemaker`: Updates service API, documentation, and paginators
  * Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
* `service/shield`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/snowball`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • Loading branch information
aws-sdk-go-automation committed Jun 18, 2024
1 parent 33248db commit f2d0da8
Show file tree
Hide file tree
Showing 30 changed files with 7,392 additions and 177 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.54.4 (2024-06-18)
===

### Service Client Updates
* `service/bedrock-runtime`: Updates service API and documentation
* `service/cloudtrail`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/config`: Updates service API
* `service/eks`: Updates service API and documentation
* `service/lightsail`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/polly`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/rekognition`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/sagemaker`: Updates service API, documentation, and paginators
* Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
* `service/shield`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/snowball`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Release v1.54.3 (2024-06-17)
===

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.54.3"
const SDKVersion = "1.54.4"
Loading

0 comments on commit f2d0da8

Please sign in to comment.