Skip to content

Commit f4b6813

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-11-05
1 parent 2d7b311 commit f4b6813

31 files changed

+69
-84
lines changed

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/4f76e919768347519aa037f44ec7e626.json

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

.changelog/6d2175b828d94677a57216be300ff916.json

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

.changelog/d26daefcfec649de81e09cae0f5515a0.json

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

.changelog/d30408d60b29481397735b35b5353a55.json

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

.changelog/d5c29f66be3e4bac8212ac995e9d380a.json

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

.changelog/e0c15b5aae9c4ef383a6b92624126745.json

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

.changelog/f997437480d0446eb3a312681643e1d7.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-11-05)
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/cloudfront`: [v1.56.0](service/cloudfront/CHANGELOG.md#v1560-2025-11-05)
8+
* **Feature**: This release adds new and updated API operations. You can now use the IpAddressType field to specify either ipv4 or dualstack for your Anycast static IP list. You can also enable cross-account resource sharing to share your VPC origins with other AWS accounts
9+
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.45.0](service/datazone/CHANGELOG.md#v1450-2025-11-05)
10+
* **Feature**: Added support for Project Resource Tags
11+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.262.0](service/ec2/CHANGELOG.md#v12620-2025-11-05)
12+
* **Feature**: This release adds AvailabilityZoneId support for DescribeFastSnapshotRestores, DisableFastSnapshotRestores, and EnableFastSnapshotRestores APIs.
13+
* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.63.0](service/fsx/CHANGELOG.md#v1630-2025-11-05)
14+
* **Feature**: Amazon FSx now enables secure management of Active Directory credentials through AWS Secrets Manager integration. Customers can use Secret ARNs instead of direct credentials when joining resources to Active Directory domains.
15+
* `github.com/aws/aws-sdk-go-v2/service/groundstation`: [v1.39.0](service/groundstation/CHANGELOG.md#v1390-2025-11-05)
16+
* **Feature**: Introduce CreateDataflowEndpointGroupV2 action
17+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.90.0](service/s3/CHANGELOG.md#v1900-2025-11-05)
18+
* **Feature**: Launch IPv6 dual-stack support for S3 Express
19+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.220.0](service/sagemaker/CHANGELOG.md#v12200-2025-11-05)
20+
* **Feature**: Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility .
21+
122
# Release (2025-11-04)
223

324
## 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.23
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.31.17
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.89.2
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.90.0
88
)
99

1010
require (

0 commit comments

Comments
 (0)