From 5afd8c31b6d446ab1d71a324bcf3a6cc698fdec7 Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Fri, 15 Nov 2024 13:36:24 +0530 Subject: [PATCH] Updated the what's new content for the 1.5.11 release (#18540) * Updated the what's new content for the 1.5.11 release * Update the what's new content for 1.5.11 * Update the what's new release date for 1.5.11 * update what's new * Update the release date * Update the what's new data --------- Co-authored-by: Sachin Chaurasiya --- .../src/components/Modals/WhatsNewModal/whatsNewData.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 6304b06ace8..68cc80082ac 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 @@ -1129,16 +1129,21 @@ To continue pursuing this objective, the application was completely refactored t { id: 53, version: 'v1.5.11', - description: 'Released on 6th November 2024.', + description: 'Released on 15th 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. +- **Improvement**: Added support for lineage default depth settings. +- **Fix**: Materialised View Lineage. +- **Improvement**: Add PowerBI Report Server Connector ${CollateIconWithLinkMD} +- **Improvement**: Mask SQL Queries in Usage & Lineage Workflow. +- **Fix**: Sample data overlapping issue. +- **Fix**: Checkmark saves wrong custom property field `, }, },