Skip to content

Commit

Permalink
Release v1.55.0 (2024-07-22) (#5314)
Browse files Browse the repository at this point in the history
Release v1.55.0 (2024-07-22)
===

### Service Client Updates
* `service/datazone`: Updates service API, documentation, and paginators
* `service/ivs`: Updates service API and documentation
* `service/redshift-serverless`: Updates service API and documentation

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

### SDK Bugs
* Apply sensitive struct tag to lists/maps with sensitive members.
  * This change propagates existing sensitive protection to lists/maps.
  • Loading branch information
aws-sdk-go-automation authored Jul 22, 2024
1 parent e65d388 commit 3c1fb65
Show file tree
Hide file tree
Showing 18 changed files with 4,293 additions and 411 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.55.0 (2024-07-22)
===

### Service Client Updates
* `service/datazone`: Updates service API, documentation, and paginators
* `service/ivs`: Updates service API and documentation
* `service/redshift-serverless`: Updates service API and documentation

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

### SDK Bugs
* Apply sensitive struct tag to lists/maps with sensitive members.
* This change propagates existing sensitive protection to lists/maps.

Release v1.54.20 (2024-07-18)
===

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

### SDK Enhancements

### SDK Bugs
* Apply sensitive struct tag to lists/maps with sensitive members.
* This change propagates existing sensitive protection to lists/maps.
16 changes: 4 additions & 12 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.54.20"
const SDKVersion = "1.55.0"
Loading

0 comments on commit 3c1fb65

Please sign in to comment.