Minor: Update the what's new for 1.6.2 (#19285)

* Update the what's new for 1.6.2

* update the version id for cookie

(cherry picked from commit 6d1ad23a969dd0d64b64d5683493db0ef2b37193)
This commit is contained in:
Aniket Katkar 2025-01-08 18:58:11 +05:30 committed by OpenMetadata Release Bot
parent 64a1be9e57
commit fd4efb0c1e
2 changed files with 51 additions and 1 deletions

View File

@ -26,6 +26,10 @@
margin: 0 4px !important;
vertical-align: middle;
}
.node-image {
display: inline-block;
}
}
.whats-new-modal-button-container {
display: inline-flex;

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_1'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_6_2'; // 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
@ -1454,4 +1454,50 @@ Since we are introducing the Auto Classification workflow, we are going to remov
[`Service Spec for the Ingestion Framework`]: `This impacts users who maintain their own connectors for the ingestion framework that are NOT part of the OpenMetadata python library (openmetadata-ingestion). Introducing the "connector specifcication class (ServiceSpec)". The ServiceSpec class serves as the entrypoint for the connector and holds the references for the classes that will be used to ingest and process the metadata from the source. You can see postgres for an implementation example.`,
},
},
{
id: 58,
version: 'v1.6.2',
description: 'Released on 8th January 2025.',
features: [],
changeLogs: {
Improvements: `- **Fix**: Test case getting removed from logical test suite after editing the test case.
- **Fix**: Edit Lineage Operation not working with isOwner() condition
- **Fix**: EditLineage permission not allowing users to edit the lineage.
- **Fix**: ViewAll permission not working with matchAnyTag() and isOwner() conditions
- **Fix**: Vulnerability security on 1.5.6 version package com.google.protobuf_protobuf-java.
- **Fix**: DBT Data ingestion not working.
- **Fix**: Table owners not shown properly after a dbt ingestion and re-indexing.
- **Fix**: Glossary Listing Limits to 50 without scrolling to next page.
- **Fix**: Mask encrypted password for email.
- **Fix**: Profiler failing on ingesting data type for postgres.
- **Fix**: Column lineage ingestion failed to parse column due to subquery raw_name AttributeError.
- **Fix**: Data Insight Tier Filter does not work.
- **Fix**: Add depth support for storage connector.
- **Fix**: The tag also adding to a different asset when a different asset with the same name is updated with the tag.
- **Fix**: Replace the description editor with a new block editor.
- **Fix**: Redshift Metadata ingestion failing for Stored Procedure.
- **Fix**: Lineage view not showing all the nodes in case of circular lineage.
- **Fix**: Deleting Data Product should delete the data asset relationships.
- **Fix**: styling (color, icon) is lost if a glossaryTerm is updated via the bulk upload.
- **Fix**: Unable to see complete column type info for long column type.
- **Fix**: ApiEndpoint reindexing failure.
- **Fix**: Auto Classification Ingestion - AttributeError: 'DataType' object has no attribute 'dialect_impl'.
- **Fix**: Adding the profiler for doris failing to execute.
- **Fix**: Unable to remove existing values from custom property (enum data type).
- **Improvement**: Ability to disable soft delete when Ingestion pipeline fails.
- **Improvement**: Ability to sort the DI charts based on date or term.
- **Improvement**: Support test connection api cancellation on click of cancel.
- **Improvement**: Highlight the search term for schema table on table details page.
- **Improvement**: Add Algorithm option for authentication token validation in yaml.
- **Improvement**: Make all Test Suites executable.
- **Improvement**: Activity feed pagination.
- **Fix**: Custom DI description getting added with HTML p tag. ${CollateIconWithLinkMD}
- **Fix**: Knowledge Page hierarchy state doesn't persist on refresh. ${CollateIconWithLinkMD}
- **Fix**: Reindex Page Entitiy is Missing on Collate. ${CollateIconWithLinkMD}
- **Fix**: Avoid pluralizing for custom charts. ${CollateIconWithLinkMD}
- **Improvement**: Add the missing filters for different assets in the Automator(Ex. Database filter for Database Schema asset). ${CollateIconWithLinkMD}
- **Improvement**: Add Glossary Term and Metric as assets for Automation. ${CollateIconWithLinkMD}
`,
},
},
];