Skip to content

Commit 461e9c7

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-06-23
1 parent 7b28583 commit 461e9c7

13 files changed

+28
-46
lines changed

.changelog/05b401cb02f74859ad5aee15889b339d.json

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

.changelog/2476a4a9f94c40b8acd9c6b632ee4f91.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/7c9997c443e44404aabc0d5f997ce04c.json

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

.changelog/c3fbc4a033b3497dbd285d5b401c902f.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release (2025-06-23)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.115.0](service/glue/CHANGELOG.md#v11150-2025-06-23)
5+
* **Feature**: AWS Glue now supports sort and z-order strategy for managed automated compaction for Iceberg tables in addition to binpack.
6+
* `github.com/aws/aws-sdk-go-v2/service/s3tables`: [v1.5.0](service/s3tables/CHANGELOG.md#v150-2025-06-23)
7+
* **Feature**: S3 Tables now supports sort and z-order compaction strategies for Iceberg tables in addition to binpack.
8+
* `github.com/aws/aws-sdk-go-v2/service/workspacesinstances`: [v1.0.0](service/workspacesinstances/CHANGELOG.md#v100-2025-06-23)
9+
* **Release**: New AWS service client module
10+
* **Feature**: Added support for Amazon WorkSpaces Instances API
11+
112
# Release (2025-06-20)
213

314
## Module Highlights

service/glue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.115.0 (2025-06-23)
2+
3+
* **Feature**: AWS Glue now supports sort and z-order strategy for managed automated compaction for Iceberg tables in addition to binpack.
4+
15
# v1.114.0 (2025-06-20)
26

37
* **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.

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.114.0
46+
github.com/aws/aws-sdk-go-v2/service/glue v1.115.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/s3tables/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.5.0 (2025-06-23)
2+
3+
* **Feature**: S3 Tables now supports sort and z-order compaction strategies for Iceberg tables in addition to binpack.
4+
15
# v1.4.2 (2025-06-17)
26

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

service/s3tables/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.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2025-06-23)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: Added support for Amazon WorkSpaces Instances API
5+

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