diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/ChangeLogs.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/ChangeLogs.tsx index 5f3566a0041..e32b1b6cb5c 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/ChangeLogs.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/ChangeLogs.tsx @@ -14,7 +14,7 @@ /* eslint-disable max-len */ import React from 'react'; -import RichTextEditorPreviewerV1 from '../../common/RichTextEditor/RichTextEditorPreviewerV1'; +import RichTextEditorPreviewer from '../../common/RichTextEditor/RichTextEditorPreviewer'; type Props = { data: { [name: string]: string }; @@ -29,13 +29,13 @@ const ChangeLogs = ({ data }: Props) => {

-

- 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 3bdf7591d03..e15a5bef538 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_6'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_6_7'; // 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 @@ -1674,4 +1674,31 @@ Since we are introducing the Auto Classification workflow, we are going to remov - Fixed incremental lineage processing when processedLineage is null`, }, }, + { + id: 63, + version: 'v1.6.7', + description: 'Released on 28th March 2025.', + features: [], + changeLogs: { + Improvements: `- Lineage Improvements +- Added Tableau Custom SQL lineage support +- Added column count validation when creating table-type custom property +- Transformed Reserved keywords like quotes to OM compatible +- Added missing timestamp indexes for time series tables +- Enhancing FQN Handling: Support for Quoted Identifiers`, + + Fixes: `- Fixed potential Okta login issues by clearing state to avoid login errors +- Fixed MariaDB profiling with Time datatype +- Fixed handling of Sample Data with non-utf8 characters +- Fixed test connection showing timeout after successful connection +- Fixed DBT logs and improved error handling +- Fixed Test Suite 'NoneType' object has no attribute 'id' handling +- Fixed delete entity relation live indexing +- Fixed Data Insights Data Stream deletion on OpenSearch +- Fixed soft delete and restore functionality +- Corrected childrenCount for Organizations in Teams +- Fixed custom dashboard issue with term type of data +- Lower training window for Collate Anomaly detection model ${CollateIconWithLinkMD}`, + }, + }, ];