Skip to content

Commit 1afe901

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-06-20
1 parent c41e22a commit 1afe901

22 files changed

+51
-58
lines changed

.changelog/1d04824953ed4165bdf23803383b4c81.json

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

.changelog/2d8b0b4879cc42348adfe72ca2f4c5f3.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/5cdfc53f490e4bc490a52fa0803ec437.json

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

.changelog/9c798fabed0f41bf95cd3d366953c9c8.json

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

.changelog/ed4a85899f7a4ecd9c538d779a7cee53.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-06-20)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.36.0](service/bedrock/CHANGELOG.md#v1360-2025-06-20)
5+
* **Feature**: Add support for tiers in Content Filters and Denied Topics for Amazon Bedrock Guardrails.
6+
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.58.0](service/ecs/CHANGELOG.md#v1580-2025-06-20)
7+
* **Feature**: Add ECS support for Windows Server 2025
8+
* `github.com/aws/aws-sdk-go-v2/service/geoplaces`: [v1.2.0](service/geoplaces/CHANGELOG.md#v120-2025-06-20)
9+
* **Feature**: Geocode, ReverseGeocode, and GetPlace APIs added Intersections and SecondaryAddresses. To use, add to the AdditionalFeatures list in your request. This provides info about nearby intersections and secondary addresses that are associated with a main address. Also added MainAddress and ParsedQuery.
10+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.114.0](service/glue/CHANGELOG.md#v11140-2025-06-20)
11+
* **Feature**: AWS Glue Data Quality now provides aggregated metrics in evaluation results when publishAggregatedMetrics with row-level results are enabled. These metrics include summary statistics showing total counts of processed, passed, and failed rows and rules in a single view.
12+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.75.0](service/mediaconvert/CHANGELOG.md#v1750-2025-06-20)
13+
* **Feature**: This release adds a new SPECIFIED_OPTIMAL option for handling DDS when using DVB-Sub with high resolution video.
14+
115
# Release (2025-06-19)
216

317
## Module Highlights

service/appsync/CHANGELOG.md

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

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/appsync/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.36.0 (2025-06-20)
2+
3+
* **Feature**: Add support for tiers in Content Filters and Denied Topics for Amazon Bedrock Guardrails.
4+
15
# v1.35.1 (2025-06-17)
26

37
* **Documentation**: This release of the SDK has the API and documentation for the createcustommodel API. This feature lets you copy a trained model into Amazon Bedrock for inference.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.58.0 (2025-06-20)
2+
3+
* **Feature**: Add ECS support for Windows Server 2025
4+
15
# v1.57.6 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.0 (2025-06-20)
2+
3+
* **Feature**: Geocode, ReverseGeocode, and GetPlace APIs added Intersections and SecondaryAddresses. To use, add to the AdditionalFeatures list in your request. This provides info about nearby intersections and secondary addresses that are associated with a main address. Also added MainAddress and ParsedQuery.
4+
15
# v1.1.4 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/geoplaces/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/glue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.114.0 (2025-06-20)
2+
3+
* **Feature**: AWS Glue Data Quality now provides aggregated metrics in evaluation results when publishAggregatedMetrics with row-level results are enabled. These metrics include summary statistics showing total counts of processed, passed, and failed rows and rules in a single view.
4+
15
# v1.113.3 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/glue/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.4
3232
github.com/aws/aws-sdk-go-v2/service/ec2 v1.225.2
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.45.1
34-
github.com/aws/aws-sdk-go-v2/service/ecs v1.57.6
34+
github.com/aws/aws-sdk-go-v2/service/ecs v1.58.0
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.36.2
3636
github.com/aws/aws-sdk-go-v2/service/elasticache v1.46.3
3737
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.29.4
@@ -43,7 +43,7 @@ require (
4343
github.com/aws/aws-sdk-go-v2/service/firehose v1.37.7
4444
github.com/aws/aws-sdk-go-v2/service/gamelift v1.41.3
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.27.5
46-
github.com/aws/aws-sdk-go-v2/service/glue v1.113.3
46+
github.com/aws/aws-sdk-go-v2/service/glue v1.114.0
4747
github.com/aws/aws-sdk-go-v2/service/health v1.30.4
4848
github.com/aws/aws-sdk-go-v2/service/iam v1.42.2
4949
github.com/aws/aws-sdk-go-v2/service/iot v1.64.4

service/lakeformation/CHANGELOG.md

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

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/lakeformation/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.75.0 (2025-06-20)
2+
3+
* **Feature**: This release adds a new SPECIFIED_OPTIMAL option for handling DDS when using DVB-Sub with high resolution video.
4+
15
# v1.74.2 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

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)