Skip to content

Commit 29bbb56

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-06-25
1 parent 18279c6 commit 29bbb56

31 files changed

+71
-83
lines changed

.changelog/0f321a9388d644c083f738a09337a11e.json

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

.changelog/2f9f2490c11a48b09512127a710139dc.json

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

.changelog/3ab61e318ce74821af8b53b1fa117223.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/86b8c777dbee4038bd24b857594ac264.json

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

.changelog/aa293e6cb51b4272af2d3fc59ca06697.json

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

.changelog/b70db084b3c64133a8bcf72d6fd78460.json

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

.changelog/cf21e06fe52748ce90ea91a01c80af35.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-25)
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/ecs`: [v1.58.1](service/ecs/CHANGELOG.md#v1581-2025-06-25)
8+
* **Documentation**: Updates for change to Amazon ECS default log driver mode from blocking to non-blocking
9+
* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.55.0](service/fsx/CHANGELOG.md#v1550-2025-06-25)
10+
* **Feature**: Add support for the ability to create Amazon S3 Access Points for Amazon FSx for OpenZFS file systems.
11+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.82.0](service/s3/CHANGELOG.md#v1820-2025-06-25)
12+
* **Feature**: Adds support for additional server-side encryption mode and storage class values for accessing Amazon FSx data from Amazon S3 using S3 Access Points
13+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.59.0](service/s3control/CHANGELOG.md#v1590-2025-06-25)
14+
* **Feature**: Add support for the ability to use Amazon S3 Access Points with Amazon FSx for OpenZFS file systems.
15+
* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.38.0](service/storagegateway/CHANGELOG.md#v1380-2025-06-25)
16+
* **Feature**: This release adds IPv6 support to the Storage Gateway APIs. APIs that previously only accept or return IPv4 address will now accept or return both IPv4 and IPv6 addresses.
17+
* `github.com/aws/aws-sdk-go-v2/service/textract`: [v1.36.0](service/textract/CHANGELOG.md#v1360-2025-06-25)
18+
* **Feature**: Add RotationAngle field to Geometry of WORD blocks for Textract AnalyzeDocument API
19+
* `github.com/aws/aws-sdk-go-v2/service/workspacesthinclient`: [v1.15.0](service/workspacesthinclient/CHANGELOG.md#v1150-2025-06-25)
20+
* **Feature**: Remove Tags field from Get API responses
21+
122
# Release (2025-06-24)
223

324
## 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.81.0
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.82.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.81.0
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.58.3
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
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.82 (2025-06-25)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.81 (2025-06-18)
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.81.0
9+
github.com/aws/aws-sdk-go-v2/service/s3 v1.82.0
1010
github.com/aws/smithy-go v1.22.4
1111
)
1212

feature/s3/manager/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.

feature/s3/transfermanager/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.81.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.82.0
99
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0
1010
github.com/aws/smithy-go v1.22.4
1111
)

service/ecs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.58.1 (2025-06-25)
2+
3+
* **Documentation**: Updates for change to Amazon ECS default log driver mode from blocking to non-blocking
4+
15
# v1.58.0 (2025-06-20)
26

37
* **Feature**: Add ECS support for Windows Server 2025

service/ecs/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/fsx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.55.0 (2025-06-25)
2+
3+
* **Feature**: Add support for the ability to create Amazon S3 Access Points for Amazon FSx for OpenZFS file systems.
4+
15
# v1.54.2 (2025-06-17)
26

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

service/fsx/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/benchmark/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.36.5
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.4
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.25.4
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.81.0
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.82.0
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.29.4
1212
github.com/aws/smithy-go v1.22.4
1313
)

service/internal/integrationtest/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
33
require (
44
github.com/aws/aws-sdk-go-v2 v1.36.5
55
github.com/aws/aws-sdk-go-v2/config v1.29.17
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.81
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.82
77
github.com/aws/aws-sdk-go-v2/service/acm v1.33.0
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.31.4
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.36.4
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.4
3232
github.com/aws/aws-sdk-go-v2/service/ec2 v1.226.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.45.1
34-
github.com/aws/aws-sdk-go-v2/service/ecs v1.58.0
34+
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
3636
github.com/aws/aws-sdk-go-v2/service/elasticache v1.46.3
3737
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.29.4
@@ -61,8 +61,8 @@ require (
6161
github.com/aws/aws-sdk-go-v2/service/route53 v1.52.2
6262
github.com/aws/aws-sdk-go-v2/service/route53domains v1.29.4
6363
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.36.0
64-
github.com/aws/aws-sdk-go-v2/service/s3 v1.81.0
65-
github.com/aws/aws-sdk-go-v2/service/s3control v1.58.3
64+
github.com/aws/aws-sdk-go-v2/service/s3 v1.82.0
65+
github.com/aws/aws-sdk-go-v2/service/s3control v1.59.0
6666
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.7
6767
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.34.2
6868
github.com/aws/aws-sdk-go-v2/service/ses v1.30.4

service/s3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.82.0 (2025-06-25)
2+
3+
* **Feature**: Adds support for additional server-side encryption mode and storage class values for accessing Amazon FSx data from Amazon S3 using S3 Access Points
4+
15
# v1.81.0 (2025-06-18)
26

37
* **Feature**: Added support for renaming objects within the same bucket using the new RenameObject API.

service/s3/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/s3control/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.59.0 (2025-06-25)
2+
3+
* **Feature**: Add support for the ability to use Amazon S3 Access Points with Amazon FSx for OpenZFS file systems.
4+
15
# v1.58.3 (2025-06-17)
26

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

service/s3control/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/storagegateway/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.0 (2025-06-25)
2+
3+
* **Feature**: This release adds IPv6 support to the Storage Gateway APIs. APIs that previously only accept or return IPv4 address will now accept or return both IPv4 and IPv6 addresses.
4+
15
# v1.37.3 (2025-06-17)
26

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

service/storagegateway/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/textract/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.36.0 (2025-06-25)
2+
3+
* **Feature**: Add RotationAngle field to Geometry of WORD blocks for Textract AnalyzeDocument API
4+
15
# v1.35.4 (2025-06-17)
26

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

service/textract/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/workspacesthinclient/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.0 (2025-06-25)
2+
3+
* **Feature**: Remove Tags field from Get API responses
4+
15
# v1.14.2 (2025-06-17)
26

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

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