Skip to content

Commit 65023f3

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-08-17
1 parent 0742a92 commit 65023f3

File tree

1,135 files changed

+3113
-1653
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,135 files changed

+3113
-1653
lines changed

.changelog/7c8973c1e65d45e59ef349859b24026a.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/81f52efa843043448ea62016b7471af7.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/83aa720304df40d0bb995f09deb94c2d.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/8e145919b32d4a33816ceb4aa78031ac.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/c2e728e0510d4180bae4e8e77c27ec2b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release (2023-08-17)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2`: v1.20.2
8+
* **Bug Fix**: Sign `X-Amz-Server-Side-Encryption-Context` header to fix signing for PutObject requests that set `SSEKMSEncryptionContext`.
9+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.113.0](service/ec2/CHANGELOG.md#v11130-2023-08-17)
10+
* **Feature**: Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints
11+
* `github.com/aws/aws-sdk-go-v2/service/gamelift`: [v1.22.0](service/gamelift/CHANGELOG.md#v1220-2023-08-17)
12+
* **Feature**: Amazon GameLift updates its instance types support.
13+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.32.3](service/s3control/CHANGELOG.md#v1323-2023-08-17)
14+
* **Announcement**: BREAKFIX: corrected function spelling in environment config from GetS3DisableMultRegionAccessPoints to GetS3DisableMultiRegionAccessPoints
15+
* **Bug Fix**: Adds DisableMRAP option to config loader, and DisableMRAP client resolver to achieve parity with other S3 options in the config loader. Additionally, added breakfix to correct spelling.
16+
117
# Release (2023-08-16)
218

319
## Module Highlights

aws/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.34 (2023-08-17)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.18.33 (2023-08-07)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

config/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/config
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.20.1
7-
github.com/aws/aws-sdk-go-v2/credentials v1.13.32
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.8
9-
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.39
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.13.2
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.2
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.21.2
6+
github.com/aws/aws-sdk-go-v2 v1.20.2
7+
github.com/aws/aws-sdk-go-v2/credentials v1.13.33
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.9
9+
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.40
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.13.3
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.3
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.21.3
1313
github.com/aws/smithy-go v1.14.1
1414
github.com/google/go-cmp v0.5.8
1515
)

config/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)