Skip to content

Commit 3418b74

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-12-03
1 parent bc34061 commit 3418b74

File tree

28 files changed

+67
-42
lines changed

28 files changed

+67
-42
lines changed

.changelog/0b35e0f7825543d7a73bb2a00f51e460.json

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

.changelog/12faa025f62d466ebdddb0032bc6ba5a.json

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

.changelog/3b18c5dae00d432fb0c317978c710516.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release (2024-12-03)
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/bedrockruntime`: [v1.21.0](service/bedrockruntime/CHANGELOG.md#v1210-2024-12-03)
8+
* **Feature**: Add an API parameter that allows customers to set performance configuration for invoking a model.
9+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.52.0](service/s3control/CHANGELOG.md#v1520-2024-12-03)
10+
* **Feature**: It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests
11+
* `github.com/aws/aws-sdk-go-v2/service/socialmessaging`: [v1.1.0](service/socialmessaging/CHANGELOG.md#v110-2024-12-03)
12+
* **Feature**: Added support for passing role arn corresponding to the supported event destination
13+
114
# Release (2024-12-02)
215

316
## General Highlights

example/service/dynamodb/scanItems/go.mod

Lines changed: 2 additions & 2 deletions
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.32.6
77
github.com/aws/aws-sdk-go-v2/config v1.28.6
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.18
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.19
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2
1010
)
1111

@@ -15,7 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
18-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7 // indirect
18+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect
2121
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.32.6
77
github.com/aws/aws-sdk-go-v2/config v1.28.6
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.70.0
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.51.0
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0
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.15.19 (2024-12-03)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.15.18 (2024-12-02)
26

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

feature/dynamodb/attributevalue/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.32.6
77
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2
8-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7
8+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8
99
)
1010

1111
require github.com/aws/smithy-go v1.22.1 // indirect

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.

feature/dynamodb/expression/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.54 (2024-12-03)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.7.53 (2024-12-02)
26

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

0 commit comments

Comments
 (0)