From 1bb40513dc225799fba00464b7f67ea97ffe413e Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:06:10 +0000 Subject: [PATCH] chore: update Athena changelog notes for 1.3.57 (2024-10-18) release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e2e3978aa..548a69d5c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ ## [1.3.57] - 10/18/2024 ### Features -* (**athena**) Removing FEDERATED from Create/List/Delete/GetDataCatalog API +* (**athena**) 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. * (**bedrock**) Adding converse support to CMI API's * (**bedrockruntime**) Added converse support for custom imported models * (**datazone**) Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.