Skip to content

Commit e40a4a1

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-02-11
1 parent 3ee2be4 commit e40a4a1

32 files changed

+75
-52
lines changed

.changelog/05f95b7bd01e48ce89b068e49b98dca3.json

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

.changelog/585fdd92fa284524a8622847f0dc6461.json

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

.changelog/701d22cbce3f4aefabc331fea9a30f37.json

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

.changelog/75271715b76b4dbaa4d876e2ee92811f.json

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release (2025-02-11)
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/acmpca`: [v1.38.0](service/acmpca/CHANGELOG.md#v1380-2025-02-11)
8+
* **Feature**: Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
9+
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.43.0](service/appsync/CHANGELOG.md#v1430-2025-02-11)
10+
* **Feature**: Add support for operation level caching
11+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.203.0](service/ec2/CHANGELOG.md#v12030-2025-02-11)
12+
* **Feature**: Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.
13+
* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.30.1](service/pi/CHANGELOG.md#v1301-2025-02-11)
14+
* **Documentation**: Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.
15+
116
# Release (2025-02-10)
217

318
## General Highlights

example/service/dynamodb/createTable/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1
77
github.com/aws/aws-sdk-go-v2/config v1.29.6
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.0
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.1
99
)
1010

1111
require (

example/service/dynamodb/scanItems/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1
77
github.com/aws/aws-sdk-go-v2/config v1.29.6
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.3
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.0
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.4
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.1
1010
)
1111

1212
require (

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.18.4 (2025-02-11)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.18.3 (2025-02-06)
26

37
* No change notes available for this release.

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.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.0
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.1
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.20
99
)
1010

feature/dynamodb/attributevalue/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)