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

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

.changelog/3b6c86fadda84a1ead6caf65d4aca7ea.json

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

.changelog/578c0d8e42d647219d0ce397be07d84d.json

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

.changelog/6e386084f83c4eac903c72093306a256.json

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

.changelog/92db4542603448b8becd9060fa4ef585.json

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)