Skip to content

Commit f696d5b

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2026-06-05
1 parent 7efb8fd commit f696d5b

34 files changed

Lines changed: 81 additions & 72 deletions

.changelog/1e6c7d971f3c406ba02a3d4f5229a17d.json

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

.changelog/51eaa401fc7548648e8e6e1bcca4bd0a.json

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

.changelog/576609be12ba44d2b1490026e7c92362.json

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

.changelog/67c778b34efa43f8ac59131d3e18adf5.json

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

.changelog/7d27d8d751e444e9b1da186e81deb0f5.json

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

.changelog/7d8c6db4beb34997a4616e03d6112ca8.json

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

.changelog/be36f7cfa47143518a239cacb0161763.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 (2026-06-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/feature/s3/transfermanager`: [v0.2.7](feature/s3/transfermanager/CHANGELOG.md#v027-2026-06-05)
8+
* **Bug Fix**: Fix upload object flaky test to avoid repeat closing test ctx channel
9+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.58.0](service/dynamodb/CHANGELOG.md#v1580-2026-06-05)
10+
* **Feature**: Adding new BDD representation of endpoint ruleset
11+
* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.42.0](service/emrserverless/CHANGELOG.md#v1420-2026-06-05)
12+
* **Feature**: Adds support for updating max capacity and custom fields while application is started
13+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.93.0](service/mediaconvert/CHANGELOG.md#v1930-2026-06-05)
14+
* **Feature**: Adds support for configurable number of Clear Lead segments at the beginning of encrypted output. Adds support for multiple trickplay variants.
15+
* `github.com/aws/aws-sdk-go-v2/service/paymentcryptography`: [v1.31.0](service/paymentcryptography/CHANGELOG.md#v1310-2026-06-05)
16+
* **Feature**: Adds CloudFormation support for resource-based policies on AWS Payment Cryptography keys.
17+
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.114.0](service/quicksight/CHANGELOG.md#v11140-2026-06-05)
18+
* **Feature**: Adds support for Knowledge Base APIs and Index Capacity API
19+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.253.0](service/sagemaker/CHANGELOG.md#v12530-2026-06-05)
20+
* **Feature**: This release adds support for MLflow experiment tracking in SageMaker inference optimization. CreateAIRecommendationJob and CreateAIBenchmarkJob now accept an optional OutputConfig.MlflowConfig (MLflow App ARN, experiment, run name) to stream benchmark metrics and artifacts to your own MLflow App.
21+
122
# Release (2026-06-04.2)
223

324
## General Highlights

feature/dynamodb/attributevalue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.46 (2026-06-05)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.20.45 (2026-06-04)
26

37
* **Dependency Update**: Update to smithy-go v1.27.1 to fix several union-related deserialization bugs in schema-serde-enabled services.

feature/dynamodb/attributevalue/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.12
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.57.9
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.58.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.32.21
99
)
1010

0 commit comments

Comments
 (0)