Skip to content

Commit dfd2310

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-05-07
1 parent 5145fe8 commit dfd2310

19 files changed

+45
-47
lines changed

.changelog/26bdea1bc2e04fc59d027ef5dda0a703.json

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

.changelog/284ff309b9e44cb3b1dd9f7b2bb451d4.json

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

.changelog/43b02b521019423a95de0c9809d2db26.json

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

.changelog/8247d5fb387043a5bf611c7a6aab3a88.json

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

.changelog/ace90841f1c74b3696ac76c66b18314e.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-05-07)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.216.0](service/ec2/CHANGELOG.md#v12160-2025-05-07)
5+
* **Feature**: This release adds API support for Path Component Exclusion (Filter Out ARN) for Reachability Analyzer
6+
* `github.com/aws/aws-sdk-go-v2/service/imagebuilder`: [v1.42.1](service/imagebuilder/CHANGELOG.md#v1421-2025-05-07)
7+
* **Documentation**: Updated the CreateImageRecipeRequest ParentImage description to include all valid values as updated with the SSM Parameters project.
8+
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.75.0](service/medialive/CHANGELOG.md#v1750-2025-05-07)
9+
* **Feature**: Enables Updating Anywhere Settings on a MediaLive Anywhere Channel.
10+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.191.0](service/sagemaker/CHANGELOG.md#v11910-2025-05-07)
11+
* **Feature**: SageMaker AI Studio users can now migrate to SageMaker Unified Studio, which offers a unified web-based development experience that integrates AWS data, analytics, artificial intelligence (AI), and machine learning (ML) services, as well as additional tools and resource
12+
* `github.com/aws/aws-sdk-go-v2/service/synthetics`: [v1.33.0](service/synthetics/CHANGELOG.md#v1330-2025-05-07)
13+
* **Feature**: Add support to test a canary update by invoking a dry run of a canary. This behavior can be used via the new StartCanaryDryRun API along with new fields in UpdateCanary to apply dry run changes. Also includes changes in GetCanary and GetCanaryRuns to support retrieving dry run configurations.
14+
115
# Release (2025-05-06)
216

317
## Module Highlights

service/ec2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.216.0 (2025-05-07)
2+
3+
* **Feature**: This release adds API support for Path Component Exclusion (Filter Out ARN) for Reachability Analyzer
4+
15
# v1.215.0 (2025-05-06)
26

37
* **Feature**: This release adds support for Amazon EBS Provisioned Rate for Volume Initialization, which lets you specify a volume initialization rate to ensure that your EBS volumes are initialized in a predictable amount of time.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.42.1 (2025-05-07)
2+
3+
* **Documentation**: Updated the CreateImageRecipeRequest ParentImage description to include all valid values as updated with the SSM Parameters project.
4+
15
# v1.42.0 (2025-04-28)
26

37
* **Feature**: Add integration with SSM Parameter Store to Image Builder.

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

Lines changed: 1 addition & 1 deletion
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.5
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.41.3
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.1
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.215.0
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.216.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.44.0
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.56.3
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.35.3

service/medialive/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.75.0 (2025-05-07)
2+
3+
* **Feature**: Enables Updating Anywhere Settings on a MediaLive Anywhere Channel.
4+
15
# v1.74.0 (2025-04-10)
26

37
* **Feature**: AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution.

service/medialive/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.27.2 (2025-05-07)
2+
3+
* No change notes available for this release.
4+
15
# v1.27.1 (2025-04-30)
26

37
* No change notes available for this release.

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.

service/sagemaker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.191.0 (2025-05-07)
2+
3+
* **Feature**: SageMaker AI Studio users can now migrate to SageMaker Unified Studio, which offers a unified web-based development experience that integrates AWS data, analytics, artificial intelligence (AI), and machine learning (ML) services, as well as additional tools and resource
4+
15
# v1.190.0 (2025-05-01)
26

37
* **Feature**: Feature - Adding support for Scheduled and Rolling Update Software in Sagemaker Hyperpod.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.0 (2025-05-07)
2+
3+
* **Feature**: Add support to test a canary update by invoking a dry run of a canary. This behavior can be used via the new StartCanaryDryRun API along with new fields in UpdateCanary to apply dry run changes. Also includes changes in GetCanary and GetCanaryRuns to support retrieving dry run configurations.
4+
15
# v1.32.3 (2025-04-10)
26

37
* No change notes available for this release.

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