diff --git a/.changelog/05721c32236245c6abdf8846aaa9da78.json b/.changelog/05721c32236245c6abdf8846aaa9da78.json deleted file mode 100644 index 2d282916942..00000000000 --- a/.changelog/05721c32236245c6abdf8846aaa9da78.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "05721c32-2362-45c6-abdf-8846aaa9da78", - "type": "feature", - "description": "AWS App Runner adds Python 3.11 and Node.js 18 runtimes.", - "modules": [ - "service/apprunner" - ] -} \ No newline at end of file diff --git a/.changelog/5d73dcddc6424e6e9c622465a3391912.json b/.changelog/5d73dcddc6424e6e9c622465a3391912.json deleted file mode 100644 index ef4911b0aa6..00000000000 --- a/.changelog/5d73dcddc6424e6e9c622465a3391912.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5d73dcdd-c642-4e6e-9c62-2465a3391912", - "type": "feature", - "description": "This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.", - "modules": [ - "service/location" - ] -} \ No newline at end of file diff --git a/.changelog/c8dd40b3183049959375b624d56a8fb1.json b/.changelog/c8dd40b3183049959375b624d56a8fb1.json deleted file mode 100644 index f6930ec0672..00000000000 --- a/.changelog/c8dd40b3183049959375b624d56a8fb1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c8dd40b3-1830-4995-9375-b624d56a8fb1", - "type": "feature", - "description": "Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics", - "modules": [ - "service/quicksight" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e180bd997e8..9d59a6bb484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2023-12-29) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/apprunner`: [v1.26.0](service/apprunner/CHANGELOG.md#v1260-2023-12-29) + * **Feature**: AWS App Runner adds Python 3.11 and Node.js 18 runtimes. +* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.34.0](service/location/CHANGELOG.md#v1340-2023-12-29) + * **Feature**: This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key. +* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.55.0](service/quicksight/CHANGELOG.md#v1550-2023-12-29) + * **Feature**: Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics + # Release (2023-12-28) ## Module Highlights diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 3cbf3303b69..79df39cd1a2 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.0 (2023-12-29) + +* **Feature**: AWS App Runner adds Python 3.11 and Node.js 18 runtimes. + # v1.25.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index 7b767e66cbf..fe9bfee1010 100644 --- a/service/apprunner/go_module_metadata.go +++ b/service/apprunner/go_module_metadata.go @@ -3,4 +3,4 @@ package apprunner // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.5" +const goModuleVersion = "1.26.0" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 12fb03ad2c0..a4eedf58c9e 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.0 (2023-12-29) + +* **Feature**: This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key. + # v1.33.0 (2023-12-12) * **Feature**: This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time. diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 8be22e0f3f2..526ef64930e 100644 --- a/service/location/go_module_metadata.go +++ b/service/location/go_module_metadata.go @@ -3,4 +3,4 @@ package location // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.0" +const goModuleVersion = "1.34.0" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 3ced23cf10a..9ec1aea0225 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.0 (2023-12-29) + +* **Feature**: Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics + # v1.54.1 (2023-12-18) * **Documentation**: A docs-only release to add missing entities to the API reference. diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 592d7e8266d..0aeed73c49d 100644 --- a/service/quicksight/go_module_metadata.go +++ b/service/quicksight/go_module_metadata.go @@ -3,4 +3,4 @@ package quicksight // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.54.1" +const goModuleVersion = "1.55.0"