From 3ccbde8b84f38b0986e7d0de0b5b66ec472f4d9e Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Thu, 24 Oct 2024 14:22:11 +0530 Subject: [PATCH] Minor: Whats new content for v1.5.8 (#18388) * Minor: Whats new content for v1.5.8 * minor fix * addressing comment --- .../Modals/WhatsNewModal/whatsNewData.ts | 24 ++++++++++++++++++- 1 file changed, 23 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 370084de361..a043d93fcac 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_5_7'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_5_8'; // 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 @@ -1078,4 +1078,26 @@ To continue pursuing this objective, the application was completely refactored t - **Fix**: Knowledge Page deletion is not deleting from the search index ${CollateIconWithLinkMD}`, }, }, + { + id: 50, + version: 'v1.5.8', + description: 'Released on 24th October 2024.', + features: [], + changeLogs: { + Improvements: `- **Fix**: Hive Meta store connection issue. +- **Fix**: Live index is on test suite creation. +- **Minor**: Supported total unique user count on the Team page. +- **Fix**: Issues in zh language search index mapping. +- **Minor**: Add location path to a table entity. +- **Fix**: LocationPath Index. +- **Fix**: Mode dashboard ingestion API call. +- **Fix**: Task deserialization in Airflow metadata ingestion. +- **Fix**: Mode test connection returns data in dict instead of JSON. +- **Minor**: Do not include soft deleted assets in the Data Insight. +- **Fix**: Web analytic activity being reset. +- **Fix**: Quicksight lineage source. +- **Fix**: Add Azure Token Base Authentication +`, + }, + }, ];