Skip to content

Commit f2482ac

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-07-23
1 parent a1b9517 commit f2482ac

14 files changed

+31
-41
lines changed

.changelog/2de0789d44ba43cc9c2c0623b87de623.json

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

.changelog/3cd9621b40cd4b63b33d0342b6542cb6.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/91beebb3ea6b460fbdb4c11015dc3ee0.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2025-07-23)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.235.0](service/ec2/CHANGELOG.md#v12350-2025-07-23)
5+
* **Feature**: Added support for skip-os-shutdown option for the EC2 instance stop and terminate operations. This feature enables customers to bypass the graceful OS shutdown, supporting faster state transitions when instance data preservation isn't critical.
6+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.119.0](service/glue/CHANGELOG.md#v11190-2025-07-23)
7+
* **Feature**: AWS Glue now supports dynamic session policies for job executions. This feature allows you to specify custom, fine-grained permissions for each job run without creating multiple IAM roles.
8+
* `github.com/aws/aws-sdk-go-v2/service/workspacesthinclient`: [v1.16.0](service/workspacesthinclient/CHANGELOG.md#v1160-2025-07-23)
9+
* **Feature**: Added the lastUserId parameter to the ListDevices and GetDevice API.
10+
111
# Release (2025-07-22)
212

313
## 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.235.0 (2025-07-23)
2+
3+
* **Feature**: Added support for skip-os-shutdown option for the EC2 instance stop and terminate operations. This feature enables customers to bypass the graceful OS shutdown, supporting faster state transitions when instance data preservation isn't critical.
4+
15
# v1.234.0 (2025-07-21)
26

37
* **Feature**: This release adds support for C8gn, F2 and P6e-GB200 Instance types

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.119.0 (2025-07-23)
2+
3+
* **Feature**: AWS Glue now supports dynamic session policies for job executions. This feature allows you to specify custom, fine-grained permissions for each job run without creating multiple IAM roles.
4+
15
# v1.118.1 (2025-07-19)
26

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

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
@@ -5,7 +5,7 @@ require (
55
github.com/aws/aws-sdk-go-v2/config v1.29.18
66
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.85
77
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.44.1
8-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.234.0
8+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.235.0
99
github.com/aws/aws-sdk-go-v2/service/lambda v1.73.0
1010
github.com/aws/aws-sdk-go-v2/service/s3 v1.84.1
1111
github.com/aws/aws-sdk-go-v2/service/s3control v1.60.1

0 commit comments

Comments
 (0)