Skip to content

Commit 0cbb5aa

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-10-08
1 parent 54c1dd6 commit 0cbb5aa

File tree

1,234 files changed

+3492
-1895
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,234 files changed

+3492
-1895
lines changed

.changelog/1a4f8663e68646a7a2f0546bf0a7fb59.json

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

.changelog/1b8acea4afb24313bbda387c24b5b72a.json

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

.changelog/7c759fd576464014b861e5b5248f5a3e.json

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

.changelog/a3b1dd91e03f4540b7601093acd4e231.json

Lines changed: 0 additions & 9 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 (2024-10-08)
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/service/chime`: [v1.34.2](service/chime/CHANGELOG.md#v1342-2024-10-08)
8+
* **Documentation**: Doc-only update to generate deprecated annotation for services that have been marked as deprecated.
9+
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.43.0](service/elasticache/CHANGELOG.md#v1430-2024-10-08)
10+
* **Feature**: AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage.
11+
* `github.com/aws/aws-sdk-go-v2/service/memorydb`: [v1.24.0](service/memorydb/CHANGELOG.md#v1240-2024-10-08)
12+
* **Feature**: Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.
13+
* `github.com/aws/aws-sdk-go-v2/service/sms`: [v1.24.2](service/sms/CHANGELOG.md#v1242-2024-10-08)
14+
* **Documentation**: Doc-only update to generate deprecated annotation for services that have been marked as deprecated.
15+
116
# Release (2024-10-07)
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.27.43 (2024-10-08)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.27.42 (2024-10-07)
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,21 +3,21 @@ module github.com/aws/aws-sdk-go-v2/config
33
go 1.21
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.32.1
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.40
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.16
6+
github.com/aws/aws-sdk-go-v2 v1.32.2
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.41
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.1
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.1
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.32.1
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.2
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.32.2
1313
github.com/aws/smithy-go v1.22.0
1414
)
1515

1616
require (
17-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.20 // indirect
18-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.20 // indirect
17+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect
18+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.1 // indirect
20+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect
2121
)
2222

2323
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.17.41 (2024-10-08)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.40 (2024-10-07)
26

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

0 commit comments

Comments
 (0)