From ea9b4fe4849eb44b9057af89a868489fb8171ea3 Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Wed, 6 Nov 2024 18:53:14 +0530 Subject: [PATCH] Add what's new content for 1.5.11 (#18534) --- .../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 34d1b84e6b4..6304b06ace8 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_10'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_5_11'; // 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 @@ -1123,6 +1123,22 @@ To continue pursuing this objective, the application was completely refactored t - **Fix**: Disable empty rule for query builder widget. - **Fix**: Unable to add more enum values for enum cp. - **Fix**: Navigate to listing for deleting a service. +`, + }, + }, + { + id: 53, + version: 'v1.5.11', + description: 'Released on 6th November 2024.', + features: [], + changeLogs: { + Improvements: `- **Improvement**: Parallelize the search indexing process. +- **Fix**: Return s3 endpoint as str() instead of Url. +- **Improvement**: Databricks query run optimisation. +- **Fix**: Make Export CSV Async API, websocket to push data back. +- **Fix**: Airflow dependency. +- **Improvement**: Add Column Value to be At Expected Location Test. +- **Fix**: User count doesn't update on adding to the team while using search. `, }, },