Skip to content

Commit

Permalink
minor(ui): what's new updated for 1.5.3 (#17762)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a665f5)
  • Loading branch information
chirag-madlani committed Sep 9, 2024
1 parent 9d73e7e commit b99a93e
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}`,
},
},
];

0 comments on commit b99a93e

Please sign in to comment.