From e89ed021b014d7f8eb7229936ed2c0b45fae9f9f Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Mon, 23 Sep 2024 17:08:54 +0530 Subject: [PATCH] what's new for 1.5.5 (#17958) --- .../Modals/WhatsNewModal/whatsNewData.ts | 32 ++++++++++++++++++- 1 file changed, 31 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 06f09fec558..2c732ad1a63 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_4'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_5_5'; // 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 @@ -974,4 +974,34 @@ To continue pursuing this objective, the application was completely refactored t - Unable to access import glossary page`, }, }, + { + id: 47, + version: 'v1.5.5', + description: `Released on 23rd September 2024.`, + features: [], + changeLogs: { + Improvements: `- **Minor**: Made the type optional in ES Response. +- **Feature**: Added support for refresh tokens with multiple tabs open. +- **Fix**: Resolved issue of overriding user info after login. +- **Minor**: Updated the custom property entities data model, along with the data product and database schema icons. +- **Fix**: Ensured Teams and Owner fields are correctly passed in the policy API call. +- **Improvement**: Enhanced PII logging information. +- **Fix**: Addressed the paginate_es issue in OpenSearch. +- **Feature**: Decrypted JWT internally for system health checks. +- **Minor**: Implemented multithreading in View Lineage Processing. +- **Improvement**: Improved search relevancy. +- **Fix**: Resolved issue with owners patch. +- **Fix (Data Quality)**: Fixed Snowflake data diff issue. +- **Minor**: Updated Presidio Analyzer version and validated support for legal entities. +- **Feature**: Added validations for Salesforce connection. +- **Feature**: Allowed PII Processor to operate without storing sample data. +- **Minor**: Added seconds to the human-readable format scale for test case graphs. +- **Fix**: Added missing field in glossary term. +- **Fix**: Excluded defaultPersona if not present in personas. +- **Fix**: Resolved team export issue. +- **Fix**: Updated Python lineage SDK to work with UUID and FQN models. +- **Fix**: Fixed LDAP login issue. +`, + }, + }, ];