From eff26206750b035b1f25da64002e2e84cca5830c Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 6 May 2024 18:17:42 +0000 Subject: [PATCH] Release 2024-05-06 --- .changelog/1c471a9367bb4cdda35df610f841d8d3.json | 8 -------- .changelog/41575353444b40ffbf474f4155544f00.json | 8 -------- CHANGELOG.md | 6 ++++++ service/controltower/CHANGELOG.md | 4 ++++ service/controltower/go_module_metadata.go | 2 +- service/fms/CHANGELOG.md | 4 ++++ service/fms/go_module_metadata.go | 2 +- service/medialive/CHANGELOG.md | 4 ++++ service/medialive/go_module_metadata.go | 2 +- service/transfer/CHANGELOG.md | 4 ++++ service/transfer/go_module_metadata.go | 2 +- 11 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 .changelog/1c471a9367bb4cdda35df610f841d8d3.json delete mode 100644 .changelog/41575353444b40ffbf474f4155544f00.json diff --git a/.changelog/1c471a9367bb4cdda35df610f841d8d3.json b/.changelog/1c471a9367bb4cdda35df610f841d8d3.json deleted file mode 100644 index 40baf434802..00000000000 --- a/.changelog/1c471a9367bb4cdda35df610f841d8d3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1c471a93-67bb-4cdd-a35d-f610f841d8d3", - "type": "feature", - "description": "AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.", - "modules": [ - "service/medialive" - ] -} \ No newline at end of file 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.md b/CHANGELOG.md index a05e5d59361..d03329041ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (2024-05-06) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.52.0](service/medialive/CHANGELOG.md#v1520-2024-05-06) + * **Feature**: AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled. + # Release (2024-05-03) ## Module Highlights diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index 6a58262a449..1aceba6b2aa 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2024-05-06) + +* No change notes available for this release. + # v1.13.5 (2024-04-17) * No change notes available for this release. diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index d40d489bdce..5b1857b2cab 100644 --- a/service/controltower/go_module_metadata.go +++ b/service/controltower/go_module_metadata.go @@ -3,4 +3,4 @@ package controltower // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index a437b2855e9..9e310d6616d 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.1 (2024-05-06) + +* No change notes available for this release. + # v1.33.0 (2024-04-30) * **Feature**: AWS Firewall Manager now supports the network firewall service stream exception policy feature for accounts within your organization. diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 66fdf76a13c..edbe68b44ce 100644 --- a/service/fms/go_module_metadata.go +++ b/service/fms/go_module_metadata.go @@ -3,4 +3,4 @@ package fms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.0" +const goModuleVersion = "1.33.1" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 396da5f4886..2b937666275 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.0 (2024-05-06) + +* **Feature**: AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled. + # v1.51.0 (2024-04-11) * **Feature**: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups. diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index 76303f37016..72912b9691c 100644 --- a/service/medialive/go_module_metadata.go +++ b/service/medialive/go_module_metadata.go @@ -3,4 +3,4 @@ package medialive // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.51.0" +const goModuleVersion = "1.52.0" diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 9ed55661608..f774a636edc 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.2 (2024-05-06) + +* No change notes available for this release. + # v1.47.1 (2024-05-03) * No change notes available for this release. diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index e56fe1d8caa..d2d0615660d 100644 --- a/service/transfer/go_module_metadata.go +++ b/service/transfer/go_module_metadata.go @@ -3,4 +3,4 @@ package transfer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.47.1" +const goModuleVersion = "1.47.2"