Skip to content

Commit

Permalink
Release v1.55.2 (2024-07-24) (#5317)
Browse files Browse the repository at this point in the history
Release v1.55.2 (2024-07-24)
===

### Service Client Updates
* `service/cleanrooms`: Updates service API and documentation
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * DynamoDB doc only update for July
* `service/iotsitewise`: Updates service API and documentation
* `service/mediapackagev2`: Updates service API
* `service/medical-imaging`: Updates service API and documentation
* `service/pinpoint-sms-voice-v2`: Updates service API and documentation

### SDK Bugs
* Add missing bool error matching.
  * This enables waiters defined to match on presence/absence of errors.
  • Loading branch information
aws-sdk-go-automation committed Jul 24, 2024
1 parent 070dd38 commit 37d771a
Show file tree
Hide file tree
Showing 23 changed files with 3,264 additions and 634 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.2 (2024-07-24)
===

### Service Client Updates
* `service/cleanrooms`: Updates service API and documentation
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* DynamoDB doc only update for July
* `service/iotsitewise`: Updates service API and documentation
* `service/mediapackagev2`: Updates service API
* `service/medical-imaging`: Updates service API and documentation
* `service/pinpoint-sms-voice-v2`: Updates service API and documentation

### SDK Bugs
* Add missing bool error matching.
* This enables waiters defined to match on presence/absence of errors.

Release v1.55.1 (2024-07-23)
===

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
* Add missing bool error matching.
* This enables waiters defined to match on presence/absence of errors.
10 changes: 10 additions & 0 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.55.1"
const SDKVersion = "1.55.2"
Loading

0 comments on commit 37d771a

Please sign in to comment.