Skip to content

Commit 3c1fb65

Browse files
Release v1.55.0 (2024-07-22) (#5314)
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.
1 parent e65d388 commit 3c1fb65

File tree

18 files changed

+4293
-411
lines changed

18 files changed

+4293
-411
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.55.0 (2024-07-22)
2+
===
3+
4+
### Service Client Updates
5+
* `service/datazone`: Updates service API, documentation, and paginators
6+
* `service/ivs`: Updates service API and documentation
7+
* `service/redshift-serverless`: Updates service API and documentation
8+
9+
### SDK Features
10+
* `service/mobile`: Remove Mobile
11+
* This change removes the Mobile service, which has been deprecated.
12+
13+
### SDK Bugs
14+
* Apply sensitive struct tag to lists/maps with sensitive members.
15+
* This change propagates existing sensitive protection to lists/maps.
16+
117
Release v1.54.20 (2024-07-18)
218
===
319

Diff for: CHANGELOG_PENDING.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
### SDK Features
2-
* `service/mobile`: Remove Mobile
3-
* This change removes the Mobile service, which has been deprecated.
42

53
### SDK Enhancements
64

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

Diff for: aws/endpoints/defaults.go

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

Diff for: 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.54.20"
8+
const SDKVersion = "1.55.0"

0 commit comments

Comments
 (0)