mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-14 18:27:35 +00:00
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
This commit is contained in:
parent
a79e79ef3d
commit
039d66390b
@ -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.`,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user