Skip to content

Commit

Permalink
Release v1.44.311 (2023-07-28) (#4930)
Browse files Browse the repository at this point in the history
Release v1.44.311 (2023-07-28)
===

### Service Client Updates
* `service/sqs`: Updates service documentation
  * Documentation changes related to SQS APIs.

### SDK Bugs
* `aws/session`: Modify resolving sso credential logic to fix stack overflow bug while configuring shared config profile via env var.
  * Fixes [4912](#4912)
  • Loading branch information
aws-sdk-go-automation committed Jul 28, 2023
1 parent 1b1dc9b commit 7f89e94
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 19 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.311 (2023-07-28)
===

### Service Client Updates
* `service/sqs`: Updates service documentation
* Documentation changes related to SQS APIs.

### SDK Bugs
* `aws/session`: Modify resolving sso credential logic to fix stack overflow bug while configuring shared config profile via env var.
* Fixes [4912](https://github.com/aws/aws-sdk-go/issues/4912)

Release v1.44.310 (2023-07-27)
===

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
* `aws/session`: Modify resolving sso credential logic to fix stack overflow bug while configuring shared config profile via env var.
* Fixes [4912](https://github.com/aws/aws-sdk-go/issues/4912)
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.44.310"
const SDKVersion = "1.44.311"

0 comments on commit 7f89e94

Please sign in to comment.