From a479ef09f3f9bce25ee3385f0c4d732565fd71a7 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 6 Jun 2022 18:31:18 +0000 Subject: [PATCH] Release 2022-06-06 --- .changelog/3e883149d1de4a94af05c0c5c62a5b0c.json | 8 -------- .changelog/e14a0c14bd304e7b84e4901d0d599183.json | 8 -------- CHANGELOG.md | 8 ++++++++ service/chimesdkmessaging/CHANGELOG.md | 4 ++++ service/chimesdkmessaging/go_module_metadata.go | 2 +- service/connect/CHANGELOG.md | 4 ++++ service/connect/go_module_metadata.go | 2 +- service/iotevents/CHANGELOG.md | 4 ++++ service/iotevents/go_module_metadata.go | 2 +- service/iotsitewise/CHANGELOG.md | 4 ++++ service/iotsitewise/go_module_metadata.go | 2 +- service/memorydb/CHANGELOG.md | 4 ++++ service/memorydb/go_module_metadata.go | 2 +- service/servicecatalogappregistry/CHANGELOG.md | 4 ++++ service/servicecatalogappregistry/go_module_metadata.go | 2 +- 15 files changed, 38 insertions(+), 22 deletions(-) delete mode 100644 .changelog/3e883149d1de4a94af05c0c5c62a5b0c.json delete mode 100644 .changelog/e14a0c14bd304e7b84e4901d0d599183.json diff --git a/.changelog/3e883149d1de4a94af05c0c5c62a5b0c.json b/.changelog/3e883149d1de4a94af05c0c5c62a5b0c.json deleted file mode 100644 index bbed994bbb4..00000000000 --- a/.changelog/3e883149d1de4a94af05c0c5c62a5b0c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3e883149-d1de-4a94-af05-c0c5c62a5b0c", - "type": "feature", - "description": "This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity.", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/.changelog/e14a0c14bd304e7b84e4901d0d599183.json b/.changelog/e14a0c14bd304e7b84e4901d0d599183.json deleted file mode 100644 index 098b93da957..00000000000 --- a/.changelog/e14a0c14bd304e7b84e4901d0d599183.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e14a0c14-bd30-4e7b-84e4-901d0d599183", - "type": "feature", - "description": "This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters.", - "modules": [ - "service/chimesdkmessaging" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ce874eb7c..4818b5ce59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2022-06-06) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging`: [v1.10.0](service/chimesdkmessaging/CHANGELOG.md#v1100-2022-06-06) + * **Feature**: This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters. +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.26.0](service/connect/CHANGELOG.md#v1260-2022-06-06) + * **Feature**: This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity. + # Release (2022-06-02) ## Module Highlights diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index bf0fc333985..f7224755f59 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.0 (2022-06-06) + +* **Feature**: This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters. + # v1.9.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index d723fb1f0c0..1b90924e9e7 100644 --- a/service/chimesdkmessaging/go_module_metadata.go +++ b/service/chimesdkmessaging/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmessaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.6" +const goModuleVersion = "1.10.0" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 0f7c971fd84..c40d87a56f0 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.0 (2022-06-06) + +* **Feature**: This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity. + # v1.25.0 (2022-06-02) * **Feature**: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow. diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 7bfd8d79402..f9b79005240 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.25.0" +const goModuleVersion = "1.26.0" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 07e313d4fc9..a00775d6443 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-06) + +* No change notes available for this release. + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 53870562e2e..b0c36028a2b 100644 --- a/service/iotevents/go_module_metadata.go +++ b/service/iotevents/go_module_metadata.go @@ -3,4 +3,4 @@ package iotevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index 1dc1545fcd0..09cfaa6fc23 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-06-06) + +* No change notes available for this release. + # v1.22.0 (2022-05-31) * **Feature**: This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription. diff --git a/service/iotsitewise/go_module_metadata.go b/service/iotsitewise/go_module_metadata.go index ecb4748a6dd..46eba23465a 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index c5c2f16072f..3092b811f58 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.6 (2022-06-06) + +* No change notes available for this release. + # v1.9.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index ab8268122eb..0a765d24756 100644 --- a/service/memorydb/go_module_metadata.go +++ b/service/memorydb/go_module_metadata.go @@ -3,4 +3,4 @@ package memorydb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.5" +const goModuleVersion = "1.9.6" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 733845d8903..8054cc03459 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2022-06-06) + +* No change notes available for this release. + # v1.12.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index e3cb22a5136..8a8b8190817 100644 --- a/service/servicecatalogappregistry/go_module_metadata.go +++ b/service/servicecatalogappregistry/go_module_metadata.go @@ -3,4 +3,4 @@ package servicecatalogappregistry // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.6" +const goModuleVersion = "1.12.7"