Skip to content

Commit f8c3e9d

Browse files
author
AWS SDK for Go v2 automation user
committedMay 5, 2025·
Release 2025-05-05
1 parent 4d4e6e7 commit f8c3e9d

24 files changed

+60
-60
lines changed
 

‎.changelog/096161d8acea4d53afe332ec60aac3db.json

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

‎.changelog/165a0d206c4548f0946255e1c41f8b82.json

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

‎.changelog/193b227e82e9400985a32acc37ee8d1f.json

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

‎.changelog/4ff38066ea2b4ab6ab15b45bbc23f603.json

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

‎.changelog/9b125ce43d9149da865b17a585428e5d.json

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

‎.changelog/eddbf6c3cca348c086df5e157f413e5e.json

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

‎CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release (2025-05-05)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/feature/s3/manager`: [v1.17.75](feature/s3/manager/CHANGELOG.md#v11775-2025-05-05)
5+
* **Bug Fix**: Enable user to call GetBucketRegion without credential config
6+
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.30.0](service/datazone/CHANGELOG.md#v1300-2025-05-05)
7+
* **Feature**: This release adds a new authorization policy to control the usage of custom AssetType when creating an Asset. Customer can now add new grant(s) of policyType USE_ASSET_TYPE for custom AssetTypes to apply authorization policy to projects members and domain unit owners.
8+
* `github.com/aws/aws-sdk-go-v2/service/devicefarm`: [v1.31.0](service/devicefarm/CHANGELOG.md#v1310-2025-05-05)
9+
* **Feature**: Add an optional parameter to the GetDevicePoolCompatibility API to pass in project information to check device pool compatibility.
10+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.214.0](service/ec2/CHANGELOG.md#v12140-2025-05-05)
11+
* **Feature**: This update introduces API operations to manage and create local gateway VIF and VIF groups. It also includes API operations to describe Outpost LAGs and service link VIFs.
12+
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.56.3](service/ecs/CHANGELOG.md#v1563-2025-05-05)
13+
* **Documentation**: Add support to roll back an In_Progress ECS Service Deployment
14+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.72.0](service/mediaconvert/CHANGELOG.md#v1720-2025-05-05)
15+
* **Feature**: This release adds an optional sidecar per-frame video quality metrics report and an ALL_PCM option for audio selectors. It also changes the data type for Probe API response fields related to video and audio bitrate from integer to double.
16+
117
# Release (2025-05-02)
218

319
## Module Highlights

‎feature/s3/manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.75 (2025-05-05)
2+
3+
* **Bug Fix**: Enable user to call GetBucketRegion without credential config
4+
15
# v1.17.74 (2025-04-28)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

‎feature/s3/manager/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.30.0 (2025-05-05)
2+
3+
* **Feature**: This release adds a new authorization policy to control the usage of custom AssetType when creating an Asset. Customer can now add new grant(s) of policyType USE_ASSET_TYPE for custom AssetTypes to apply authorization policy to projects members and domain unit owners.
4+
15
# v1.29.1 (2025-04-03)
26

37
* No change notes available for this release.

‎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/devicefarm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.31.0 (2025-05-05)
2+
3+
* **Feature**: Add an optional parameter to the GetDevicePoolCompatibility API to pass in project information to check device pool compatibility.
4+
15
# v1.30.2 (2025-04-03)
26

37
* No change notes available for this release.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.214.0 (2025-05-05)
2+
3+
* **Feature**: This update introduces API operations to manage and create local gateway VIF and VIF groups. It also includes API operations to describe Outpost LAGs and service link VIFs.
4+
15
# v1.213.0 (2025-04-30)
26

37
* **Feature**: Launch of cost distribution feature for IPAM owners to distribute costs to internal teams.

‎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/ecs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.56.3 (2025-05-05)
2+
3+
* **Documentation**: Add support to roll back an In_Progress ECS Service Deployment
4+
15
# v1.56.2 (2025-04-25)
26

37
* **Documentation**: Documentation only release for Amazon ECS.

‎service/ecs/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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
33
require (
44
github.com/aws/aws-sdk-go-v2 v1.36.3
55
github.com/aws/aws-sdk-go-v2/config v1.29.14
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.74
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.75
77
github.com/aws/aws-sdk-go-v2/service/acm v1.32.0
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.30.1
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.36.0
@@ -24,14 +24,14 @@ require (
2424
github.com/aws/aws-sdk-go-v2/service/configservice v1.52.3
2525
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.29.2
2626
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.51.3
27-
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.30.2
27+
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.31.0
2828
github.com/aws/aws-sdk-go-v2/service/directconnect v1.32.2
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.213.0
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.214.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.44.0
34-
github.com/aws/aws-sdk-go-v2/service/ecs v1.56.2
34+
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
3636
github.com/aws/aws-sdk-go-v2/service/elasticache v1.46.0
3737
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.29.2

‎service/kinesisanalytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.4 (2025-05-05)
2+
3+
* No change notes available for this release.
4+
15
# v1.26.3 (2025-04-10)
26

37
* No change notes available for this release.

‎service/kinesisanalytics/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/kinesisanalyticsv2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.4 (2025-05-05)
2+
3+
* No change notes available for this release.
4+
15
# v1.32.3 (2025-04-10)
26

37
* No change notes available for this release.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.72.0 (2025-05-05)
2+
3+
* **Feature**: This release adds an optional sidecar per-frame video quality metrics report and an ALL_PCM option for audio selectors. It also changes the data type for Probe API response fields related to video and audio bitrate from integer to double.
4+
15
# v1.71.1 (2025-04-03)
26

37
* No change notes available for this release.

‎service/mediaconvert/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)
Please sign in to comment.