Skip to content

Commit 8878ab2

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-12-09
1 parent 3bb7070 commit 8878ab2

257 files changed

Lines changed: 658 additions & 239 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changelog/2cdf9b22afb14106906b48cede3e2f2a.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/5c6e23f9657b4c22bf39b83371769ca5.json

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

.changelog/c7af04110b0f477b8442b6a161c1c943.json

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

.changelog/ca7548f139494afbad236f82c34d47fe.json

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

.changelog/f592aff77ec04334ac12d5d2f0c7393a.json

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

.changelog/f6d376efc51940268f9d3abf618c39fc.json

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

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2025-12-09)
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/account`: [v1.30.0](service/account/CHANGELOG.md#v1300-2025-12-09)
8+
* **Feature**: This release adds a new API (GetGovCloudAccountInformation) used to retrieve information about a linked GovCloud account from the standard AWS partition.
9+
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.53.0](service/appsync/CHANGELOG.md#v1530-2025-12-09)
10+
* **Feature**: Update Event API to require EventConfig parameter in creation and update requests.
11+
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.70.0](service/guardduty/CHANGELOG.md#v1700-2025-12-09)
12+
* **Feature**: Adding support for Ec2LaunchTemplate Version field
13+
* `github.com/aws/aws-sdk-go-v2/service/ivsrealtime`: [v1.32.0](service/ivsrealtime/CHANGELOG.md#v1320-2025-12-09)
14+
* **Feature**: Token Exchange introduces seamless token exchange capabilities for IVS RTX, enabling customers to upgrade or downgrade token capabilities and update token attributes within the IVS client SDK without forcing clients to disconnect and reconnect.
15+
* `github.com/aws/aws-sdk-go-v2/service/mgn`: [v1.39.0](service/mgn/CHANGELOG.md#v1390-2025-12-09)
16+
* **Feature**: Added parameters encryption, IPv4/IPv6 protocol configuration, and enhanced tagging support for replication operations.
17+
* `github.com/aws/aws-sdk-go-v2/service/route53`: [v1.62.0](service/route53/CHANGELOG.md#v1620-2025-12-09)
18+
* **Feature**: Amazon Route 53 now supports the EU (Germany) Region (eusc-de-east-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
19+
120
# Release (2025-12-08)
221

322
## General Highlights

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.5 (2025-12-09)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.32.4 (2025-12-08)
26

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

config/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.23
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.19.4
7+
github.com/aws/aws-sdk-go-v2/credentials v1.19.5
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.16
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4
1010
github.com/aws/aws-sdk-go-v2/service/signin v1.0.4
1111
github.com/aws/aws-sdk-go-v2/service/sso v1.30.7
1212
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.12
13-
github.com/aws/aws-sdk-go-v2/service/sts v1.41.4
13+
github.com/aws/aws-sdk-go-v2/service/sts v1.41.5
1414
github.com/aws/smithy-go v1.24.0
1515
)
1616

0 commit comments

Comments
 (0)