Skip to content

Commit 4334b43

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-02-16
1 parent 9e29187 commit 4334b43

153 files changed

Lines changed: 408 additions & 228 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changelog/359ed06a88084e41b66034d577e49a80.json

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

.changelog/4a37de13864c4846bda7367e869835b9.json

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

.changelog/4ed09e1fbf5b45768a7777c1aa4787d9.json

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

.changelog/67228f2bc98944a7bae5fa2de18ec0fd.json

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

.changelog/691024699e854bed9dd3425df53e5038.json

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

.changelog/7743aba7b2bd45aa811605a1b3a39d5c.json

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

.changelog/8c1afd5068bc4128b30aa12a58cbbf17.json

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

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Release (2024-02-16)
2+
3+
## General Highlights
4+
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
5+
* **Dependency Update**: Updated to the latest SDK module versions
6+
7+
## Module Highlights
8+
* `github.com/aws/aws-sdk-go-v2/service/connectparticipant`: [v1.22.1](service/connectparticipant/CHANGELOG.md#v1221-2024-02-16)
9+
* **Documentation**: Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.
10+
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.38.0](service/emr/CHANGELOG.md#v1380-2024-02-16)
11+
* **Feature**: adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
12+
* `github.com/aws/aws-sdk-go-v2/service/firehose`: [v1.26.0](service/firehose/CHANGELOG.md#v1260-2024-02-16)
13+
* **Feature**: This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
14+
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.51.0](service/lambda/CHANGELOG.md#v1510-2024-02-16)
15+
* **Documentation**: Documentation-only updates for Lambda to clarify a number of existing actions and properties.
16+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.71.0](service/rds/CHANGELOG.md#v1710-2024-02-16)
17+
* **Documentation**: Doc only update for a valid option in DB parameter group
18+
* `github.com/aws/aws-sdk-go-v2/service/sns`: [v1.28.0](service/sns/CHANGELOG.md#v1280-2024-02-16)
19+
* **Feature**: This release marks phone numbers as sensitive inputs.
20+
121
# Release (2024-02-15)
222

323
## General Highlights

example/service/dynamodb/createTable/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.0
77
github.com/aws/aws-sdk-go-v2/config v1.27.0
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.29.0
99
)
1010

1111
require (

example/service/dynamodb/scanItems/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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/feature/dynamodb/attributevalue v1.13.1
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.2
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.29.0
1010
)
1111

1212
require (

0 commit comments

Comments
 (0)