From a6e48aca89f21791c465cb8cf1136d72a28da31b Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 26 Aug 2024 18:27:16 +0000 Subject: [PATCH] Release 2024-08-26 --- .../281f2e28209e44068c04c9d74bab8970.json | 9 --------- .../ab4c5e77a75846aabae3cbee871b278e.json | 8 -------- .../e55ec7bb4014492fa2e971d49efde154.json | 8 -------- .../ebcf2e12f2ba4d0f9aa44b48b850c41f.json | 8 -------- CHANGELOG.md | 17 +++++++++++++++++ config/CHANGELOG.md | 4 ++++ config/go.mod | 2 +- config/go_module_metadata.go | 2 +- credentials/CHANGELOG.md | 4 ++++ credentials/go_module_metadata.go | 2 +- example/service/dynamodb/createTable/go.mod | 4 ++-- example/service/dynamodb/scanItems/go.mod | 6 +++--- example/service/s3/listObjects/go.mod | 4 ++-- example/service/s3/usingPrivateLink/go.mod | 4 ++-- feature/dynamodb/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- feature/dynamodb/expression/CHANGELOG.md | 4 ++++ feature/dynamodb/expression/go.mod | 2 +- .../dynamodb/expression/go_module_metadata.go | 2 +- .../dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- feature/ec2/imds/internal/configtesting/go.mod | 4 ++-- feature/s3/manager/CHANGELOG.md | 4 ++++ feature/s3/manager/go.mod | 4 ++-- feature/s3/manager/go_module_metadata.go | 2 +- internal/configsources/configtesting/go.mod | 4 ++-- .../internal/eventstreamtesting/CHANGELOG.md | 4 ++++ service/internal/eventstreamtesting/go.mod | 2 +- .../eventstreamtesting/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 8 ++++---- service/iotsitewise/CHANGELOG.md | 4 ++++ service/iotsitewise/go_module_metadata.go | 2 +- service/kinesis/internal/testing/go.mod | 4 ++-- service/s3/internal/configtesting/go.mod | 4 ++-- .../transcribestreaming/internal/testing/go.mod | 4 ++-- service/workspaces/CHANGELOG.md | 4 ++++ service/workspaces/go_module_metadata.go | 2 +- 37 files changed, 90 insertions(+), 70 deletions(-) delete mode 100644 .changelog/281f2e28209e44068c04c9d74bab8970.json delete mode 100644 .changelog/ab4c5e77a75846aabae3cbee871b278e.json delete mode 100644 .changelog/e55ec7bb4014492fa2e971d49efde154.json delete mode 100644 .changelog/ebcf2e12f2ba4d0f9aa44b48b850c41f.json diff --git a/.changelog/281f2e28209e44068c04c9d74bab8970.json b/.changelog/281f2e28209e44068c04c9d74bab8970.json deleted file mode 100644 index 92ecae59ea2..00000000000 --- a/.changelog/281f2e28209e44068c04c9d74bab8970.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "281f2e28-209e-4406-8c04-c9d74bab8970", - "type": "feature", - "description": "Add Encoder option to obey omitempty tag for NULL attribute values.", - "modules": [ - "feature/dynamodb/attributevalue", - "feature/dynamodbstreams/attributevalue" - ] -} diff --git a/.changelog/ab4c5e77a75846aabae3cbee871b278e.json b/.changelog/ab4c5e77a75846aabae3cbee871b278e.json deleted file mode 100644 index f58d8627007..00000000000 --- a/.changelog/ab4c5e77a75846aabae3cbee871b278e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ab4c5e77-a758-46aa-bae3-cbee871b278e", - "type": "feature", - "description": "AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.", - "modules": [ - "service/iotsitewise" - ] -} \ No newline at end of file diff --git a/.changelog/e55ec7bb4014492fa2e971d49efde154.json b/.changelog/e55ec7bb4014492fa2e971d49efde154.json deleted file mode 100644 index 22ffacf7e9f..00000000000 --- a/.changelog/e55ec7bb4014492fa2e971d49efde154.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e55ec7bb-4014-492f-a2e9-71d49efde154", - "type": "feature", - "description": "This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/.changelog/ebcf2e12f2ba4d0f9aa44b48b850c41f.json b/.changelog/ebcf2e12f2ba4d0f9aa44b48b850c41f.json deleted file mode 100644 index ae6f0ea2265..00000000000 --- a/.changelog/ebcf2e12f2ba4d0f9aa44b48b850c41f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ebcf2e12-f2ba-4d0f-9aa4-4b48b850c41f", - "type": "bugfix", - "description": "Save SSO cached token expiry in UTC to ensure cross-SDK compatibility.", - "modules": [ - "credentials" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d5eae295cec..ea312d03143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Release (2024-08-26) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/credentials`: [v1.17.30](credentials/CHANGELOG.md#v11730-2024-08-26) + * **Bug Fix**: Save SSO cached token expiry in UTC to ensure cross-SDK compatibility. +* `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue`: [v1.15.0](feature/dynamodb/attributevalue/CHANGELOG.md#v1150-2024-08-26) + * **Feature**: Add Encoder option to obey omitempty tag for NULL attribute values. +* `github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue`: [v1.14.0](feature/dynamodbstreams/attributevalue/CHANGELOG.md#v1140-2024-08-26) + * **Feature**: Add Encoder option to obey omitempty tag for NULL attribute values. +* `github.com/aws/aws-sdk-go-v2/service/iotsitewise`: [v1.41.0](service/iotsitewise/CHANGELOG.md#v1410-2024-08-26) + * **Feature**: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock. +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.46.0](service/workspaces/CHANGELOG.md#v1460-2024-08-26) + * **Feature**: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs. + # Release (2024-08-23) ## General Highlights diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 0c1b3a1b398..724ccbd218a 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.31 (2024-08-26) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.30 (2024-08-23) * **Bug Fix**: Don't fail credentials unit tests if credentials are found on a file diff --git a/config/go.mod b/config/go.mod index 05339c72db5..e2aea0142d0 100644 --- a/config/go.mod +++ b/config/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index c978d2d92d0..4e2fd87f67c 100644 --- a/config/go_module_metadata.go +++ b/config/go_module_metadata.go @@ -3,4 +3,4 @@ package config // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.30" +const goModuleVersion = "1.27.31" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 18ec97efd54..15674be84f7 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.30 (2024-08-26) + +* **Bug Fix**: Save SSO cached token expiry in UTC to ensure cross-SDK compatibility. + # v1.17.29 (2024-08-22) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 47bb27325f2..fbd037020a0 100644 --- a/credentials/go_module_metadata.go +++ b/credentials/go_module_metadata.go @@ -3,4 +3,4 @@ package credentials // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.29" +const goModuleVersion = "1.17.30" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 228814085a3..283e43c9f99 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -4,12 +4,12 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 - github.com/aws/aws-sdk-go-v2/config v1.27.30 + github.com/aws/aws-sdk-go-v2/config v1.27.31 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 466a2e93e0b..1885e1098b8 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -4,13 +4,13 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 - github.com/aws/aws-sdk-go-v2/config v1.27.30 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.12 + github.com/aws/aws-sdk-go-v2/config v1.27.31 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 798238a40a8..7681213dc5c 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,14 +3,14 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.30 + github.com/aws/aws-sdk-go-v2/config v1.27.31 github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1 ) require ( github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 3559615fc2c..ba4345d2ba5 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -4,14 +4,14 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 - github.com/aws/aws-sdk-go-v2/config v1.27.30 + github.com/aws/aws-sdk-go-v2/config v1.27.31 github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.46.5 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 8bcc7917a59..2427e497a19 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.0 (2024-08-26) + +* **Feature**: Add Encoder option to obey omitempty tag for NULL attribute values. + # v1.14.12 (2024-08-22) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index fe01ee88a8e..f4c8ccb3bb1 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.14.12" +const goModuleVersion = "1.15.0" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index b57c8b63fd1..30a79b226ca 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.35 (2024-08-26) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.34 (2024-08-22) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 3b4c4d22fcd..b32bd15402e 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.12 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 8eef25b694b..832358fec91 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.7.34" +const goModuleVersion = "1.7.35" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index e19b751c42e..6ce1791acdb 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2024-08-26) + +* **Feature**: Add Encoder option to obey omitempty tag for NULL attribute values. + # v1.13.71 (2024-08-23) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index fe01ee88a8e..5baf38738cf 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.14.12" +const goModuleVersion = "1.14.0" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 6d640acf4cc..ba6b038908c 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.30 + github.com/aws/aws-sdk-go-v2/config v1.27.31 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 ) require ( github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 9af54a455c1..6e55aecd3c5 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.15 (2024-08-26) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.14 (2024-08-23) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 9ba2f551917..c6debbb0025 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -4,14 +4,14 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 - github.com/aws/aws-sdk-go-v2/config v1.27.30 + github.com/aws/aws-sdk-go-v2/config v1.27.31 github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1 github.com/aws/smithy-go v1.20.4 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 47d5562b5c6..7d5c6077054 100644 --- a/feature/s3/manager/go_module_metadata.go +++ b/feature/s3/manager/go_module_metadata.go @@ -3,4 +3,4 @@ package manager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.14" +const goModuleVersion = "1.17.15" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index 4e76c2ab74c..f6f27d3c667 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.30 + github.com/aws/aws-sdk-go-v2/config v1.27.31 github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 ) require ( github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index 8d58e4930d6..3b2c0d13303 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.17 (2024-08-26) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.16 (2024-08-22) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 371f87267b7..add053eb5ae 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 ) require github.com/aws/smithy-go v1.20.4 // indirect diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 4be77a01b63..82abb1520c2 100644 --- a/service/internal/eventstreamtesting/go_module_metadata.go +++ b/service/internal/eventstreamtesting/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstreamtesting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.16" +const goModuleVersion = "1.4.17" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 3a69b4e9e42..639f009e185 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.30.4 - github.com/aws/aws-sdk-go-v2/config v1.27.30 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.14 + github.com/aws/aws-sdk-go-v2/config v1.27.31 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.15 github.com/aws/aws-sdk-go-v2/service/acm v1.28.6 github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.6 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.2 @@ -82,13 +82,13 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.23.4 github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.4 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.5 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.45.1 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.46.0 github.com/aws/smithy-go v1.20.4 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index fecb800a8c9..7518b984471 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.0 (2024-08-26) + +* **Feature**: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock. + # v1.40.1 (2024-08-15) * **Dependency Update**: Bump minimum Go version to 1.21. diff --git a/service/iotsitewise/go_module_metadata.go b/service/iotsitewise/go_module_metadata.go index fa9c3ae526f..da643a287b6 100644 --- a/service/iotsitewise/go_module_metadata.go +++ b/service/iotsitewise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotsitewise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.1" +const goModuleVersion = "1.41.0" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index ea4d3ce38f5..2163d3c871b 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -5,13 +5,13 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.16 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.17 github.com/aws/aws-sdk-go-v2/service/kinesis v1.29.5 github.com/aws/smithy-go v1.20.4 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 87120fd5d17..7e47c90fff5 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.30 + github.com/aws/aws-sdk-go-v2/config v1.27.31 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16 ) require ( github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 3bc3208c61c..118c8c1fdf2 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -5,13 +5,13 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.16 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.17 github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.4 github.com/aws/smithy-go v1.20.4 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect ) diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 9eeef2df6eb..2d52e022ba9 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.0 (2024-08-26) + +* **Feature**: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs. + # v1.45.1 (2024-08-15) * **Dependency Update**: Bump minimum Go version to 1.21. diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 659d80aebeb..d24d69a4ffc 100644 --- a/service/workspaces/go_module_metadata.go +++ b/service/workspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package workspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.1" +const goModuleVersion = "1.46.0"