diff --git a/.changelog/17f6880701f34043b8f0c61e28432a0e.json b/.changelog/17f6880701f34043b8f0c61e28432a0e.json deleted file mode 100644 index a0120c59f8e..00000000000 --- a/.changelog/17f6880701f34043b8f0c61e28432a0e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "17f68807-01f3-4043-b8f0-c61e28432a0e", - "type": "feature", - "description": "Amazon Connect provides enhanced search capabilities for flows \u0026 flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/.changelog/9a8cd26cd4784b299d51366dcf12c82f.json b/.changelog/9a8cd26cd4784b299d51366dcf12c82f.json deleted file mode 100644 index 7471ca2a939..00000000000 --- a/.changelog/9a8cd26cd4784b299d51366dcf12c82f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9a8cd26c-d478-4b29-9d51-366dcf12c82f", - "type": "feature", - "description": "Updated a few x-id in the http uri traits", - "modules": [ - "service/s3" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d08935b226d..b426200d8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release (2024-05-14) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.98.0](service/connect/CHANGELOG.md#v1980-2024-05-14) + * **Feature**: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances. +* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.54.0](service/s3/CHANGELOG.md#v1540-2024-05-14) + * **Feature**: Updated a few x-id in the http uri traits + # Release (2024-05-13) ## Module Highlights diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 6042150a8b8..330f0220d81 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2/config v1.27.13 - github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0 ) require ( diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index e1df82fd764..f2f070b5905 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.26.1 github.com/aws/aws-sdk-go-v2/config v1.27.13 - github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0 github.com/aws/aws-sdk-go-v2/service/s3control v1.44.7 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index fc7bdbd5389..526dd799262 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.18 (2024-05-14) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.17 (2024-05-10) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 5d935db4050..909db19bcf3 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.26.1 github.com/aws/aws-sdk-go-v2/config v1.27.13 - github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0 github.com/aws/smithy-go v1.20.2 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index e1208fd9154..87730fc3fc6 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.16.17" +const goModuleVersion = "1.16.18" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 6d0225838db..b8e812b1a6a 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.98.0 (2024-05-14) + +* **Feature**: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances. + # v1.97.1 (2024-05-08) * **Bug Fix**: GoDoc improvement diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 971437c73e6..c10f5de59e7 100644 --- a/service/connect/go_module_metadata.go +++ b/service/connect/go_module_metadata.go @@ -3,4 +3,4 @@ package connect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.97.1" +const goModuleVersion = "1.98.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 337b89a54e3..30457c1c5c1 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.26.1 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.1 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.5 - github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0 github.com/aws/aws-sdk-go-v2/service/schemas v1.24.5 github.com/aws/smithy-go v1.20.2 ) diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index fe71dc28111..2d45459be04 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.26.1 github.com/aws/aws-sdk-go-v2/config v1.27.13 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.17 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.18 github.com/aws/aws-sdk-go-v2/service/acm v1.25.5 github.com/aws/aws-sdk-go-v2/service/apigateway v1.23.7 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.27.5 @@ -67,7 +67,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53 v1.40.5 github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.5 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.28.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0 github.com/aws/aws-sdk-go-v2/service/s3control v1.44.7 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.7 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.5 diff --git a/service/opensearchserverless/CHANGELOG.md b/service/opensearchserverless/CHANGELOG.md index 5d0b8a65288..20c3281ffd5 100644 --- a/service/opensearchserverless/CHANGELOG.md +++ b/service/opensearchserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.8 (2024-05-14) + +* No change notes available for this release. + # v1.11.7 (2024-05-13) * No change notes available for this release. diff --git a/service/opensearchserverless/go_module_metadata.go b/service/opensearchserverless/go_module_metadata.go index 8e510972228..a001f309bb6 100644 --- a/service/opensearchserverless/go_module_metadata.go +++ b/service/opensearchserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearchserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.7" +const goModuleVersion = "1.11.8" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index cbfcce764dd..af29d17ba4c 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.54.0 (2024-05-14) + +* **Feature**: Updated a few x-id in the http uri traits + # v1.53.2 (2024-05-08) * **Bug Fix**: GoDoc improvement diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index da4d2306a53..d56f93e44f4 100644 --- a/service/s3/go_module_metadata.go +++ b/service/s3/go_module_metadata.go @@ -3,4 +3,4 @@ package s3 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.53.2" +const goModuleVersion = "1.54.0"