Skip to content

Commit 70ea450

Browse files
Release v1.54.2 (2024-06-14) (#5288)
Release v1.54.2 (2024-06-14) === ### Service Client Updates * `service/datazone`: Updates service API, documentation, and paginators * `service/ec2`: Updates service documentation * Documentation updates for Amazon EC2. * `service/macie2`: Updates service API, documentation, and paginators * `service/mediaconvert`: Updates service API, documentation, and paginators * This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name. * `service/route53domains`: Updates service API * Add v2 smoke tests and smithy smokeTests trait for SDK testing. ### SDK Bugs * Remove test dependency on golang.org/x/net. * This was used for h2 support which is now transparently available in the stdlib.
1 parent 268bb23 commit 70ea450

File tree

22 files changed

+5317
-917
lines changed

22 files changed

+5317
-917
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release v1.54.2 (2024-06-14)
2+
===
3+
4+
### Service Client Updates
5+
* `service/datazone`: Updates service API, documentation, and paginators
6+
* `service/ec2`: Updates service documentation
7+
* Documentation updates for Amazon EC2.
8+
* `service/macie2`: Updates service API, documentation, and paginators
9+
* `service/mediaconvert`: Updates service API, documentation, and paginators
10+
* This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name.
11+
* `service/route53domains`: Updates service API
12+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
13+
14+
### SDK Bugs
15+
* Remove test dependency on golang.org/x/net.
16+
* This was used for h2 support which is now transparently available in the stdlib.
17+
118
Release v1.54.1 (2024-06-13)
219
===
320

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
### SDK Enhancements
44

55
### SDK Bugs
6-
* Remove test dependency on golang.org/x/net.
7-
* This was used for h2 support which is now transparently available in the stdlib.

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.1"
8+
const SDKVersion = "1.54.2"

0 commit comments

Comments
 (0)