Skip to content

Commit

Permalink
Release 2024-03-13
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 13, 2024
1 parent 625e1e6 commit d7a7049
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 34 deletions.
8 changes: 0 additions & 8 deletions .changelog/79fb47bce9974ee69a2a879d926f79cc.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/afbb5f73beba4f4e8d016ee650383e61.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/d622e2a448b44d36bf2be35fad065b04.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release (2024-03-13)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

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

# Release (2024-03-12)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.25.3
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.2
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.10 (2024-03-13)

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

# v1.16.9 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.25.3
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/smithy-go v1.20.1
)

Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/internal/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.25.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.4
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.24.2
github.com/aws/smithy-go v1.20.1
)
Expand Down
4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
require (
github.com/aws/aws-sdk-go-v2 v1.25.3
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.9
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.10
github.com/aws/aws-sdk-go-v2/service/acm v1.25.2
github.com/aws/aws-sdk-go-v2/service/apigateway v1.23.4
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.27.2
Expand Down Expand Up @@ -67,7 +67,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.2
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.27.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.2
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.2
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.2
Expand Down
4 changes: 4 additions & 0 deletions service/ivsrealtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.0 (2024-03-13)

* **Feature**: adds support for multiple new composition layout configuration options (grid, pip)

# v1.11.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/ivsrealtime/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/kinesisanalyticsv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2024-03-13)

* **Feature**: Support new RuntimeEnvironmentUpdate parameter within UpdateApplication API allowing callers to change the Flink version upon which their application runs.

# v1.23.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/kinesisanalyticsv2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.52.0 (2024-03-13)

* **Feature**: This release makes the default option for S3 on Outposts request signing to use the SigV4A algorithm when using AWS Common Runtime (CRT).

# v1.51.4 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/s3/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7a7049

Please sign in to comment.