Skip to content

Commit 1eea3db

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-07-29
1 parent b63d556 commit 1eea3db

File tree

45 files changed

+113
-110
lines changed

Some content is hidden

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

45 files changed

+113
-110
lines changed

.changelog/29c8410d46744e3f8b115b01016d87ff.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/46f6ec5c59c94a019e5a4bf900a939e2.json

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

.changelog/582bdff48b36405c8d68aaa483ca885d.json

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

.changelog/66a17a0ff78742f7b66a44e20c5d3a24.json

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

.changelog/89dc13fcbb4b4fb391265104683307f4.json

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

.changelog/fb9635723a9340c3b100a627379d4e80.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-07-29)
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/feature/ec2/imds`: [v1.18.0](feature/ec2/imds/CHANGELOG.md#v1180-2025-07-29)
8+
* **Feature**: Add config switch `DisableDefaultMaxBackoff` that allows you to disable the default maximum backoff (1 second) for IMDS calls retry attempt
9+
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.55.0](service/batch/CHANGELOG.md#v1550-2025-07-29)
10+
* **Feature**: AWS Batch for SageMaker Training jobs feature support. Includes new APIs for service job submission (e.g., SubmitServiceJob) and managing service environments (e.g., CreateServiceEnvironment) that enable queueing SageMaker Training jobs.
11+
* `github.com/aws/aws-sdk-go-v2/service/cleanrooms`: [v1.27.0](service/cleanrooms/CHANGELOG.md#v1270-2025-07-29)
12+
* **Feature**: This feature provides the ability to update the table reference and allowed columns on an existing configured table.
13+
* `github.com/aws/aws-sdk-go-v2/service/deadline`: [v1.18.0](service/deadline/CHANGELOG.md#v1180-2025-07-29)
14+
* **Feature**: Adds support for tag management on monitors.
15+
* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.46.0](service/location/CHANGELOG.md#v1460-2025-07-29)
16+
* **Feature**: This release 1) adds support for multi-polygon geofences with disconnected territories, and 2) enables polygon exclusion zones within geofences for more accurate representation of real-world boundaries.
17+
* `github.com/aws/aws-sdk-go-v2/service/opensearchserverless`: [v1.21.0](service/opensearchserverless/CHANGELOG.md#v1210-2025-07-29)
18+
* **Feature**: This is to support Granular access control support for SAML with IAMFedraton in AOSS
19+
120
# Release (2025-07-28)
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.30.1 (2025-07-29)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.30.0 (2025-07-28)
26

37
* **Feature**: Add support for HTTP interceptors.

config/go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.37.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.18.0
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.17.0
7+
github.com/aws/aws-sdk-go-v2/credentials v1.18.1
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.0
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.26.0
1111
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.31.0

0 commit comments

Comments
 (0)