Skip to content

Commit a99eaed

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-06-18
1 parent 50ffb0c commit a99eaed

27 files changed

+61
-64
lines changed

.changelog/3572136e0e404b32a6fec802117f84a3.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/4d501aec7a1a4327a47728ddc12c57bd.json

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

.changelog/9452482ed23a40bf9259653e1660a630.json

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

.changelog/a4272ac0f69047d58d03987ef3397aaa.json

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

.changelog/c848e4ab87d44a8d8baa16111d7b107a.json

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release (2025-06-18)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/aiops`: [v1.0.0](service/aiops/CHANGELOG.md#v100-2025-06-18)
8+
* **Release**: New AWS service client module
9+
* **Feature**: This is the initial SDK release for Amazon AI Operations (AIOps). AIOps is a generative AI-powered assistant that helps you respond to incidents in your system by scanning your system's telemetry and quickly surface suggestions that might be related to your issue.
10+
* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.54.0](service/autoscaling/CHANGELOG.md#v1540-2025-06-18)
11+
* **Feature**: Add IncludeInstances parameter to DescribeAutoScalingGroups API
12+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.51.0](service/cloudwatchlogs/CHANGELOG.md#v1510-2025-06-18)
13+
* **Feature**: Added CloudWatch Logs Transformer support for converting CloudTrail, VPC Flow, EKS Audit, AWS WAF and Route53 Resolver logs to OCSF v1.1 format.
14+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.81.0](service/s3/CHANGELOG.md#v1810-2025-06-18)
15+
* **Feature**: Added support for renaming objects within the same bucket using the new RenameObject API.
16+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.197.0](service/sagemaker/CHANGELOG.md#v11970-2025-06-18)
17+
* **Feature**: Add support for p6-b200 instance type for SageMaker Hyperpod
18+
119
# Release (2025-06-17)
220

321
## General Highlights

example/service/s3/listObjects/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.29.17
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.3
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.81.0
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.5
77
github.com/aws/aws-sdk-go-v2/config v1.29.17
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.3
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.81.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.58.3
1010
)
1111

feature/s3/manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.81 (2025-06-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.80 (2025-06-17)
26

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

0 commit comments

Comments
 (0)