From a0954ae33cc6a63f3da5ac0d42c2d3b306827a9f Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Thu, 27 Feb 2025 01:01:07 +0530 Subject: [PATCH] Minor: Added Whats new content for 1.6.5 (#19996) --- .../Modals/WhatsNewModal/whatsNewData.ts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts index 194b7b830b8..8a604a54c32 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts @@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample import profilerConfigPage from '../../../assets/img/profilerConfigPage.png'; import collateIcon from '../../../assets/svg/ic-collate.svg'; -export const COOKIE_VERSION = 'VERSION_1_6_4'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_6_5'; // To be changed with each release. // for youtube video make isImage = false and path = {video embed id} // embed:- youtube video => share => click on embed and take {url with id} from it @@ -1625,4 +1625,20 @@ Since we are introducing the Auto Classification workflow, we are going to remov `, }, }, + { + id: 61, + version: 'v1.6.5', + description: 'Released on 27th February 2025.', + features: [], + changeLogs: { + Improvements: `- Fix hyperlink encoding for alerts and notifications +- Fix failed tests sample data exception management +- Fix MySQL and MariaDB window function computation when no database is added in the connection +- Add support for tags and glossary terms in Domains and Data Products +- Fix consolidation issues on incremental changes +- Fix snowflake lineage Key Error +- Fix iframe SSO setup +- Support pagination for container children`, + }, + }, ];