Skip to content

Commit d7a7049

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-03-13
1 parent 625e1e6 commit d7a7049

File tree

17 files changed

+39
-34
lines changed

17 files changed

+39
-34
lines changed

.changelog/79fb47bce9974ee69a2a879d926f79cc.json

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

.changelog/afbb5f73beba4f4e8d016ee650383e61.json

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

.changelog/d622e2a448b44d36bf2be35fad065b04.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-03-13)
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/ivsrealtime`: [v1.12.0](service/ivsrealtime/CHANGELOG.md#v1120-2024-03-13)
8+
* **Feature**: adds support for multiple new composition layout configuration options (grid, pip)
9+
* `github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2`: [v1.24.0](service/kinesisanalyticsv2/CHANGELOG.md#v1240-2024-03-13)
10+
* **Feature**: Support new RuntimeEnvironmentUpdate parameter within UpdateApplication API allowing callers to change the Flink version upon which their application runs.
11+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.52.0](service/s3/CHANGELOG.md#v1520-2024-03-13)
12+
* **Feature**: This release makes the default option for S3 on Outposts request signing to use the SigV4A algorithm when using AWS Common Runtime (CRT).
13+
114
# Release (2024-03-12)
215

316
## Module Highlights

example/service/s3/listObjects/go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.27.7
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.25.3
77
github.com/aws/aws-sdk-go-v2/config v1.27.7
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.2
1010
)
1111

feature/s3/manager/CHANGELOG.md

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

37
* **Bug Fix**: Remove dependency on go-cmp.

feature/s3/manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.25.3
77
github.com/aws/aws-sdk-go-v2/config v1.27.7
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
99
github.com/aws/smithy-go v1.20.1
1010
)
1111

feature/s3/manager/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.

service/internal/benchmark/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.25.3
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.4
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.2
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.24.2
1212
github.com/aws/smithy-go v1.20.1
1313
)

0 commit comments

Comments
 (0)