From 031a6be21d182a42233889b47ee14d366edca053 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Thu, 3 Oct 2024 13:37:10 +0530 Subject: [PATCH] minor: update whats new for 1.5.6 (#18090) (cherry picked from commit 5da3f4592b5a6fda0b71180fa0bb97b8266ede61) --- .../ui/src/components/Modals/WhatsNewModal/whatsNewData.ts | 4 +--- 1 file changed, 1 insertion(+), 3 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 1f83d4aeb76..1088e007e54 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 @@ -1010,7 +1010,7 @@ To continue pursuing this objective, the application was completely refactored t { id: 48, version: 'v1.5.6', - description: 'Released on 1st October 2024.', + description: 'Released on 3rd October 2024.', features: [], changeLogs: { Improvements: `- **Minor**: MSTR connector import fix. @@ -1019,7 +1019,6 @@ To continue pursuing this objective, the application was completely refactored t - **Fix**: Manifest is not parsed correctly on dbt versionless. - **Minor**: Fixed lineage & queries in dbt. - **Improvement**: Added DBT tests with versionless and fixed v7 parsing. -- **Feature**: Add new enumWithDescriptions Custom Property to allow adding Enum Keys with Description. - **Minor**: Reset displayName to avoid being persisted. - **Fix**: Fixed incorrect @Schema implementations in Swagger annotations. - **Fix**: Resolved type null exception on user feed. @@ -1030,7 +1029,6 @@ To continue pursuing this objective, the application was completely refactored t - **Improvement**: Change time format for the created_at of the DBT cloud pipeline status. - **Minor**: Fixed role page size from 10 to 50. - **Fix**: Search Indexing Fixes. -- **Feature**: Allow Custom Property Update in Glossary Bulk Import/export. - **Improvement**: Collate API with Knowledge Center routes ${CollateIconWithLinkMD}.`, }, },