From 039d66390b4a58232c130fb9461ca28fe66bc8ee Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:20:10 +0530 Subject: [PATCH] feat(ui): what's new details update for 1.3.2 (#15666) * feat(ui): what's new details update for 1.3.2 * update content --- .../Modals/WhatsNewModal/whatsNewData.ts | 41 ++++++++++++++++++- 1 file changed, 39 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 e1f167a3212..81f231d3cd8 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 @@ -19,9 +19,9 @@ import ingestionFramework from '../../../assets/img/IngestionFramework.png'; import tagCategoryImg from '../../../assets/img/TagCategory.png'; import collateIcon from '../../../assets/svg/ic-collate.svg'; -export const LATEST_VERSION_ID = 23; +export const LATEST_VERSION_ID = 24; -export const COOKIE_VERSION = 'VERSION_1_3_1'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_3_2'; // 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 @@ -1310,4 +1310,41 @@ export const WHATS_NEW = [ - Fixed an issue with adding tags.`, }, }, + { + id: 24, + version: 'v1.3.2', + description: 'Released on 26th March 2024.', + features: [], + changeLogs: { + [`MetaPilot ${CollateIconWithLinkMD}`]: `- New MetaPilot application shipped in preview mode. Try it out in the [Sandbox](https://sandbox.open-metadata.org/)! +- Get automatically generated descriptions with GenAI. Now it's easier than ever to document your data assets. +- Chat with the MetaPilot and get SQL queries to help you extract relevant information from your data assets. +- Let the MetaPilot help you understand and improve the queries used on your tables.`, + + 'Authentication Flow': `- Added generic support for OIDC Authentication. This is SSO provider-agnostic. +- You can now integrate Confidential Clients to manage the server authentication. +- Now, the session renewal happens automatically in the backend.`, + + 'Data Quality': `- Pagination support was added for the Data Quality tab for data assets. +- Fixed an issue with execution summary timeout issue for the data quality test.`, + + Connectors: `- New Bigtable connector. +- Now, users can configure the external sample data storage path. +- Added lineage support for Snowflake materialized view and masking policies. +- Fixed session invalidation on Databricks during long-running queries. +- Fixed Ingestion Pipeline list for services with the same name. +- Fixed an issue with ingesting lineage when data models are ingested from Tableau. +- Fixed metrics computations for empty tables. +- Improve PATCH generation for array fields.`, + + 'Other Changes': `- Avoid creating duplicated queries. +- Speed up the server start time by moving the Secrets Manager Migration to the migration container. +- Fixed the issue with the date filter for the Incident Manager. +- Fixed the issue with the Team filter for Data Insights. +- Fixed an issue with Azure SSO related to the MSAL version. +- Fixed an issue with search indexing. +- Fixed the missing input field for conversation source for alerts and notifications. +- Filter dashboards by a project on the Explore page.`, + }, + }, ];