minor(ui): what's new updated for 1.5.3 (#17762)

This commit is contained in:
Chirag Madlani 2024-09-09 14:35:46 +05:30 committed by GitHub
parent d904fe2b10
commit 3a665f5fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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_2'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_5_3'; // 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
@ -934,4 +934,24 @@ To continue pursuing this objective, the application was completely refactored t
- [Improve]: Added custom properties support in Data Product`,
},
},
{
id: 45,
version: 'v1.5.3',
description: `Released on 10th September 2024.`,
features: [],
changeLogs: {
Improvements: `- Added resizable columns for custom properties
- Added support for automated ingestion of Tableau data source tags and description
- Improved "follow data" landing page module performance
- Improved search result suggestion by showing display name instead of FQN
- Fixed Cost Analysis issue when service has no connection
- Improved PII classification for JSON data types
- Fixed issue with expand all operation on terms page
- Fixed feed freezing when large images are part of the feed results
- Fixed dbt run_results file name with dbt cloud connection
- Cleaned Argo logs artifacts ${CollateIconWithLinkMD}
- Shipped VertexAI Connector ${CollateIconWithLinkMD}
- Fixed automator lineage propagation issues with possible None entities ${CollateIconWithLinkMD}`,
},
},
];