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 8d8cf86223c..85485c4a095 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_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}`, + }, + }, ];