chore(ui): adding what's new for 1.6.6

(cherry picked from commit 32552135ca94945b0687620712174bb8410f5d6a)
This commit is contained in:
Chirag Madlani 2025-03-13 11:47:32 +05:30
parent 8ebf10ae38
commit e01139614f

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_6_5'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_6_6'; // 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
@ -1628,4 +1628,49 @@ Since we are introducing the Auto Classification workflow, we are going to remov
- Support pagination for container children`,
},
},
{
id: 62,
version: 'v1.6.6',
description: 'Released on 14th March 2025.',
features: [],
changeLogs: {
Improvements: `- Added loggedInAPI to show more specific error messages instead of generic ones
- Added support for \`/logout\` path to perform logout from API redirect
- Added displayName field in the \`createCustomProperty\` schema
- Improved search relevancy for plural/singular words and partial matches
- Introduced "clear sample" option in entity config to support explicit null
- Made domain a required field for Data Product creation
- Enabled showdown rendering options`,
Fixes: `- Fixed Snowflake ARRAY column ingestion issues
- Fixed Sigma workbook ingestion
- Fixed tomcat-jdbc dependency
- Fixed schema URL construction
- Fixed Redshift view logging for no schema binding
- Fixed OpenMetadata Operations
- Added support for datatype=array without type consistency
- Added result_maker check for query share URL in Looker
- Supported request schema field for OpenAPI lineage when response field is absent
- Fixed tour page clicking issues
- Fixed duplicate activity feed providers
- Fixed search query for non-admin pages
- Fixed other columns visibility when testSuite name is large
- Fixed task description viewer for diff creation
- Fixed inherited owner not updating in Data Product list
- Fixed user update roles
- Fixed table constraint error
- Fixed manual constraints deletion
- Fixed deletion of entities
- Fixed entity relation live indexing
- Fixed service creation error display
- Improved memory handling in temp table lineage
- Enhanced Column Name Scanner
- Improved pipeline service client exception handling
- Updated Tableau documentation in Connectors
- Optimized pipeline service client initialization
- Implemented Incremental Lineage Processing
- Don't overwrite query to execute
- Fixed external app logs`,
},
},
];