Skip to content

Commit 4ad9d59

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-01-22
1 parent 5ad8437 commit 4ad9d59

27 files changed

+64
-55
lines changed

.changelog/136b87442c3a41609194b66265af5b4f.json

-8
This file was deleted.

.changelog/3b6c86fadda84a1ead6caf65d4aca7ea.json

-8
This file was deleted.

.changelog/578c0d8e42d647219d0ce397be07d84d.json

-8
This file was deleted.

.changelog/6e386084f83c4eac903c72093306a256.json

-8
This file was deleted.

.changelog/92db4542603448b8becd9060fa4ef585.json

-8
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2025-01-22)
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/bedrockagentruntime`: [v1.33.0](service/bedrockagentruntime/CHANGELOG.md#v1330-2025-01-22)
8+
* **Feature**: Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
9+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.105.4](service/glue/CHANGELOG.md#v11054-2025-01-22)
10+
* **Documentation**: Docs Update for timeout changes
11+
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.66.0](service/medialive/CHANGELOG.md#v1660-2025-01-22)
12+
* **Feature**: AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging.
13+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.74.0](service/s3/CHANGELOG.md#v1740-2025-01-22)
14+
* **Feature**: Add a client config option to disable logging when output checksum validation is skipped due to an unsupported algorithm.
15+
* `github.com/aws/aws-sdk-go-v2/service/workspacesthinclient`: [v1.11.2](service/workspacesthinclient/CHANGELOG.md#v1112-2025-01-22)
16+
* **Documentation**: Rename WorkSpaces Web to WorkSpaces Secure Browser
17+
118
# Release (2025-01-21)
219

320
## Module Highlights

example/service/s3/listObjects/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.29.1
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.33.0
77
github.com/aws/aws-sdk-go-v2/config v1.29.1
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.6
1010
)
1111

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.53 (2025-01-22)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.52 (2025-01-17)
26

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

feature/s3/manager/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.33.0
77
github.com/aws/aws-sdk-go-v2/config v1.29.1
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0
99
github.com/aws/smithy-go v1.22.1
1010
)
1111

feature/s3/manager/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/backup/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.40.5 (2025-01-22)
2+
3+
* No change notes available for this release.
4+
15
# v1.40.4 (2025-01-17)
26

37
* **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.

service/backup/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/bedrockagentruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.0 (2025-01-22)
2+
3+
* **Feature**: Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
4+
15
# v1.32.1 (2025-01-17)
26

37
* **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.

service/bedrockagentruntime/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/glue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.105.4 (2025-01-22)
2+
3+
* **Documentation**: Docs Update for timeout changes
4+
15
# v1.105.3 (2025-01-17)
26

37
* **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.

service/glue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/benchmark/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.33.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.11
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.28.13
1212
github.com/aws/smithy-go v1.22.1
1313
)

service/internal/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
33
require (
44
github.com/aws/aws-sdk-go-v2 v1.33.0
55
github.com/aws/aws-sdk-go-v2/config v1.29.1
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.52
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.53
77
github.com/aws/aws-sdk-go-v2/service/acm v1.30.13
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.7
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.8
@@ -43,7 +43,7 @@ require (
4343
github.com/aws/aws-sdk-go-v2/service/firehose v1.35.6
4444
github.com/aws/aws-sdk-go-v2/service/gamelift v1.39.2
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.26.12
46-
github.com/aws/aws-sdk-go-v2/service/glue v1.105.3
46+
github.com/aws/aws-sdk-go-v2/service/glue v1.105.4
4747
github.com/aws/aws-sdk-go-v2/service/health v1.29.5
4848
github.com/aws/aws-sdk-go-v2/service/iam v1.38.7
4949
github.com/aws/aws-sdk-go-v2/service/inspector v1.25.11
@@ -62,7 +62,7 @@ require (
6262
github.com/aws/aws-sdk-go-v2/service/route53 v1.48.2
6363
github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.5
6464
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.8
65-
github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2
65+
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0
6666
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.6
6767
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.13
6868
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.11

service/medialive/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.66.0 (2025-01-22)
2+
3+
* **Feature**: AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging.
4+
15
# v1.65.4 (2025-01-17)
26

37
* **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.

service/medialive/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/s3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.74.0 (2025-01-22)
2+
3+
* **Feature**: Add a client config option to disable logging when output checksum validation is skipped due to an unsupported algorithm.
4+
15
# v1.73.2 (2025-01-17)
26

37
* **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.

service/s3/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/synthetics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.31.7 (2025-01-22)
2+
3+
* No change notes available for this release.
4+
15
# v1.31.6 (2025-01-17)
26

37
* **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.

service/synthetics/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/workspacesthinclient/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.2 (2025-01-22)
2+
3+
* **Documentation**: Rename WorkSpaces Web to WorkSpaces Secure Browser
4+
15
# v1.11.1 (2025-01-17)
26

37
* **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.

service/workspacesthinclient/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)