Skip to content

Commit 0d643a8

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-12-07
1 parent e38b534 commit 0d643a8

File tree

1,196 files changed

+3428
-1872
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,196 files changed

+3428
-1872
lines changed

.changelog/a96149e35456411aaca3224016feff3c.json

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

.changelog/c79a05c890a94e8591358e4b0b20ba55.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2023-12-07)
2+
3+
## General Highlights
4+
* **Feature**: Support modeled request compression. The only algorithm supported at this time is `gzip`.
5+
* **Dependency Update**: Updated to the latest SDK module versions
6+
7+
## Module Highlights
8+
* `github.com/aws/aws-sdk-go-v2/service/codedeploy`: [v1.22.0](service/codedeploy/CHANGELOG.md#v1220-2023-12-07)
9+
* **Feature**: This release adds support for two new CodeDeploy features: 1) zonal deployments for Amazon EC2 in-place deployments, 2) deployments triggered by Auto Scaling group termination lifecycle hook events.
10+
111
# Release (2023-12-06)
212

313
## General 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.

aws/protocol/eventstream/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.5.4 (2023-12-07)
2+
3+
* No change notes available for this release.
4+
15
# v1.5.3 (2023-11-30)
26

37
* No change notes available for this release.

aws/protocol/eventstream/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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.26.0 (2023-12-07)
2+
3+
* **Feature**: Support modeled request compression. The only algorithm supported at this time is `gzip`.
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
16
# v1.25.12 (2023-12-06)
27

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

config/go.mod

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

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.23.5
7-
github.com/aws/aws-sdk-go-v2/credentials v1.16.10
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.9
6+
github.com/aws/aws-sdk-go-v2 v1.24.0
7+
github.com/aws/aws-sdk-go-v2/credentials v1.16.11
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.10
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.3
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.3
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.26.3
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.4
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.4
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.26.4
1313
github.com/aws/smithy-go v1.19.0
1414
github.com/google/go-cmp v0.5.8
1515
)
1616

1717
require (
18-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.8 // indirect
19-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.8 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.3 // indirect
21-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.8 // indirect
18+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.9 // indirect
19+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.9 // indirect
20+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect
21+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.9 // indirect
2222
)
2323

2424
replace github.com/aws/aws-sdk-go-v2 => ../

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.

credentials/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)