Skip to content

Commit 1d5ab82

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-04-04
1 parent 29e9dc9 commit 1d5ab82

17 files changed

+41
-41
lines changed

.changelog/7784dda27500462b8274f6d47f87f160.json

-8
This file was deleted.

.changelog/93eb93d38af849a7b6232fb893101d64.json

-8
This file was deleted.

.changelog/99661c6579f642d1a74d031839a39752.json

-8
This file was deleted.

.changelog/fdef71556f3a457b9c5f6b44a390db01.json

-8
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2025-04-04)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/directoryservicedata`: [v1.3.3](service/directoryservicedata/CHANGELOG.md#v133-2025-04-04)
5+
* **Documentation**: Doc only update - fixed broken links.
6+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.211.2](service/ec2/CHANGELOG.md#v12112-2025-04-04)
7+
* **Documentation**: Doc-only updates for Amazon EC2
8+
* `github.com/aws/aws-sdk-go-v2/service/eventbridge`: [v1.38.0](service/eventbridge/CHANGELOG.md#v1380-2025-04-04)
9+
* **Feature**: Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier.
10+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.56.2](service/s3control/CHANGELOG.md#v1562-2025-04-04)
11+
* **Documentation**: Updated max size of Prefixes parameter of Scope data type.
12+
113
# Release (2025-04-03)
214

315
## General Highlights

example/service/s3/usingPrivateLink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
77
github.com/aws/aws-sdk-go-v2/config v1.29.13
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.1
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.56.1
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.56.2
1010
)
1111

1212
require (

service/directoryservicedata/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.3.3 (2025-04-04)
2+
3+
* **Documentation**: Doc only update - fixed broken links.
4+
15
# v1.3.2 (2025-04-03)
26

37
* No change notes available for this release.

service/directoryservicedata/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/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.211.2 (2025-04-04)
2+
3+
* **Documentation**: Doc-only updates for Amazon EC2
4+
15
# v1.211.1 (2025-04-03)
26

37
* No change notes available for this release.

service/ec2/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/eventbridge/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.0 (2025-04-04)
2+
3+
* **Feature**: Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier.
4+
15
# v1.37.3 (2025-04-03)
26

37
* No change notes available for this release.

service/eventbridge/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/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.31.3
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.41.2
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.42.1
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.211.1
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.211.2
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.43.2
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.54.5
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.35.2
@@ -39,7 +39,7 @@ require (
3939
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.45.1
4040
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.33.2
4141
github.com/aws/aws-sdk-go-v2/service/emr v1.48.2
42-
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.37.3
42+
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.38.0
4343
github.com/aws/aws-sdk-go-v2/service/firehose v1.37.2
4444
github.com/aws/aws-sdk-go-v2/service/gamelift v1.41.1
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.27.3
@@ -63,7 +63,7 @@ require (
6363
github.com/aws/aws-sdk-go-v2/service/route53domains v1.29.2
6464
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.35.2
6565
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.1
66-
github.com/aws/aws-sdk-go-v2/service/s3control v1.56.1
66+
github.com/aws/aws-sdk-go-v2/service/s3control v1.56.2
6767
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.3
6868
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.33.2
6969
github.com/aws/aws-sdk-go-v2/service/ses v1.30.2

service/licensemanagerusersubscriptions/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.4 (2025-04-04)
2+
3+
* No change notes available for this release.
4+
15
# v1.15.3 (2025-04-03)
26

37
* No change notes available for this release.

service/licensemanagerusersubscriptions/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/s3control/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.56.2 (2025-04-04)
2+
3+
* **Documentation**: Updated max size of Prefixes parameter of Scope data type.
4+
15
# v1.56.1 (2025-04-03)
26

37
* No change notes available for this release.

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