From 2260857f10d09a34f2f4525cd82d9e36147e24fc Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Tue, 1 Oct 2024 14:50:05 +0530 Subject: [PATCH] add what's new for 1.5.6 (#18062) --- .../Modals/WhatsNewModal/whatsNewData.ts | 29 ++++++++++++++++++- 1 file changed, 28 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 6a3dabe88672..1f83d4aeb76d 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_5'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_5_6'; // 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 @@ -1007,4 +1007,31 @@ To continue pursuing this objective, the application was completely refactored t `, }, }, + { + id: 48, + version: 'v1.5.6', + description: 'Released on 1st October 2024.', + features: [], + changeLogs: { + Improvements: `- **Minor**: MSTR connector import fix. +- **Minor**: Show displayName for database and databaseSchema in explore tree. +- **Minor**: Allow PowerBI datamodel children in col.lineage. +- **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. +- **Fix**: Addressed missing cast to str. +- **Minor**: DI Missing Dashboard Description Status. +- **Fix**: SAML redirect leads to 404 page on UI. +- **Minor**: Fixed General Profiler Bugs. +- **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}.`, + }, + }, ];