Skip to content

Commit e230a09

Browse files
committed
what's new 1.6.8 (#20699)
1 parent 98388e1 commit e230a09

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

  • openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal

openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample
1717
import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
1818
import collateIcon from '../../../assets/svg/ic-collate.svg';
1919

20-
export const COOKIE_VERSION = 'VERSION_1_6_7'; // To be changed with each release.
20+
export const COOKIE_VERSION = 'VERSION_1_6_8'; // To be changed with each release.
2121

2222
// for youtube video make isImage = false and path = {video embed id}
2323
// embed:- youtube video => share => click on embed and take {url with id} from it
@@ -1701,4 +1701,27 @@ Since we are introducing the Auto Classification workflow, we are going to remov
17011701
- Lower training window for Collate Anomaly detection model ${CollateIconWithLinkMD}`,
17021702
},
17031703
},
1704+
{
1705+
id: 64,
1706+
version: 'v1.6.8',
1707+
description: 'Released on 8th April 2025.',
1708+
features: [],
1709+
changeLogs: {
1710+
Improvements: `- Added support for Wherescape connector.${CollateIconWithLinkMD}
1711+
- PowerBI owners ingestion for assets, improved filter query performance.
1712+
- REST connector enhancements.
1713+
- Implement column validation in lineage patch api.
1714+
`,
1715+
Fixes: `- Fixed tableau ingestion for null upstream table queries.
1716+
- Fixed public schema lieage for postgres.
1717+
- Fixed PowerBI filter query.
1718+
- Fixed IncidentManager date filtering and update table column title.
1719+
- Fixed dbt cloud latest run execution.
1720+
- Fixed Unpinned google-cloud-secret-manager version in ingestion dependencies.
1721+
- Fixed update query to fix domain asset update.
1722+
- Fixed DQ for local webserver.${CollateIconWithLinkMD}
1723+
- Fixed placeholder issue for empty metrics.${CollateIconWithLinkMD}
1724+
`,
1725+
},
1726+
},
17041727
];

0 commit comments

Comments
 (0)