Skip to content

Commit 838fb87

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-08-18
1 parent c16fb51 commit 838fb87

22 files changed

+50
-69
lines changed

.changelog/126ae74d7dd94228a9b859c27af88001.json

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

.changelog/178f2e2a0b234edca9744fc1cb44cb61.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/6094e959cf6d41f386a9e2d08ab2e998.json

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

.changelog/7a570a1969844139b544b69c5c85eccb.json

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

.changelog/9adc2e9f680147d793b1233d3f63d06d.json

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

.changelog/fee7ec0d38dd4dde88bc4c03dd7891b3.json

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2025-08-18)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.57.1](service/batch/CHANGELOG.md#v1571-2025-08-18)
5+
* **Documentation**: Added default_x86_64 and default_arm64 as values to the instanceTypes field.
6+
* `github.com/aws/aws-sdk-go-v2/service/bcmdashboards`: [v1.0.0](service/bcmdashboards/CHANGELOG.md#v100-2025-08-18)
7+
* **Release**: New AWS service client module
8+
* **Feature**: Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards.
9+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.136.0](service/connect/CHANGELOG.md#v11360-2025-08-18)
10+
* **Feature**: Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
11+
* `github.com/aws/aws-sdk-go-v2/service/connectparticipant`: [v1.33.0](service/connectparticipant/CHANGELOG.md#v1330-2025-08-18)
12+
* **Feature**: Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
13+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.65.0](service/s3control/CHANGELOG.md#v1650-2025-08-18)
14+
* **Feature**: Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download
15+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.210.0](service/sagemaker/CHANGELOG.md#v12100-2025-08-18)
16+
* **Feature**: Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
17+
118
# Release (2025-08-15)
219

320
## Module Highlights

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.38.0
77
github.com/aws/aws-sdk-go-v2/config v1.31.0
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.87.0
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.64.0
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.65.0
1010
)
1111

1212
require (

service/batch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.57.1 (2025-08-18)
2+
3+
* **Documentation**: Added default_x86_64 and default_arm64 as values to the instanceTypes field.
4+
15
# v1.57.0 (2025-08-11)
26

37
* **Feature**: Add support for configuring per-service Options via callback on global config.

0 commit comments

Comments
 (0)