Skip to content

Commit 7cb105f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-02-19
1 parent 7f9c4d2 commit 7cb105f

30 files changed

+70
-79
lines changed

.changelog/3a66182664514be5805050b1c4089150.json

-8
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

-8
This file was deleted.

.changelog/4160aee8b3204fc5bb030e0f5b068f5c.json

-8
This file was deleted.

.changelog/8817933c8f124f88a687c69a41462dee.json

-8
This file was deleted.

.changelog/9ffaa7dd2c634b608ffda5d7a897737c.json

-8
This file was deleted.

.changelog/b40d28ea02f44bf199ed8e0933e2171d.json

-8
This file was deleted.

.changelog/c08d6b7e999f48c5a5f609ade717c232.json

-8
This file was deleted.

.changelog/c69936c2b1e84f658a2fb211a382bcbb.json

-8
This file was deleted.

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Release (2024-02-19)
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/amplify`: [v1.20.0](service/amplify/CHANGELOG.md#v1200-2024-02-19)
8+
* **Feature**: This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
9+
* `github.com/aws/aws-sdk-go-v2/service/chatbot`: [v1.0.0](service/chatbot/CHANGELOG.md#v100-2024-02-19)
10+
* **Release**: New AWS service client module
11+
* **Feature**: This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
12+
* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.45.2](service/configservice/CHANGELOG.md#v1452-2024-02-19)
13+
* **Documentation**: Documentation updates for the AWS Config CLI
14+
* `github.com/aws/aws-sdk-go-v2/service/ivs`: [v1.32.1](service/ivs/CHANGELOG.md#v1321-2024-02-19)
15+
* **Documentation**: Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
16+
* `github.com/aws/aws-sdk-go-v2/service/keyspaces`: [v1.9.2](service/keyspaces/CHANGELOG.md#v192-2024-02-19)
17+
* **Documentation**: Documentation updates for Amazon Keyspaces
18+
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.35.0](service/mediatailor/CHANGELOG.md#v1350-2024-02-19)
19+
* **Feature**: MediaTailor: marking #AdBreak.OffsetMillis as required.
20+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.50.1](service/s3/CHANGELOG.md#v1501-2024-02-19)
21+
* **Bug Fix**: Prevent potential panic caused by invalid comparison of credentials.
22+
123
# Release (2024-02-16)
224

325
## General Highlights

example/service/s3/listObjects/go.mod

+1-1
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.0
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

+1-1
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.0
77
github.com/aws/aws-sdk-go-v2/config v1.27.0
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.43.0
1010
)
1111

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.2 (2024-02-19)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.16.1 (2024-02-16)
26

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

feature/s3/manager/go.mod

+1-1
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.0
77
github.com/aws/aws-sdk-go-v2/config v1.27.0
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
99
github.com/aws/smithy-go v1.20.0
1010
github.com/google/go-cmp v0.5.8
1111
)

feature/s3/manager/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/amplify/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2024-02-19)
2+
3+
* **Feature**: This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
4+
15
# v1.19.0 (2024-02-13)
26

37
* **Feature**: Bump minimum Go version to 1.20 per our language support policy.

service/amplify/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/chatbot/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2024-02-19)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
5+

service/chatbot/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/configservice/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.45.2 (2024-02-19)
2+
3+
* **Documentation**: Documentation updates for the AWS Config CLI
4+
15
# v1.45.1 (2024-02-15)
26

37
* **Bug Fix**: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string `code` field.

service/configservice/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/benchmark/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.25.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.29.0
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.19.0
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.23.0
1212
github.com/aws/smithy-go v1.20.0
1313
)

service/internal/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
33
require (
44
github.com/aws/aws-sdk-go-v2 v1.25.0
55
github.com/aws/aws-sdk-go-v2/config v1.27.0
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.1
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.2
77
github.com/aws/aws-sdk-go-v2/service/acm v1.24.0
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.22.0
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.26.1
@@ -24,7 +24,7 @@ require (
2424
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.25.0
2525
github.com/aws/aws-sdk-go-v2/service/codestar v1.20.1
2626
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.34.1
27-
github.com/aws/aws-sdk-go-v2/service/configservice v1.45.1
27+
github.com/aws/aws-sdk-go-v2/service/configservice v1.45.2
2828
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.22.1
2929
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.37.0
3030
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.21.1
@@ -67,7 +67,7 @@ require (
6767
github.com/aws/aws-sdk-go-v2/service/route53 v1.39.0
6868
github.com/aws/aws-sdk-go-v2/service/route53domains v1.22.1
6969
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.26.1
70-
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
70+
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
7171
github.com/aws/aws-sdk-go-v2/service/s3control v1.43.0
7272
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.27.1
7373
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.27.1

service/ivs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.1 (2024-02-19)
2+
3+
* **Documentation**: Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
4+
15
# v1.32.0 (2024-02-13)
26

37
* **Feature**: Bump minimum Go version to 1.20 per our language support policy.

service/ivs/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/keyspaces/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.9.2 (2024-02-19)
2+
3+
* **Documentation**: Documentation updates for Amazon Keyspaces
4+
15
# v1.9.1 (2024-02-15)
26

37
* **Bug Fix**: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string `code` field.

service/keyspaces/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/mediatailor/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.35.0 (2024-02-19)
2+
3+
* **Feature**: MediaTailor: marking #AdBreak.OffsetMillis as required.
4+
15
# v1.34.0 (2024-02-13)
26

37
* **Feature**: Bump minimum Go version to 1.20 per our language support policy.

service/mediatailor/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/s3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.50.1 (2024-02-19)
2+
3+
* **Bug Fix**: Prevent potential panic caused by invalid comparison of credentials.
4+
15
# v1.50.0 (2024-02-16)
26

37
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.

service/s3/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)