Minor: Added Whats new content for 1.6.5 (#19996)

This commit is contained in:
Shailesh Parmar 2025-02-27 01:01:07 +05:30 committed by GitHub
parent 603d61eaa2
commit a0954ae33c
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 profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
import collateIcon from '../../../assets/svg/ic-collate.svg'; import collateIcon from '../../../assets/svg/ic-collate.svg';
export const COOKIE_VERSION = 'VERSION_1_6_4'; // To be changed with each release. export const COOKIE_VERSION = 'VERSION_1_6_5'; // To be changed with each release.
// for youtube video make isImage = false and path = {video embed id} // 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 // embed:- youtube video => share => click on embed and take {url with id} from it
@ -1625,4 +1625,20 @@ Since we are introducing the Auto Classification workflow, we are going to remov
`, `,
}, },
}, },
{
id: 61,
version: 'v1.6.5',
description: 'Released on 27th February 2025.',
features: [],
changeLogs: {
Improvements: `- Fix hyperlink encoding for alerts and notifications
- Fix failed tests sample data exception management
- Fix MySQL and MariaDB window function computation when no database is added in the connection
- Add support for tags and glossary terms in Domains and Data Products
- Fix consolidation issues on incremental changes
- Fix snowflake lineage Key Error
- Fix iframe SSO setup
- Support pagination for container children`,
},
},
]; ];