Skip to content

Commit b820c57

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-01-29
1 parent 40ddb76 commit b820c57

27 files changed

+66
-64
lines changed

.changelog/00ac81b1d0cd402397bc27c4f8e37710.json

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

.changelog/2e4dd529d6124aae824925eae8503164.json

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

.changelog/3830f79a691e43d69188bfa3cb3edc63.json

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

.changelog/9a2c60342de54dd295a09296c9d86098.json

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

.changelog/d6fbd7f4860b4ea091c90868ce81e0ff.json

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

.changelog/fd18d03cb07e4b76a70a1549dec956af.json

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2025-01-29)
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/feature/s3/manager`: [v1.17.55](feature/s3/manager/CHANGELOG.md#v11755-2025-01-29)
8+
* **Bug Fix**: Fix incorrect reference to old s3manager in comments.
9+
* `github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator`: [v1.2.0](service/bcmpricingcalculator/CHANGELOG.md#v120-2025-01-29)
10+
* **Feature**: Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
11+
* `github.com/aws/aws-sdk-go-v2/service/ecr`: [v1.39.0](service/ecr/CHANGELOG.md#v1390-2025-01-29)
12+
* **Feature**: Add support for Dualstack and Dualstack-with-FIPS Endpoints
13+
* `github.com/aws/aws-sdk-go-v2/service/ecrpublic`: [v1.30.0](service/ecrpublic/CHANGELOG.md#v1300-2025-01-29)
14+
* **Feature**: Add support for Dualstack Endpoints
15+
* `github.com/aws/aws-sdk-go-v2/service/mailmanager`: [v1.8.0](service/mailmanager/CHANGELOG.md#v180-2025-01-29)
16+
* **Feature**: This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
17+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.75.0](service/s3/CHANGELOG.md#v1750-2025-01-29)
18+
* **Feature**: Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
19+
* `github.com/aws/aws-sdk-go-v2/service/transcribestreaming`: [v1.23.0](service/transcribestreaming/CHANGELOG.md#v1230-2025-01-29)
20+
* **Feature**: This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe.
21+
122
# Release (2025-01-28)
223

324
## 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.2
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.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.34.0
77
github.com/aws/aws-sdk-go-v2/config v1.29.2
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.0
1010
)
1111

feature/s3/manager/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.17.55 (2025-01-29)
2+
3+
* **Bug Fix**: Fix incorrect reference to old s3manager in comments.
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
16
# v1.17.54 (2025-01-24)
27

38
* **Bug Fix**: Fix incorrect reference to old s3manager in comments.

0 commit comments

Comments
 (0)