Skip to content

Commit b3e07aa

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-11-20
1 parent 2fc1c0d commit b3e07aa

File tree

1,146 files changed

+3258
-1776
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,146 files changed

+3258
-1776
lines changed

.changelog/4c5565e33b374494884429e00bc1dc6b.json

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

.changelog/54083e6546a04a5d932f73d895e9b10d.json

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

.changelog/846a7d69726142f2a891803f03972406.json

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

.changelog/d8cb591c3a424a399662abf0415380c7.json

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release (2023-11-20)
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.23.1
8+
* **Bug Fix**: Mark v4.SignHTTPRequestMiddleware as deprecated, this middleware is no longer used by the SDK.
9+
* `github.com/aws/aws-sdk-go-v2/service/codestarconnections`: [v1.19.0](service/codestarconnections/CHANGELOG.md#v1190-2023-11-20)
10+
* **Feature**: This release updates a few CodeStar Connections related APIs.
11+
* `github.com/aws/aws-sdk-go-v2/service/docdb`: [v1.28.0](service/docdb/CHANGELOG.md#v1280-2023-11-20)
12+
* **Feature**: Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
13+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.137.0](service/ec2/CHANGELOG.md#v11370-2023-11-20)
14+
* **Feature**: This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.
15+
116
# Release (2023-11-17)
217

318
## 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.

config/CHANGELOG.md

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

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

config/go.mod

Lines changed: 9 additions & 9 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.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.16.2
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4
6+
github.com/aws/aws-sdk-go-v2 v1.23.1
7+
github.com/aws/aws-sdk-go-v2/credentials v1.16.3
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.17.2
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.25.3
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.17.3
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.25.4
1313
github.com/aws/smithy-go v1.17.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.3 // indirect
19-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect
18+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect
19+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect
21-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect
21+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // 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.3 (2023-11-20)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.16.2 (2023-11-17)
26

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

0 commit comments

Comments
 (0)