Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 25a6060

Browse files
Release v1.38.42 (2021-05-18) (#3913)
Release v1.38.42 (2021-05-18) === ### Service Client Updates * `service/apprunner`: Updates service API, documentation, paginators, and examples * `service/compute-optimizer`: Updates service API and documentation * `service/iotsitewise`: Updates service documentation * `service/license-manager`: Updates service API and documentation * `service/models.lex.v2`: Updates service API, documentation, and paginators * `service/personalize`: Updates service API and documentation * `service/support`: Updates service documentation * Documentation updates for support ### SDK Enhancements * `aws/session`: Enable SSO provider to be mixed with other credential providers ([#3905](#3905)) * Fixes [#3763](#3763)
1 parent 59ed94a commit 25a6060

File tree

34 files changed

+17806
-1427
lines changed

34 files changed

+17806
-1427
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release v1.38.42 (2021-05-18)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apprunner`: Updates service API, documentation, paginators, and examples
6+
* `service/compute-optimizer`: Updates service API and documentation
7+
* `service/iotsitewise`: Updates service documentation
8+
* `service/license-manager`: Updates service API and documentation
9+
* `service/models.lex.v2`: Updates service API, documentation, and paginators
10+
* `service/personalize`: Updates service API and documentation
11+
* `service/support`: Updates service documentation
12+
* Documentation updates for support
13+
14+
### SDK Enhancements
15+
* `aws/session`: Enable SSO provider to be mixed with other credential providers ([#3905](https://github.com/aws/aws-sdk-go/pull/3905))
16+
* Fixes [#3763](https://github.com/aws/aws-sdk-go/issues/3763)
17+
118
Release v1.38.41 (2021-05-17)
219
===
320

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
### SDK Features
22

33
### SDK Enhancements
4-
* `aws/session`: Enable SSO provider to be mixed with other credential providers ([#3905](https://github.com/aws/aws-sdk-go/pull/3905))
5-
* Fixes [#3763](https://github.com/aws/aws-sdk-go/issues/3763)
64

75
### SDK Bugs

aws/version.go

Lines changed: 1 addition & 1 deletion
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.38.41"
8+
const SDKVersion = "1.38.42"

0 commit comments

Comments
 (0)