Skip to content

Commit e9a9720

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-07-02
1 parent ea7d5af commit e9a9720

22 files changed

+50
-59
lines changed

.changelog/0053862f61964f45a81343b89dfb444b.json

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

.changelog/101c9065832941079688a667ff921f24.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/55ac722f5f2e481abbdaef1c8ad5c09b.json

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

.changelog/9880234d953642ec8a46b41a3d59e7ba.json

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release (2025-07-02)
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/connectcases`: [v1.26.0](service/connectcases/CHANGELOG.md#v1260-2025-07-02)
8+
* **Feature**: This release adds DeleteCase and DeleteRelatedItem APIs, which enable deleting cases and comments, undoing contact association, and removing service level agreements (SLAs) from cases. Contact center admins can use these APIs to delete cases when requested by customers and correct agent errors.
9+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.229.0](service/ec2/CHANGELOG.md#v12290-2025-07-02)
10+
* **Feature**: AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks.
11+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.83.0](service/s3/CHANGELOG.md#v1830-2025-07-02)
12+
* **Feature**: Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations
13+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.60.0](service/s3control/CHANGELOG.md#v1600-2025-07-02)
14+
* **Feature**: Added TagResource, UntagResource, and ListTagsForResource support for directory bucket
15+
116
# Release (2025-07-01)
217

318
## Module 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.82.0
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.83.0
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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.82.0
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.59.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.83.0
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.60.0
1010
)
1111

1212
require (

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.83 (2025-07-02)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.82 (2025-06-25)
26

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

feature/s3/manager/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.36.5
77
github.com/aws/aws-sdk-go-v2/config v1.29.17
88
github.com/aws/aws-sdk-go-v2/credentials v1.17.70
9-
github.com/aws/aws-sdk-go-v2/service/s3 v1.82.0
9+
github.com/aws/aws-sdk-go-v2/service/s3 v1.83.0
1010
github.com/aws/smithy-go v1.22.4
1111
)
1212

0 commit comments

Comments
 (0)