Skip to content

Commit 64a2f06

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-03-28
1 parent 6f3c0dc commit 64a2f06

34 files changed

+82
-94
lines changed

.changelog/0775ecf785e0403bb0431ccd7b9731c1.json

-8
This file was deleted.

.changelog/200df5285e654593b009428f01ba2f8c.json

-8
This file was deleted.

.changelog/935e3224be3548c59850a8a53ea96cf7.json

-8
This file was deleted.

.changelog/a043dc06e9bb49ba89e05016adf5258d.json

-8
This file was deleted.

.changelog/da51425903244f39830ea8fa404670e9.json

-8
This file was deleted.

.changelog/e0d5dc27e1344871973626fad7b0d7f6.json

-8
This file was deleted.

.changelog/ed7ea07a10c04d0fa9dbd92be48c216c.json

-8
This file was deleted.

.changelog/ee3245741a8b4207bf019b336c1fcfd5.json

-8
This file was deleted.

.changelog/f05bf6f8a3fd484d8c17badd1d041037.json

-8
This file was deleted.

.changelog/fa3d1b62e4f24c63b7b0974279ff385e.json

-8
This file was deleted.

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Release (2025-03-28)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/apigateway`: [v1.30.0](service/apigateway/CHANGELOG.md#v1300-2025-03-28)
5+
* **Feature**: Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
6+
* `github.com/aws/aws-sdk-go-v2/service/apigatewayv2`: [v1.27.0](service/apigatewayv2/CHANGELOG.md#v1270-2025-03-28)
7+
* **Feature**: Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
8+
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.27.0](service/bedrockruntime/CHANGELOG.md#v1270-2025-03-28)
9+
* **Feature**: Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.
10+
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.57.0](service/codebuild/CHANGELOG.md#v1570-2025-03-28)
11+
* **Feature**: This release adds support for cacheNamespace in ProjectCache
12+
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.54.3](service/ecs/CHANGELOG.md#v1543-2025-03-28)
13+
* **Documentation**: This is an Amazon ECS documentation only release that addresses tickets.
14+
* `github.com/aws/aws-sdk-go-v2/service/marketplacemetering`: [v1.28.0](service/marketplacemetering/CHANGELOG.md#v1280-2025-03-28)
15+
* **Feature**: Add support for Marketplace Metering Service dual-stack endpoints.
16+
* `github.com/aws/aws-sdk-go-v2/service/networkmanager`: [v1.34.0](service/networkmanager/CHANGELOG.md#v1340-2025-03-28)
17+
* **Feature**: Add support for NetworkManager Dualstack endpoints.
18+
* `github.com/aws/aws-sdk-go-v2/service/paymentcryptography`: [v1.18.0](service/paymentcryptography/CHANGELOG.md#v1180-2025-03-28)
19+
* **Feature**: The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges.
20+
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.85.0](service/quicksight/CHANGELOG.md#v1850-2025-03-28)
21+
* **Feature**: RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source.
22+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.185.0](service/sagemaker/CHANGELOG.md#v11850-2025-03-28)
23+
* **Feature**: TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension
24+
125
# Release (2025-03-27)
226

327
## General Highlights

service/apigateway/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.0 (2025-03-28)
2+
3+
* **Feature**: Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
4+
15
# v1.29.1 (2025-03-04.2)
26

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

service/apigateway/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/apigatewayv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.0 (2025-03-28)
2+
3+
* **Feature**: Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
4+
15
# v1.26.1 (2025-03-04.2)
26

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

service/apigatewayv2/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/bedrockruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.0 (2025-03-28)
2+
3+
* **Feature**: Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.
4+
15
# v1.26.1 (2025-03-04.2)
26

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

service/bedrockruntime/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/codebuild/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.57.0 (2025-03-28)
2+
3+
* **Feature**: This release adds support for cacheNamespace in ProjectCache
4+
15
# v1.56.0 (2025-03-13)
26

37
* **Feature**: AWS CodeBuild now supports webhook filtering by organization name

service/codebuild/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.54.3 (2025-03-28)
2+
3+
* **Documentation**: This is an Amazon ECS documentation only release that addresses tickets.
4+
15
# v1.54.2 (2025-03-11)
26

37
* **Documentation**: This is a documentation only update for Amazon ECS to address various tickets.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require (
55
github.com/aws/aws-sdk-go-v2/config v1.29.12
66
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.69
77
github.com/aws/aws-sdk-go-v2/service/acm v1.31.1
8-
github.com/aws/aws-sdk-go-v2/service/apigateway v1.29.1
8+
github.com/aws/aws-sdk-go-v2/service/apigateway v1.30.0
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.35.1
1010
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.30.1
1111
github.com/aws/aws-sdk-go-v2/service/appstream v1.45.1
@@ -16,7 +16,7 @@ require (
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.30.1
1717
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
19-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.56.0
19+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.57.0
2020
github.com/aws/aws-sdk-go-v2/service/codecommit v1.28.1
2121
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.30.1
2222
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.40.2
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.42.0
3232
github.com/aws/aws-sdk-go-v2/service/ec2 v1.210.1
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.43.0
34-
github.com/aws/aws-sdk-go-v2/service/ecs v1.54.2
34+
github.com/aws/aws-sdk-go-v2/service/ecs v1.54.3
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.35.1
3636
github.com/aws/aws-sdk-go-v2/service/elasticache v1.45.1
3737
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.29.1

service/marketplacemetering/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2025-03-28)
2+
3+
* **Feature**: Add support for Marketplace Metering Service dual-stack endpoints.
4+
15
# v1.27.0 (2025-03-25)
26

37
* **Feature**: This release enhances the BatchMeterUsage API to support new field CustomerAWSAccountId in request and response and making CustomerIdentifier optional. CustomerAWSAccountId or CustomerIdentifier must be provided in request but not both.

service/marketplacemetering/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/mediapackagev2/CHANGELOG.md

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

37
* **Feature**: This release adds the ResetChannelState and ResetOriginEndpointState operation to reset MediaPackage V2 channel and origin endpoint. This release also adds a new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child manifest query string based on the requirements of AWS SigV4.

service/mediapackagev2/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/networkmanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.0 (2025-03-28)
2+
3+
* **Feature**: Add support for NetworkManager Dualstack endpoints.
4+
15
# v1.33.1 (2025-03-04.2)
26

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

service/networkmanager/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/paymentcryptography/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2025-03-28)
2+
3+
* **Feature**: The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges.
4+
15
# v1.17.1 (2025-03-04.2)
26

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

service/paymentcryptography/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/quicksight/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.85.0 (2025-03-28)
2+
3+
* **Feature**: RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source.
4+
15
# v1.84.3 (2025-03-13)
26

37
* No change notes available for this release.

service/quicksight/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/sagemaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.185.0 (2025-03-28)
2+
3+
* **Feature**: TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension
4+
15
# v1.184.0 (2025-03-27)
26

37
* **Feature**: add: recovery mode for SageMaker Studio apps

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