diff --git a/.changelog/41575353444b40ffbf474f4155544f00.json b/.changelog/41575353444b40ffbf474f4155544f00.json deleted file mode 100644 index 1cc0d8d6b2d..00000000000 --- a/.changelog/41575353444b40ffbf474f4155544f00.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "41575353-444b-40ff-bf47-4f4155544f00", - "type": "release", - "description": "New AWS service client module", - "modules": [ - "internal/protocoltest/smithyrpcv2cbor" - ] -} \ No newline at end of file diff --git a/.changelog/b0a8764f5db04d4288a0b6d10378165d.json b/.changelog/b0a8764f5db04d4288a0b6d10378165d.json deleted file mode 100644 index 2e1d0489b7d..00000000000 --- a/.changelog/b0a8764f5db04d4288a0b6d10378165d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b0a8764f-5db0-4d42-88a0-b6d10378165d", - "type": "feature", - "description": "This release adds tag support for budgets and budget actions.", - "modules": [ - "service/budgets" - ] -} \ No newline at end of file diff --git a/.changelog/b295faf0af28405ba4e2786e903dbf34.json b/.changelog/b295faf0af28405ba4e2786e903dbf34.json deleted file mode 100644 index dae992a2109..00000000000 --- a/.changelog/b295faf0af28405ba4e2786e903dbf34.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b295faf0-af28-405b-a4e2-786e903dbf34", - "type": "feature", - "description": "AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.", - "modules": [ - "service/resiliencehub" - ] -} \ No newline at end of file diff --git a/.changelog/bef6872e330d493d9bb8df6ef6ad3c66.json b/.changelog/bef6872e330d493d9bb8df6ef6ad3c66.json deleted file mode 100644 index 3e02a2f5b40..00000000000 --- a/.changelog/bef6872e330d493d9bb8df6ef6ad3c66.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bef6872e-330d-493d-9bb8-df6ef6ad3c66", - "type": "documentation", - "description": "Documentation update to clarify the MappingTemplate definition.", - "modules": [ - "service/b2bi" - ] -} \ No newline at end of file diff --git a/.changelog/eb6bc1fbb0054de782878bf4b14edb83.json b/.changelog/eb6bc1fbb0054de782878bf4b14edb83.json deleted file mode 100644 index 3faaf020669..00000000000 --- a/.changelog/eb6bc1fbb0054de782878bf4b14edb83.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "eb6bc1fb-b005-4de7-8287-8bf4b14edb83", - "type": "documentation", - "description": "Doc only update for Route 53 profiles that fixes some link issues", - "modules": [ - "service/route53profiles" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d03329041ac..e168b887956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2024-05-07) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/b2bi`: [v1.0.0-preview.22](service/b2bi/CHANGELOG.md#v100-preview22-2024-05-07) + * **Documentation**: Documentation update to clarify the MappingTemplate definition. +* `github.com/aws/aws-sdk-go-v2/service/budgets`: [v1.23.0](service/budgets/CHANGELOG.md#v1230-2024-05-07) + * **Feature**: This release adds tag support for budgets and budget actions. +* `github.com/aws/aws-sdk-go-v2/service/resiliencehub`: [v1.21.0](service/resiliencehub/CHANGELOG.md#v1210-2024-05-07) + * **Feature**: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. +* `github.com/aws/aws-sdk-go-v2/service/route53profiles`: [v1.0.1](service/route53profiles/CHANGELOG.md#v101-2024-05-07) + * **Documentation**: Doc only update for Route 53 profiles that fixes some link issues + # Release (2024-05-06) ## Module Highlights diff --git a/service/b2bi/CHANGELOG.md b/service/b2bi/CHANGELOG.md index 2e769245a90..8e890566178 100644 --- a/service/b2bi/CHANGELOG.md +++ b/service/b2bi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.0-preview.22 (2024-05-07) + +* **Documentation**: Documentation update to clarify the MappingTemplate definition. + # v1.0.0-preview.21 (2024-04-04) * **Feature**: Adding support for X12 5010 HIPAA EDI version and associated transaction sets. diff --git a/service/b2bi/go_module_metadata.go b/service/b2bi/go_module_metadata.go index 38065cafb16..e54884306f9 100644 --- a/service/b2bi/go_module_metadata.go +++ b/service/b2bi/go_module_metadata.go @@ -3,4 +3,4 @@ package b2bi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0-preview.21" +const goModuleVersion = "1.0.0-preview.22" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 9eebbcd1147..d658a225747 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.0 (2024-05-07) + +* **Feature**: This release adds tag support for budgets and budget actions. + # v1.22.4 (2024-03-29) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index 38b46911605..4ed9a48a496 100644 --- a/service/budgets/go_module_metadata.go +++ b/service/budgets/go_module_metadata.go @@ -3,4 +3,4 @@ package budgets // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.4" +const goModuleVersion = "1.23.0" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index 6d1818ca10a..025dbbc5bfd 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.12 (2024-05-07) + +* No change notes available for this release. + # v1.3.11 (2024-04-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 9e669d61357..c242f23ac52 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.3.11" +const goModuleVersion = "1.3.12" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index cd16f3107ca..4e77d4d1b10 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/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/aws/protocol/eventstream v1.6.2 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.3.11 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.3.12 github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.4 github.com/aws/smithy-go v1.20.2 ) diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 2e7ca701e34..38e3c696d2b 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2024-05-07) + +* **Feature**: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. + # v1.20.4 (2024-03-29) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index 4203fd15441..c3286678609 100644 --- a/service/resiliencehub/go_module_metadata.go +++ b/service/resiliencehub/go_module_metadata.go @@ -3,4 +3,4 @@ package resiliencehub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.4" +const goModuleVersion = "1.21.0" diff --git a/service/route53profiles/CHANGELOG.md b/service/route53profiles/CHANGELOG.md index 7fba99bef4e..d9b88ce7a77 100644 --- a/service/route53profiles/CHANGELOG.md +++ b/service/route53profiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-05-07) + +* **Documentation**: Doc only update for Route 53 profiles that fixes some link issues + # v1.0.0 (2024-04-22) * **Release**: New AWS service client module diff --git a/service/route53profiles/go_module_metadata.go b/service/route53profiles/go_module_metadata.go index b3caf0f26ef..b7046c7938b 100644 --- a/service/route53profiles/go_module_metadata.go +++ b/service/route53profiles/go_module_metadata.go @@ -3,4 +3,4 @@ package route53profiles // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 0112f61d139..c69beda4ffe 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/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/aws/protocol/eventstream v1.6.2 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.3.11 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.3.12 github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.17.4 github.com/aws/smithy-go v1.20.2 )