Skip to content

Commit

Permalink
Release 2023-11-30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 30, 2023
1 parent 21db1a2 commit cb676e7
Show file tree
Hide file tree
Showing 35 changed files with 93 additions and 64 deletions.
8 changes: 0 additions & 8 deletions .changelog/9fb4675dc18e4db588f2337dcddb6ae1.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/cf3a8cfbda2447e48b7b8c5b8d8e9571.json

This file was deleted.

11 changes: 0 additions & 11 deletions .changelog/e50b13c4d0994557a1f0098adce2c23e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/e62bda6243ac4626a1c82dad69717552.json

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Release (2023-11-30.2)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/arczonalshift`: [v1.7.0](service/arczonalshift/CHANGELOG.md#v170-2023-11-302)
* **Feature**: This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.26.2](service/dynamodb/CHANGELOG.md#v1262-2023-11-302)
* **Bug Fix**: Respect caller region overrides in endpoint discovery.
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.72.0](service/glue/CHANGELOG.md#v1720-2023-11-302)
* **Feature**: Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.
* `github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery`: [v1.8.8](service/internal/endpoint-discovery/CHANGELOG.md#v188-2023-11-302)
* **Bug Fix**: Respect caller region overrides in endpoint discovery.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.120.0](service/sagemaker/CHANGELOG.md#v11200-2023-11-302)
* **Feature**: This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio
* `github.com/aws/aws-sdk-go-v2/service/timestreamquery`: [v1.20.2](service/timestreamquery/CHANGELOG.md#v1202-2023-11-302)
* **Bug Fix**: Respect caller region overrides in endpoint discovery.
* `github.com/aws/aws-sdk-go-v2/service/timestreamwrite`: [v1.23.2](service/timestreamwrite/CHANGELOG.md#v1232-2023-11-302)
* **Bug Fix**: Respect caller region overrides in endpoint discovery.

# Release (2023-11-30)

## General Highlights
Expand Down
4 changes: 2 additions & 2 deletions example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/aws/aws-sdk-go-v2 v1.23.4
github.com/aws/aws-sdk-go-v2/config v1.25.10
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.2
)

require (
Expand All @@ -15,7 +15,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.7 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.7 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.18.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.1 // indirect
Expand Down
6 changes: 3 additions & 3 deletions example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.19
require (
github.com/aws/aws-sdk-go-v2 v1.23.4
github.com/aws/aws-sdk-go-v2/config v1.25.10
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.7
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.2
)

require (
Expand All @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.7 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.18.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.1 // indirect
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.8 (2023-11-30.2)

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

# v1.12.7 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.23.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.1
github.com/aws/smithy-go v1.18.1
github.com/google/go-cmp v0.5.8
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/dynamodb/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.6.8 (2023-11-30.2)

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

# v1.6.7 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
6 changes: 3 additions & 3 deletions feature/dynamodb/expression/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.23.4
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.7
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.2
github.com/google/go-cmp v0.5.8
)

Expand All @@ -14,7 +14,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.7 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.8 // indirect
github.com/aws/smithy-go v1.18.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
)
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.8 (2023-11-30.2)

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

# v1.12.7 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodbstreams/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.23.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.1
github.com/aws/smithy-go v1.18.1
github.com/google/go-cmp v0.5.8
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/arczonalshift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.0 (2023-11-30.2)

* **Feature**: This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.

# v1.6.1 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/arczonalshift/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.26.2 (2023-11-30.2)

* **Bug Fix**: Respect caller region overrides in endpoint discovery.
* **Dependency Update**: Updated to the latest SDK module versions

# v1.26.1 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.7
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.7
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.3
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.7
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.8
github.com/aws/smithy-go v1.18.1
github.com/google/go-cmp v0.5.8
github.com/jmespath/go-jmespath v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodb/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/glue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.72.0 (2023-11-30.2)

* **Feature**: Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.

# v1.71.1 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/glue/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/internal/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/aws/aws-sdk-go v1.44.28
github.com/aws/aws-sdk-go-v2 v1.23.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.2
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.1
github.com/aws/aws-sdk-go-v2/service/schemas v1.21.1
Expand All @@ -19,7 +19,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.7 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions service/internal/endpoint-discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.8.8 (2023-11-30.2)

* **Bug Fix**: Respect caller region overrides in endpoint discovery.

# v1.8.7 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/internal/endpoint-discovery/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directconnect v1.22.1
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.1
github.com/aws/aws-sdk-go-v2/service/docdb v1.29.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.138.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.35.1
Expand All @@ -46,7 +46,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.22.1
github.com/aws/aws-sdk-go-v2/service/gamelift v1.27.1
github.com/aws/aws-sdk-go-v2/service/glacier v1.19.1
github.com/aws/aws-sdk-go-v2/service/glue v1.71.1
github.com/aws/aws-sdk-go-v2/service/glue v1.72.0
github.com/aws/aws-sdk-go-v2/service/health v1.22.1
github.com/aws/aws-sdk-go-v2/service/iam v1.28.1
github.com/aws/aws-sdk-go-v2/service/inspector v1.19.1
Expand Down Expand Up @@ -79,7 +79,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssm v1.44.1
github.com/aws/aws-sdk-go-v2/service/sts v1.26.1
github.com/aws/aws-sdk-go-v2/service/support v1.19.1
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.23.1
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.23.2
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.15.1
github.com/aws/aws-sdk-go-v2/service/waf v1.18.1
github.com/aws/aws-sdk-go-v2/service/wafregional v1.19.1
Expand All @@ -99,7 +99,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.7 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.18.1 // indirect
Expand Down
4 changes: 4 additions & 0 deletions service/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.120.0 (2023-11-30.2)

* **Feature**: This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio

# v1.119.1 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/timestreamquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.20.2 (2023-11-30.2)

* **Bug Fix**: Respect caller region overrides in endpoint discovery.
* **Dependency Update**: Updated to the latest SDK module versions

# v1.20.1 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/timestreamquery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.23.4
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.7
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.7
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.7
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.8
github.com/aws/smithy-go v1.18.1
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion service/timestreamquery/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/timestreamwrite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.23.2 (2023-11-30.2)

* **Bug Fix**: Respect caller region overrides in endpoint discovery.
* **Dependency Update**: Updated to the latest SDK module versions

# v1.23.1 (2023-11-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/timestreamwrite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.23.4
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.7
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.7
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.7
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.8
github.com/aws/smithy-go v1.18.1
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion service/timestreamwrite/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb676e7

Please sign in to comment.