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

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/4160aee8b3204fc5bb030e0f5b068f5c.json

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

.changelog/8817933c8f124f88a687c69a41462dee.json

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

.changelog/9ffaa7dd2c634b608ffda5d7a897737c.json

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

.changelog/b40d28ea02f44bf199ed8e0933e2171d.json

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

.changelog/c08d6b7e999f48c5a5f609ade717c232.json

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

.changelog/c69936c2b1e84f658a2fb211a382bcbb.json

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
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

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.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 (

0 commit comments

Comments
 (0)