Skip to content

Commit 66663e7

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-03-06
1 parent 9c61334 commit 66663e7

32 files changed

+75
-68
lines changed

.changelog/1bba3a9d97db43f9a3a7f5da526d994b.json

-8
This file was deleted.

.changelog/5b1d46a4ef2b4344a5165b6a0cc41195.json

-8
This file was deleted.

.changelog/8ead962e948d469bbdee690ebe342bd3.json

-8
This file was deleted.

.changelog/c1b597b85df84e2b9bfae8a5c7db3b90.json

-8
This file was deleted.

.changelog/caa04509f723429a8ae0fad22e4c7d24.json

-8
This file was deleted.

.changelog/e9090eace4ba4a4f899881c3b15fb8c0.json

-8
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2024-03-06)
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/dynamodb`: [v1.30.3](service/dynamodb/CHANGELOG.md#v1303-2024-03-06)
8+
* **Documentation**: Doc only updates for DynamoDB documentation
9+
* `github.com/aws/aws-sdk-go-v2/service/imagebuilder`: [v1.33.0](service/imagebuilder/CHANGELOG.md#v1330-2024-03-06)
10+
* **Feature**: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
11+
* `github.com/aws/aws-sdk-go-v2/service/mwaa`: [v1.26.2](service/mwaa/CHANGELOG.md#v1262-2024-03-06)
12+
* **Documentation**: Amazon MWAA adds support for Apache Airflow v2.8.1.
13+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.75.0](service/rds/CHANGELOG.md#v1750-2024-03-06)
14+
* **Feature**: Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.
15+
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.43.2](service/redshift/CHANGELOG.md#v1432-2024-03-06)
16+
* **Documentation**: Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
17+
* `github.com/aws/aws-sdk-go-v2/service/verifiedpermissions`: [v1.11.0](service/verifiedpermissions/CHANGELOG.md#v1110-2024-03-06)
18+
* **Feature**: Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.
19+
120
# Release (2024-03-05)
221

322
## 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.2
77
github.com/aws/aws-sdk-go-v2/config v1.27.6
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.2
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.3
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.2
77
github.com/aws/aws-sdk-go-v2/config v1.27.6
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.7
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.2
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.8
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.3
1010
)
1111

1212
require (

feature/dynamodb/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.8 (2024-03-06)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.13.7 (2024-03-04)
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.2
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.2
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.3
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.1
99
github.com/aws/smithy-go v1.20.1
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.8 (2024-03-06)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.7.7 (2024-03-04)
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.2
7-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.7
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.2
7+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.8
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.3
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.8 (2024-03-06)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.13.7 (2024-03-04)
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.2
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.2
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.3
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.1
99
github.com/aws/smithy-go v1.20.1
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.

service/dynamodb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.3 (2024-03-06)
2+
3+
* **Documentation**: Doc only updates for DynamoDB documentation
4+
15
# v1.30.2 (2024-03-04)
26

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

service/dynamodb/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/imagebuilder/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.0 (2024-03-06)
2+
3+
* **Feature**: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
4+
15
# v1.32.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/imagebuilder/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
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go v1.44.28
77
github.com/aws/aws-sdk-go-v2 v1.25.2
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.2
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.3
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.1
1010
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.3
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.24.1

service/internal/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directconnect v1.24.1
3232
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.1
3333
github.com/aws/aws-sdk-go-v2/service/docdb v1.33.3
34-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.2
34+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.3
3535
github.com/aws/aws-sdk-go-v2/service/ec2 v1.149.4
3636
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.1
3737
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.1
@@ -61,8 +61,8 @@ require (
6161
github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.1
6262
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.1
6363
github.com/aws/aws-sdk-go-v2/service/polly v1.39.3
64-
github.com/aws/aws-sdk-go-v2/service/rds v1.74.2
65-
github.com/aws/aws-sdk-go-v2/service/redshift v1.43.1
64+
github.com/aws/aws-sdk-go-v2/service/rds v1.75.0
65+
github.com/aws/aws-sdk-go-v2/service/redshift v1.43.2
6666
github.com/aws/aws-sdk-go-v2/service/rekognition v1.39.1
6767
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.1
6868
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.1

service/mwaa/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.2 (2024-03-06)
2+
3+
* **Documentation**: Amazon MWAA adds support for Apache Airflow v2.8.1.
4+
15
# v1.26.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/mwaa/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/rds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.75.0 (2024-03-06)
2+
3+
* **Feature**: Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.
4+
15
# v1.74.2 (2024-03-05)
26

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

service/rds/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/redshift/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.43.2 (2024-03-06)
2+
3+
* **Documentation**: Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
4+
15
# v1.43.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/redshift/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/verifiedpermissions/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.0 (2024-03-06)
2+
3+
* **Feature**: Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.
4+
15
# v1.10.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

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