Skip to content

Commit ad4fc4c

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-03-26
1 parent e181e11 commit ad4fc4c

27 files changed

+66
-68
lines changed

.changelog/02e9d952f1c142e1b74ea7bc5038d226.json

-8
This file was deleted.

.changelog/31ec3457e3b2444887687b4fd98e93c5.json

-8
This file was deleted.

.changelog/3d62f1eb4669413c94e7b94ef467a8ea.json

-8
This file was deleted.

.changelog/9525717920a842649f6d8ea09e5dacb5.json

-8
This file was deleted.

.changelog/9747dce9e90d460888900a8a2ea22251.json

-8
This file was deleted.

.changelog/bd2d78503efc49e2a6b460208e2348c5.json

-8
This file was deleted.

.changelog/ebc1308ff8d94223b1e7b9a19c2021de.json

-8
This file was deleted.

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release (2025-03-26)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/arczonalshift`: [v1.16.0](service/arczonalshift/CHANGELOG.md#v1160-2025-03-26)
5+
* **Feature**: Add new shiftType field for ARC zonal shifts.
6+
* `github.com/aws/aws-sdk-go-v2/service/directconnect`: [v1.32.0](service/directconnect/CHANGELOG.md#v1320-2025-03-26)
7+
* **Feature**: With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies.
8+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.71.0](service/mediaconvert/CHANGELOG.md#v1710-2025-03-26)
9+
* **Feature**: This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs
10+
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.46.0](service/mediatailor/CHANGELOG.md#v1460-2025-03-26)
11+
* **Feature**: Add support for log filtering which allow customers to filter out selected event types from logs.
12+
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.48.0](service/polly/CHANGELOG.md#v1480-2025-03-26)
13+
* **Feature**: Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only.
14+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.94.2](service/rds/CHANGELOG.md#v1942-2025-03-26)
15+
* **Documentation**: Add note about the Availability Zone where RDS restores the DB cluster for the RestoreDBClusterToPointInTime operation.
16+
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.60.0](service/wafv2/CHANGELOG.md#v1600-2025-03-26)
17+
* **Feature**: This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App.
18+
119
# Release (2025-03-25)
220

321
## General Highlights

service/arczonalshift/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2025-03-26)
2+
3+
* **Feature**: Add new shiftType field for ARC zonal shifts.
4+
15
# v1.15.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/arczonalshift/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/directconnect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.0 (2025-03-26)
2+
3+
* **Feature**: With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies.
4+
15
# v1.31.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/directconnect/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
@@ -25,7 +25,7 @@ require (
2525
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.29.1
2626
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.51.1
2727
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.30.1
28-
github.com/aws/aws-sdk-go-v2/service/directconnect v1.31.1
28+
github.com/aws/aws-sdk-go-v2/service/directconnect v1.32.0
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.31.2
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.41.1
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.42.0
@@ -55,8 +55,8 @@ require (
5555
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.25.1
5656
github.com/aws/aws-sdk-go-v2/service/neptune v1.36.1
5757
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.24.1
58-
github.com/aws/aws-sdk-go-v2/service/polly v1.47.2
59-
github.com/aws/aws-sdk-go-v2/service/rds v1.94.1
58+
github.com/aws/aws-sdk-go-v2/service/polly v1.48.0
59+
github.com/aws/aws-sdk-go-v2/service/rds v1.94.2
6060
github.com/aws/aws-sdk-go-v2/service/redshift v1.54.1
6161
github.com/aws/aws-sdk-go-v2/service/rekognition v1.46.1
6262
github.com/aws/aws-sdk-go-v2/service/route53 v1.50.0

service/lakeformation/CHANGELOG.md

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

37
* **Feature**: This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource.

service/lakeformation/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/mediaconvert/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.71.0 (2025-03-26)
2+
3+
* **Feature**: This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs
4+
15
# v1.70.0 (2025-03-18)
26

37
* **Feature**: This release adds support for AVC passthrough, the ability to specify PTS offset without padding, and an A/V segment matching feature.

service/mediaconvert/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/mediatailor/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.46.0 (2025-03-26)
2+
3+
* **Feature**: Add support for log filtering which allow customers to filter out selected event types from logs.
4+
15
# v1.45.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/mediatailor/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/pinpointsmsvoicev2/CHANGELOG.md

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

37
* No change notes available for this release.

service/pinpointsmsvoicev2/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/polly/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.48.0 (2025-03-26)
2+
3+
* **Feature**: Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only.
4+
15
# v1.47.2 (2025-03-13)
26

37
* No change notes available for this release.

service/polly/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/rds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.94.2 (2025-03-26)
2+
3+
* **Documentation**: Add note about the Availability Zone where RDS restores the DB cluster for the RestoreDBClusterToPointInTime operation.
4+
15
# v1.94.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/rds/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/wafv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.60.0 (2025-03-26)
2+
3+
* **Feature**: This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App.
4+
15
# v1.59.0 (2025-03-17)
26

37
* **Feature**: AWS WAF now lets you inspect fragments of request URIs. You can specify the scope of the URI to inspect and narrow the set of URI fragments.

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