Skip to content

Commit 32873b9

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-06-26
1 parent 6717c1d commit 32873b9

31 files changed

+76
-88
lines changed

.changelog/0af4a14cdeec4a36bbe90f4cc7e8fd59.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/57ade972f0c1477897bdca81c004a597.json

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

.changelog/67da187b595f447daf90dcdf70ce0254.json

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

.changelog/8fae5796b864407bb54476afec56353b.json

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

.changelog/9af5b0f2367e4c2d8bb90d2070e7670a.json

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

.changelog/bc735a697f3e4fafb50480a0c6527908.json

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

.changelog/c98ab31a222843c180ac5e1d121054fa.json

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

.changelog/e8ede10d4d29489ca163a1232d1f8efe.json

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2025-06-26)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/deadline`: [v1.14.0](service/deadline/CHANGELOG.md#v1140-2025-06-26)
5+
* **Feature**: Added fields to track cumulative task retry attempts for steps and jobs
6+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.227.0](service/ec2/CHANGELOG.md#v12270-2025-06-26)
7+
* **Feature**: This release adds support for OdbNetworkArn as a target in VPC Route Tables
8+
* `github.com/aws/aws-sdk-go-v2/service/iotmanagedintegrations`: [v1.1.0](service/iotmanagedintegrations/CHANGELOG.md#v110-2025-06-26)
9+
* **Feature**: Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations.
10+
* `github.com/aws/aws-sdk-go-v2/service/keyspaces`: [v1.19.0](service/keyspaces/CHANGELOG.md#v1190-2025-06-26)
11+
* **Feature**: This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API.
12+
* `github.com/aws/aws-sdk-go-v2/service/keyspacesstreams`: [v1.0.0](service/keyspacesstreams/CHANGELOG.md#v100-2025-06-26)
13+
* **Release**: New AWS service client module
14+
* **Feature**: This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API.
15+
* `github.com/aws/aws-sdk-go-v2/service/kms`: [v1.41.2](service/kms/CHANGELOG.md#v1412-2025-06-26)
16+
* **Documentation**: This release updates AWS CLI examples for KMS APIs.
17+
* `github.com/aws/aws-sdk-go-v2/service/qbusiness`: [v1.27.0](service/qbusiness/CHANGELOG.md#v1270-2025-06-26)
18+
* **Feature**: Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer
19+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.58.0](service/workspaces/CHANGELOG.md#v1580-2025-06-26)
20+
* **Feature**: Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories
21+
122
# Release (2025-06-25)
223

324
## General Highlights

service/deadline/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.0 (2025-06-26)
2+
3+
* **Feature**: Added fields to track cumulative task retry attempts for steps and jobs
4+
15
# v1.13.2 (2025-06-17)
26

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

service/deadline/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.227.0 (2025-06-26)
2+
3+
* **Feature**: This release adds support for OdbNetworkArn as a target in VPC Route Tables
4+
15
# v1.226.0 (2025-06-24)
26

37
* **Feature**: This release allows you to create and register AMIs while maintaining their underlying EBS snapshots within Local Zones.

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/gamelift/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-06-26)
2+
3+
* No change notes available for this release.
4+
15
# v1.42.0 (2025-06-24)
26

37
* **Feature**: Add support for UDP ping beacons to ListLocations API, including new PingBeacon and UDPEndpoint data types within its Locations return value. Use UDP ping beacon endpoints to help measure real-time network latency for multiplayer games.

service/gamelift/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
@@ -29,7 +29,7 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.31.7
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.41.6
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.4
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.226.0
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.45.1
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.58.1
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.36.2
@@ -41,14 +41,14 @@ require (
4141
github.com/aws/aws-sdk-go-v2/service/emr v1.49.3
4242
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.39.3
4343
github.com/aws/aws-sdk-go-v2/service/firehose v1.37.7
44-
github.com/aws/aws-sdk-go-v2/service/gamelift v1.42.0
44+
github.com/aws/aws-sdk-go-v2/service/gamelift v1.42.1
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.27.5
4646
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
5050
github.com/aws/aws-sdk-go-v2/service/kinesis v1.35.3
51-
github.com/aws/aws-sdk-go-v2/service/kms v1.41.1
51+
github.com/aws/aws-sdk-go-v2/service/kms v1.41.2
5252
github.com/aws/aws-sdk-go-v2/service/lambda v1.72.0
5353
github.com/aws/aws-sdk-go-v2/service/lightsail v1.43.4
5454
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.25.4
@@ -77,7 +77,7 @@ require (
7777
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.26.2
7878
github.com/aws/aws-sdk-go-v2/service/waf v1.26.4
7979
github.com/aws/aws-sdk-go-v2/service/wafregional v1.26.4
80-
github.com/aws/aws-sdk-go-v2/service/workspaces v1.57.2
80+
github.com/aws/aws-sdk-go-v2/service/workspaces v1.58.0
8181
github.com/aws/smithy-go v1.22.4
8282
)
8383

service/iotmanagedintegrations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.1.0 (2025-06-26)
2+
3+
* **Feature**: Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations.
4+
15
# v1.0.3 (2025-06-17)
26

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

service/iotmanagedintegrations/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/keyspaces/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.0 (2025-06-26)
2+
3+
* **Feature**: This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API.
4+
15
# v1.18.3 (2025-06-17)
26

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

service/keyspaces/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/keyspacesstreams/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2025-06-26)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API.
5+

service/keyspacesstreams/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/kms/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.41.2 (2025-06-26)
2+
3+
* **Documentation**: This release updates AWS CLI examples for KMS APIs.
4+
15
# v1.41.1 (2025-06-17)
26

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

service/kms/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/lakeformation/CHANGELOG.md

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

37
* No change notes available for this release.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.0 (2025-06-26)
2+
3+
* **Feature**: Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer
4+
15
# v1.26.3 (2025-06-17)
26

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

service/qbusiness/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/workspaces/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-26)
2+
3+
* **Feature**: Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories
4+
15
# v1.57.2 (2025-06-17)
26

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

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