Skip to content

Commit d700681

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-03-20
1 parent a3a61fc commit d700681

24 files changed

+59
-49
lines changed

.changelog/54e6dd13195645e39cd8a7fed42c015b.json

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

.changelog/79e45bf81713448eac203a3cc687d588.json

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

.changelog/7df9c5c79e4d4ff98fea385eb0105c02.json

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

.changelog/a7992ec86a2e4cb0bbd00b4b6b0dde80.json

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

.changelog/ae06fd8e2ec34f3e8ad99bbd8dee5a21.json

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2025-03-20)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.32.0](service/amplify/CHANGELOG.md#v1320-2025-03-20)
5+
* **Feature**: Added appId field to Webhook responses
6+
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.29.0](service/bedrock/CHANGELOG.md#v1290-2025-03-20)
7+
* **Feature**: With this release, Bedrock Evaluation will now support bring your own inference responses.
8+
* `github.com/aws/aws-sdk-go-v2/service/controlcatalog`: [v1.7.2](service/controlcatalog/CHANGELOG.md#v172-2025-03-20)
9+
* **Documentation**: Add ExemptAssumeRoot parameter to adapt for new AWS AssumeRoot capability.
10+
* `github.com/aws/aws-sdk-go-v2/service/mailmanager`: [v1.11.0](service/mailmanager/CHANGELOG.md#v1110-2025-03-20)
11+
* **Feature**: Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluation
12+
* `github.com/aws/aws-sdk-go-v2/service/networkfirewall`: [v1.47.0](service/networkfirewall/CHANGELOG.md#v1470-2025-03-20)
13+
* **Feature**: You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table.
14+
115
# Release (2025-03-19)
216

317
## Module Highlights

service/amplify/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.0 (2025-03-20)
2+
3+
* **Feature**: Added appId field to Webhook responses
4+
15
# v1.31.0 (2025-03-13)
26

37
* **Feature**: Introduced support for Skew Protection. Added enableSkewProtection field to createBranch and updateBranch API.

service/amplify/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/bedrock/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.0 (2025-03-20)
2+
3+
* **Feature**: With this release, Bedrock Evaluation will now support bring your own inference responses.
4+
15
# v1.28.1 (2025-03-14)
26

37
* No change notes available for this release.

service/bedrock/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cloudwatchlogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.1 (2025-03-20)
2+
3+
* No change notes available for this release.
4+
15
# v1.47.0 (2025-03-13)
26

37
* **Feature**: Updated CreateLogAnomalyDetector to accept only kms key arn

service/cloudwatchlogs/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/controlcatalog/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.2 (2025-03-20)
2+
3+
* **Documentation**: Add ExemptAssumeRoot parameter to adapt for new AWS AssumeRoot capability.
4+
15
# v1.7.1 (2025-03-04.2)
26

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

service/controlcatalog/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/datazone/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.1 (2025-03-20)
2+
3+
* No change notes available for this release.
4+
15
# v1.27.0 (2025-03-13)
26

37
* **Feature**: This release adds support to update projects and environments

service/datazone/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/mailmanager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.0 (2025-03-20)
2+
3+
* **Feature**: Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluation
4+
15
# v1.10.1 (2025-03-04.2)
26

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

service/mailmanager/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/networkfirewall/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.0 (2025-03-20)
2+
3+
* **Feature**: You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table.
4+
15
# v1.46.1 (2025-03-04.2)
26

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

service/networkfirewall/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/pinpointsmsvoicev2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.2 (2025-03-20)
2+
3+
* No change notes available for this release.
4+
15
# v1.19.1 (2025-03-04.2)
26

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

service/pinpointsmsvoicev2/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/redshiftserverless/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.2 (2025-03-20)
2+
3+
* No change notes available for this release.
4+
15
# v1.26.1 (2025-03-04.2)
26

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

service/redshiftserverless/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)