Skip to content

Commit 37d771a

Browse files
Release v1.55.2 (2024-07-24) (#5317)
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.
1 parent 070dd38 commit 37d771a

File tree

23 files changed

+3264
-634
lines changed

23 files changed

+3264
-634
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.55.2 (2024-07-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cleanrooms`: Updates service API and documentation
6+
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
7+
* DynamoDB doc only update for July
8+
* `service/iotsitewise`: Updates service API and documentation
9+
* `service/mediapackagev2`: Updates service API
10+
* `service/medical-imaging`: Updates service API and documentation
11+
* `service/pinpoint-sms-voice-v2`: Updates service API and documentation
12+
13+
### SDK Bugs
14+
* Add missing bool error matching.
15+
* This enables waiters defined to match on presence/absence of errors.
16+
117
Release v1.55.1 (2024-07-23)
218
===
319

CHANGELOG_PENDING.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
### SDK Enhancements
44

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

aws/endpoints/defaults.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

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

0 commit comments

Comments
 (0)