Skip to content

Commit

Permalink
Release v1.54.2 (2024-06-14) (#5288)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Jun 14, 2024
1 parent 268bb23 commit 70ea450
Show file tree
Hide file tree
Showing 22 changed files with 5,317 additions and 917 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
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.

Release v1.54.1 (2024-06-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
* Remove test dependency on golang.org/x/net.
* This was used for h2 support which is now transparently available in the stdlib.
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.1"
const SDKVersion = "1.54.2"
Loading

0 comments on commit 70ea450

Please sign in to comment.