Skip to content

Commit f2d0da8

Browse files
Release v1.54.4 (2024-06-18) (#5290)
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.
1 parent 33248db commit f2d0da8

File tree

30 files changed

+7392
-177
lines changed

30 files changed

+7392
-177
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release v1.54.4 (2024-06-18)
2+
===
3+
4+
### Service Client Updates
5+
* `service/bedrock-runtime`: Updates service API and documentation
6+
* `service/cloudtrail`: Updates service API
7+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8+
* `service/config`: Updates service API
9+
* `service/eks`: Updates service API and documentation
10+
* `service/lightsail`: Updates service API
11+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
12+
* `service/polly`: Updates service API
13+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
14+
* `service/rekognition`: Updates service API
15+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
16+
* `service/sagemaker`: Updates service API, documentation, and paginators
17+
* 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.
18+
* `service/shield`: Updates service API
19+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
20+
* `service/snowball`: Updates service API
21+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
22+
123
Release v1.54.3 (2024-06-17)
224
===
325

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

0 commit comments

Comments
 (0)