Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.54.0 #5285

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.54.0 (2024-06-12)
===

### Service Client Updates
* `service/apptest`: Updates service API, documentation, waiters, paginators, and examples
* `service/ec2`: Updates service API and documentation
* Tagging support for Traffic Mirroring FilterRule resource
* `service/osis`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
* Updates to remove DC1 and DS2 node types.
* `service/secretsmanager`: Updates service API and documentation
* Introducing RotationToken parameter for PutSecretValue API
* `service/securitylake`: Updates service API and documentation
* `service/sesv2`: Updates service API and documentation

### SDK Features
* `service/backupstorage`: Remove Backupstorage
* This change removes the Backupstorage service, which has been deprecated.

Release v1.53.21 (2024-06-11)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `service/backupstorage`: Remove Backupstorage
* This change removes the Backupstorage service, which has been deprecated.

### SDK Enhancements

Expand Down
108 changes: 3 additions & 105 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.53.21"
const SDKVersion = "1.54.0"
Loading
Loading