Skip to content

Commit 9dbe383

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-01-03
1 parent 2fb7c64 commit 9dbe383

27 files changed

+67
-42
lines changed

.changelog/184be4922e874e7da14842e714605b83.json

-8
This file was deleted.

.changelog/4b78f51d7dfe4904af8d297e82ad0394.json

-8
This file was deleted.

.changelog/e8cb3ececbea45ae825d071d1ef8ad04.json

-8
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release (2025-01-03)
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/ecs`: [v1.53.2](service/ecs/CHANGELOG.md#v1532-2025-01-03)
8+
* **Documentation**: Adding SDK reference examples for Amazon ECS operations.
9+
* `github.com/aws/aws-sdk-go-v2/service/route53domains`: [v1.28.2](service/route53domains/CHANGELOG.md#v1282-2025-01-03)
10+
* **Documentation**: Doc only update for Route 53 Domains that fixes several customer-reported issues
11+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.72.0](service/s3/CHANGELOG.md#v1720-2025-01-03)
12+
* **Feature**: This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.
13+
114
# Release (2025-01-02)
215

316
## 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.28.7
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.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.32.7
77
github.com/aws/aws-sdk-go-v2/config v1.28.7
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.1
1010
)
1111

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.45 (2025-01-03)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.44 (2024-12-19)
26

37
* **Bug Fix**: Fix improper use of printf-style functions.

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.32.7
77
github.com/aws/aws-sdk-go-v2/config v1.28.7
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.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/ecr/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.1 (2025-01-03)
2+
3+
* No change notes available for this release.
4+
15
# v1.38.0 (2024-12-28)
26

37
* **Feature**: Restoring custom endpoint functionality for ECR

service/ecr/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/ecrpublic/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.1 (2025-01-03)
2+
3+
* No change notes available for this release.
4+
15
# v1.29.0 (2024-12-28)
26

37
* **Feature**: Restoring custom endpoint functionality for ECR Public

service/ecrpublic/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/ecs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.53.2 (2025-01-03)
2+
3+
* **Documentation**: Adding SDK reference examples for Amazon ECS operations.
4+
15
# v1.53.1 (2024-12-19)
26

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

service/ecs/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/fsx/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.51.2 (2025-01-03)
2+
3+
* No change notes available for this release.
4+
15
# v1.51.1 (2024-12-19)
26

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

service/fsx/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.32.7
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.8
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.28.9
1212
github.com/aws/smithy-go v1.22.1
1313
)

service/internal/integrationtest/go.mod

+5-5
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.32.7
55
github.com/aws/aws-sdk-go-v2/config v1.28.7
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.44
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.45
77
github.com/aws/aws-sdk-go-v2/service/acm v1.30.8
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.2
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.3
@@ -30,8 +30,8 @@ require (
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.40.0
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1
3232
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.1
33-
github.com/aws/aws-sdk-go-v2/service/ecr v1.38.0
34-
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.1
33+
github.com/aws/aws-sdk-go-v2/service/ecr v1.38.1
34+
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.2
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.34.2
3636
github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.2
3737
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.8
@@ -60,9 +60,9 @@ require (
6060
github.com/aws/aws-sdk-go-v2/service/redshift v1.53.1
6161
github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.9
6262
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.4
63-
github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.1
63+
github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.2
6464
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.3
65-
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
65+
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0
6666
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.1
6767
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.8
6868
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.8

service/opsworkscm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.9 (2025-01-03)
2+
3+
* No change notes available for this release.
4+
15
# v1.27.8 (2024-12-19)
26

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

service/opsworkscm/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/route53domains/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.2 (2025-01-03)
2+
3+
* **Documentation**: Doc only update for Route 53 Domains that fixes several customer-reported issues
4+
15
# v1.28.1 (2024-12-19)
26

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

service/route53domains/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.72.0 (2025-01-03)
2+
3+
* **Feature**: This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.
4+
15
# v1.71.1 (2024-12-19)
26

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

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/sagemakermetrics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.9 (2025-01-03)
2+
3+
* No change notes available for this release.
4+
15
# v1.12.8 (2024-12-19)
26

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

service/sagemakermetrics/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)