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

File tree

153 files changed

+408
-228
lines changed

Some content is hidden

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

153 files changed

+408
-228
lines changed

.changelog/359ed06a88084e41b66034d577e49a80.json

-8
This file was deleted.

.changelog/4a37de13864c4846bda7367e869835b9.json

-63
This file was deleted.

.changelog/4ed09e1fbf5b45768a7777c1aa4787d9.json

-8
This file was deleted.

.changelog/67228f2bc98944a7bae5fa2de18ec0fd.json

-8
This file was deleted.

.changelog/691024699e854bed9dd3425df53e5038.json

-8
This file was deleted.

.changelog/7743aba7b2bd45aa811605a1b3a39d5c.json

-8
This file was deleted.

.changelog/8c1afd5068bc4128b30aa12a58cbbf17.json

-8
This file was deleted.

CHANGELOG.md

+20
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

+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/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

+2-2
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 (

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

feature/dynamodb/attributevalue/CHANGELOG.md

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

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

feature/dynamodb/attributevalue/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 v1.25.0
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.29.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1
99
github.com/aws/smithy-go v1.20.0
1010
github.com/google/go-cmp v0.5.8

feature/dynamodb/attributevalue/go_module_metadata.go

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

feature/dynamodb/expression/CHANGELOG.md

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

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

feature/dynamodb/expression/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.25.0
7-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.1
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
7+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.2
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.29.0
99
github.com/google/go-cmp v0.5.8
1010
)
1111

feature/dynamodb/expression/go_module_metadata.go

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

feature/dynamodbstreams/attributevalue/CHANGELOG.md

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

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

feature/dynamodbstreams/attributevalue/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 v1.25.0
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.29.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1
99
github.com/aws/smithy-go v1.20.0
1010
github.com/google/go-cmp v0.5.8

feature/dynamodbstreams/attributevalue/go_module_metadata.go

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

feature/s3/manager/CHANGELOG.md

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

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

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.49.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
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/acm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.24.0 (2024-02-16)
2+
3+
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
4+
15
# v1.23.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/acm/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/acmpca/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2024-02-16)
2+
3+
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
4+
15
# v1.27.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/acmpca/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/amp/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.24.0 (2024-02-16)
2+
3+
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
4+
15
# v1.23.0 (2024-02-13)
26

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

service/amp/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/appstream/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.0 (2024-02-16)
2+
3+
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
4+
15
# v1.32.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/appstream/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/auditmanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.31.1 (2024-02-16)
2+
3+
* No change notes available for this release.
4+
15
# v1.31.0 (2024-02-13)
26

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

service/auditmanager/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/autoscaling/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.39.0 (2024-02-16)
2+
3+
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
4+
15
# v1.38.0 (2024-02-13)
26

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

service/autoscaling/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/cloudcontrol/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2024-02-16)
2+
3+
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
4+
15
# v1.16.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/cloudcontrol/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/cloudformation/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.45.0 (2024-02-16)
2+
3+
* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
4+
15
# v1.44.0 (2024-02-13)
26

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

service/cloudformation/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)