Skip to content

Commit c5c0ba3

Browse files
author
AWS SDK for Go v2 automation user
committedMar 6, 2025
Release 2025-03-06
1 parent cce6728 commit c5c0ba3

27 files changed

+66
-68
lines changed
 

‎.changelog/011eab16f4574fb0a400571fc7fb3a18.json

-8
This file was deleted.

‎.changelog/33caa85906354b9b83071a66c057084e.json

-8
This file was deleted.

‎.changelog/5f02cd9b2d8b497cb4e565a4f1bf5cdf.json

-8
This file was deleted.

‎.changelog/6b0d843a25414e39bc102be5a23333ac.json

-8
This file was deleted.

‎.changelog/bf74663521d24e8db20fdcd4fe92bdda.json

-8
This file was deleted.

‎.changelog/bf7b1e89ac734786bcaf98c29fccb191.json

-8
This file was deleted.

‎.changelog/cbccbd6357894a3e8be042501f16b967.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-06)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.28.0](service/bedrock/CHANGELOG.md#v1280-2025-03-06)
5+
* **Feature**: This releases adds support for Custom Prompt Router
6+
* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.48.2](service/cloudtrail/CHANGELOG.md#v1482-2025-03-06)
7+
* **Documentation**: Doc-only update for CloudTrail.
8+
* `github.com/aws/aws-sdk-go-v2/service/ivsrealtime`: [v1.23.0](service/ivsrealtime/CHANGELOG.md#v1230-2025-03-06)
9+
* **Feature**: IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
10+
* `github.com/aws/aws-sdk-go-v2/service/networkflowmonitor`: [v1.2.0](service/networkflowmonitor/CHANGELOG.md#v120-2025-03-06)
11+
* **Feature**: This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.
12+
* `github.com/aws/aws-sdk-go-v2/service/redshiftdata`: [v1.33.0](service/redshiftdata/CHANGELOG.md#v1330-2025-03-06)
13+
* **Feature**: This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.
14+
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.58.0](service/wafv2/CHANGELOG.md#v1580-2025-03-06)
15+
* **Feature**: You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.
16+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.55.0](service/workspaces/CHANGELOG.md#v1550-2025-03-06)
17+
* **Feature**: Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.
18+
119
# Release (2025-03-05)
220

321
## Module Highlights

‎service/bedrock/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2025-03-06)
2+
3+
* **Feature**: This releases adds support for Custom Prompt Router
4+
15
# v1.27.1 (2025-03-04.2)
26

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

‎service/bedrock/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/cloudtrail/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.48.2 (2025-03-06)
2+
3+
* **Documentation**: Doc-only update for CloudTrail.
4+
15
# v1.48.1 (2025-03-04.2)
26

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

‎service/cloudtrail/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/gameliftstreams/CHANGELOG.md

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

37
* **Release**: New AWS service client module

‎service/gameliftstreams/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
@@ -14,7 +14,7 @@ require (
1414
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.58.1
1515
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.45.1
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.30.1
17-
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.48.1
17+
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.48.2
1818
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.44.1
1919
github.com/aws/aws-sdk-go-v2/service/codebuild v1.55.1
2020
github.com/aws/aws-sdk-go-v2/service/codecommit v1.28.1
@@ -64,7 +64,7 @@ require (
6464
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.35.1
6565
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.1
6666
github.com/aws/aws-sdk-go-v2/service/s3control v1.54.1
67-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.1
67+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.2
6868
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.33.1
6969
github.com/aws/aws-sdk-go-v2/service/ses v1.30.1
7070
github.com/aws/aws-sdk-go-v2/service/sfn v1.35.1
@@ -79,7 +79,7 @@ require (
7979
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.25.1
8080
github.com/aws/aws-sdk-go-v2/service/waf v1.26.1
8181
github.com/aws/aws-sdk-go-v2/service/wafregional v1.26.1
82-
github.com/aws/aws-sdk-go-v2/service/workspaces v1.54.0
82+
github.com/aws/aws-sdk-go-v2/service/workspaces v1.55.0
8383
github.com/aws/smithy-go v1.22.2
8484
)
8585

‎service/ivsrealtime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.0 (2025-03-06)
2+
3+
* **Feature**: IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
4+
15
# v1.22.1 (2025-03-04.2)
26

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

‎service/ivsrealtime/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/networkflowmonitor/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.0 (2025-03-06)
2+
3+
* **Feature**: This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.
4+
15
# v1.1.1 (2025-03-04.2)
26

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

‎service/networkflowmonitor/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/redshiftdata/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.0 (2025-03-06)
2+
3+
* **Feature**: This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.
4+
15
# v1.32.1 (2025-03-04.2)
26

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

‎service/redshiftdata/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/secretsmanager/CHANGELOG.md

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

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

‎service/secretsmanager/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.58.0 (2025-03-06)
2+
3+
* **Feature**: You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.
4+
15
# v1.57.2 (2025-03-05)
26

37
* No change notes available for this release.

‎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.

‎service/workspaces/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.55.0 (2025-03-06)
2+
3+
* **Feature**: Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.
4+
15
# v1.54.0 (2025-03-05)
26

37
* **Feature**: Added DeviceTypeWorkSpacesThinClient type to allow users to access their WorkSpaces through a WorkSpaces Thin Client.

‎service/workspaces/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)
Failed to load comments.