From 3bab20015daf03d8d70e6ee8601b8aeb457d855f Mon Sep 17 00:00:00 2001 From: Luc Talatinian Date: Mon, 21 Oct 2024 18:17:15 -0400 Subject: [PATCH] update release notes for recent athena breaking change --- CHANGELOG.md | 2 +- service/athena/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cc9d374a0..50b4cdbb062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ ## Module Highlights * `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.48.0](service/athena/CHANGELOG.md#v1480-2024-10-18) - * **Feature**: Removing FEDERATED from Create/List/Delete/GetDataCatalog API + * **Feature**: **BREAKING CHANGE**: Remove DataCatalog from Create/DeleteDataCatalog. Remove Status, ConnectionType, and Error from DataCatalog and DataCatalogSummary. These were released inadvertently with no functionality. They were not populated or populated with a default value. Code related to these changes can be safely removed. * `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.21.0](service/bedrock/CHANGELOG.md#v1210-2024-10-18) * **Feature**: Adding converse support to CMI API's * `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.23.0](service/datazone/CHANGELOG.md#v1230-2024-10-18) diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 471fb4a9b8f..3dadc374bb5 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,6 +1,6 @@ # v1.48.0 (2024-10-18) -* **Feature**: Removing FEDERATED from Create/List/Delete/GetDataCatalog API +* **Feature**: **BREAKING CHANGE**: Remove DataCatalog from Create/DeleteDataCatalog. Remove Status, ConnectionType, and Error from DataCatalog and DataCatalogSummary. These were released inadvertently with no functionality. They were not populated or populated with a default value. Code related to these changes can be safely removed. # v1.47.2 (2024-10-08)