doc(release): managed datahub v0.2.4 release notes (#7679)

This commit is contained in:
Aseem Bansal 2023-03-24 13:16:01 +05:30 committed by GitHub
parent 1324231e70
commit c5059a3d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -569,6 +569,7 @@ module.exports = {
{
"Managed DataHub Release History": [
"docs/managed-datahub/release-notes/v_0_2_4",
"docs/managed-datahub/release-notes/v_0_2_3",
"docs/managed-datahub/release-notes/v_0_2_2",
"docs/managed-datahub/release-notes/v_0_2_1",

View File

@ -0,0 +1,21 @@
# v0.2.4
---
Release Availability Date
---
24-Mar-2023
## Release Changelog
---
- Since `v0.2.3` no changes from OSS DataHub have been pulled in.
- fix(ui) Safeguard ingestion execution request check - Fixes an error on frontend managed ingestion page
- fix(impactAnalysis): fix filtering for lightning mode search
- fix(search): fix tags with colons
- refactor(incidents): Remove dataset health caching to make incident health instantly update
- fix(ui): Address regression in column usage stats + add unit test
- fix(timeBasedLineage): fix ingestProposal flow for no ops
- feat(assertions + incidents): Support Querying Entities by Assertion / Incident Status + Chrome Embed Optimizations
- fix(lineage): change default lineage time window to All Time
- Truncate cache key for search lineage
- feat(config): Add endpoint to exact search query information
- fix(default policies): Add Manage Proposals Default Policies for Root User