From 8e23b7bcb8199516e3cfaae5c364a26c513b6608 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 17 Jan 2024 19:13:00 +0000 Subject: [PATCH] Release 2024-01-17 --- .changelog/8d38094d80104d59889a8b422297f78d.json | 8 -------- .changelog/ea815345a3bd450391365d21e53422c8.json | 8 -------- CHANGELOG.md | 11 +++++++++++ example/service/dynamodb/createTable/go.mod | 2 +- example/service/dynamodb/scanItems/go.mod | 4 ++-- feature/dynamodb/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodb/attributevalue/go.mod | 2 +- feature/dynamodb/attributevalue/go_module_metadata.go | 2 +- feature/dynamodb/expression/CHANGELOG.md | 4 ++++ feature/dynamodb/expression/go.mod | 4 ++-- feature/dynamodb/expression/go_module_metadata.go | 2 +- feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodbstreams/attributevalue/go.mod | 2 +- .../attributevalue/go_module_metadata.go | 2 +- service/dynamodb/CHANGELOG.md | 4 ++++ service/dynamodb/go_module_metadata.go | 2 +- service/internal/benchmark/go.mod | 2 +- service/internal/integrationtest/go.mod | 2 +- service/keyspaces/CHANGELOG.md | 4 ++++ service/keyspaces/go_module_metadata.go | 2 +- 20 files changed, 45 insertions(+), 30 deletions(-) delete mode 100644 .changelog/8d38094d80104d59889a8b422297f78d.json delete mode 100644 .changelog/ea815345a3bd450391365d21e53422c8.json diff --git a/.changelog/8d38094d80104d59889a8b422297f78d.json b/.changelog/8d38094d80104d59889a8b422297f78d.json deleted file mode 100644 index b45c88b9397..00000000000 --- a/.changelog/8d38094d80104d59889a8b422297f78d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8d38094d-8010-4d59-889a-8b422297f78d", - "type": "feature", - "description": "This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs", - "modules": [ - "service/keyspaces" - ] -} \ No newline at end of file diff --git a/.changelog/ea815345a3bd450391365d21e53422c8.json b/.changelog/ea815345a3bd450391365d21e53422c8.json deleted file mode 100644 index 48914ff6b6b..00000000000 --- a/.changelog/ea815345a3bd450391365d21e53422c8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ea815345-a3bd-4503-9136-5d21e53422c8", - "type": "documentation", - "description": "Updating note for enabling streams for UpdateTable.", - "modules": [ - "service/dynamodb" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e5aa01cdb..a90aa7d0670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release (2024-01-17) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.26.9](service/dynamodb/CHANGELOG.md#v1269-2024-01-17) + * **Documentation**: Updating note for enabling streams for UpdateTable. +* `github.com/aws/aws-sdk-go-v2/service/keyspaces`: [v1.8.0](service/keyspaces/CHANGELOG.md#v180-2024-01-17) + * **Feature**: This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs + # Release (2024-01-16) ## General Highlights diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 97aed503244..3465969903d 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 github.com/aws/aws-sdk-go-v2/config v1.26.4 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 ) require ( diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 6a5d39ef5d5..f7dc36ba989 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -5,8 +5,8 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 github.com/aws/aws-sdk-go-v2/config v1.26.4 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.14 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.15 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 ) require ( diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 66b58407299..58d8c6ab9f0 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.15 (2024-01-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.14 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 9170e8725f8..380fab93a50 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.7 github.com/aws/smithy-go v1.19.0 github.com/google/go-cmp v0.5.8 diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index 8cb8ca93dd5..6837440056c 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.14" +const goModuleVersion = "1.12.15" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 1bb15d00e13..05da8b72b29 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.15 (2024-01-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.14 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index b17b8431670..dae5636f69d 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,8 +4,8 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.14 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.15 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index c7c11abd385..8bf27f1a420 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.14" +const goModuleVersion = "1.6.15" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index deefb994320..8d646cf0768 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.15 (2024-01-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.14 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 9f569d7cee0..96e530e676c 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.7 github.com/aws/smithy-go v1.19.0 github.com/google/go-cmp v0.5.8 diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 8cb8ca93dd5..6837440056c 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.14" +const goModuleVersion = "1.12.15" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index bbd80108b3e..221f0524e8f 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.9 (2024-01-17) + +* **Documentation**: Updating note for enabling streams for UpdateTable. + # v1.26.8 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index 8070dbe55a5..77f9f4ec698 100644 --- a/service/dynamodb/go_module_metadata.go +++ b/service/dynamodb/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.8" +const goModuleVersion = "1.26.9" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index fd3ee58fa8f..c34160df725 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -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.24.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.6 github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 github.com/aws/aws-sdk-go-v2/service/schemas v1.21.6 diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 18f334ece6c..24b5f48c58e 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directconnect v1.22.7 github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.8 github.com/aws/aws-sdk-go-v2/service/docdb v1.30.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 github.com/aws/aws-sdk-go-v2/service/ec2 v1.144.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7 github.com/aws/aws-sdk-go-v2/service/ecs v1.37.0 diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 71708a3379a..21b12e0a8ab 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.0 (2024-01-17) + +* **Feature**: This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs + # v1.7.6 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index bbf716f0341..65939fc6a58 100644 --- a/service/keyspaces/go_module_metadata.go +++ b/service/keyspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package keyspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.6" +const goModuleVersion = "1.8.0"