|
| 1 | +# v0.3.10 |
| 2 | +--- |
| 3 | + |
| 4 | +Release Availability Date |
| 5 | +--- |
| 6 | +4-April-2025 |
| 7 | + |
| 8 | +Recommended CLI/SDK |
| 9 | +--- |
| 10 | +1.0.0.1 |
| 11 | + |
| 12 | +Helm Chart |
| 13 | +--- |
| 14 | +1.5.20 |
| 15 | + |
| 16 | +## Known Issues |
| 17 | + |
| 18 | +- API Tracing: Some aspects (i.e. `siblings`) which can be generated by system hooks are reported as a trace error if the system aspect and ingestion are creating conflicting aspects. |
| 19 | + |
| 20 | +## Release Changelog |
| 21 | +--- |
| 22 | + |
| 23 | +### v0.3.10 |
| 24 | + |
| 25 | +- All changes in https://github.com/datahub-project/datahub/releases/tag/v1.0.0 |
| 26 | + |
| 27 | +- Breaking Changes |
| 28 | + |
| 29 | +- Bug Fixes |
| 30 | + - [Schema Tab] Render rich text in the V1 experience where you can click on links instead of having to click "View more" |
| 31 | + - [Subscriptions] Fix edge case where we were not showing display names for users or groups properly in subscription summaries |
| 32 | + - [Nav Bar] Fix the styling of the logo in the new nav bar header experience in Safari |
| 33 | + - [Group Membership] Harden the UI to prevent errors when showing group memberships on a user profile page |
| 34 | + - [Structured Properties] Allow users to search for Glossary Nodes when applying asset values to structured properties |
| 35 | + - [Lineage] Hide a few unwanted and unneeded filters in the lineage list view from the UI |
| 36 | + - [Lineage] Remove restriction on per-hop node limit, causing some results to be hidden. |
| 37 | + - [Lineage] Fix an issue where indirect upstream lineage was incomplete for certain entity types like Charts. Both Impact Analysis & Lineage Graph. This was also causing Upstream Health sidebar section to underreport upstream assets with health problems. |
| 38 | + - [Queries Tab] Change the page size |
| 39 | + - [Search Filters] Adding support for a "Has Siblings" filter (disabled by default, available by request). |
| 40 | + |
| 41 | +- Product |
| 42 | + |
| 43 | + - **Navigation**: Our new simplified nav bar is now switched on by default in the V2 UI |
| 44 | + - **Custom Asset Actions**: Links create via the Documentation tab can now be elevated to display in page headers and search results. We've also added an `upsertLink` GraphQL endpoint for easier programmatic management of links. |
| 45 | + - **Proposals**: Entity profile pages now display the new proposal types: Ownership, Domains, and Structured Properties. |
| 46 | + - **Proposals**: Our redesigned proposals experience (Proposals 2.0) is now in beta (enabled by request)! Try out the improved interface for viewing proposals you can approve/decline as well as those that you've created. |
| 47 | + - **Proposal Notifications**: You can now configure to be notified when you are assigned to review a proposal, or a proposal you raised is approved or denied from **Settings** > **My Notifications**. |
| 48 | + - **Observe**: Introducing on-demand smart assertions in beta (enabled by request)! You can now create freshness, volume, and field metric anomaly detection checks via the UI for any table that's supported by Observe. |
| 49 | + - **Observe**: Smart assertion tuning - Improve your anomaly monitors by adjusting training data lookback window, tightening or loosening the sensitivity, and adding data-point exclusion windows. |
| 50 | + - **Observe**: Incidents V2 - Incidents have received a significant uplift! With capabilities to set assignees, severity, stage, and impacted assets. Also: search, group & filter incidents on the incidents tab. |
| 51 | + - **Remote Executor**: Introduces a new **Executors** tab in the **Manage Data Sources** page for improved management and observability of Remote Executor Pools |
| 52 | + - **Remote Executors**: Create and provision new Executor Pools directly from the UI and optionally set them as default for future Ingestion Source configurations. Easily view the set of deployed executors, their status, configured Ingestion Sources, and current running tasks. |
| 53 | + - **Compliance Forms**: Support deep linking to a specific Compliance Form completion experience inside the Compliance Center. |
| 54 | + - **Search**: Support searching for Deprecated assets via a new Deprecated filter. Also, show deprecation in Lineage sidebar as an upstream health warning. |
| 55 | + |
| 56 | +- Platform |
| 57 | + - **OpenAPI**: API Tracing improvements (Experimental) |
| 58 | + - **GraphQL**: Sorting added to `scrollAcrossEntities` |
| 59 | + - **Performance**: Improved access policy performance when using nested domains and containers |
| 60 | + - **OpenAPI**: Operation endpoints created to fetch raw ES documents and view kafka lag on MCP and MCL topics |
| 61 | + - **OpenAPI**: Additional validation for URNs and entity/aspect names when using async endpoints |
| 62 | + - **OpenAPI**: Fixed timeseries aspect ingestion bug #12912 |
| 63 | + - **Restore Indices Job**: Support added for read-only replicas |
| 64 | + |
| 65 | +- Ingestion |
| 66 | + - **MLflow**: Support dataset ↔ run lineage with customizable platform mapping for datasets. |
| 67 | + - **OpenAPI**: Ingestion can use OpenAPI instead of Rest.li, set environment variable `DATAHUB_REST_SINK_DEFAULT_ENDPOINT=OPENAPI` |
| 68 | + - **API Tracing**: Ingestion can trace each async write by tracking the write to primary and search storage, set environment variable `DATAHUB_REST_TRACE_MODE=ENABLED` |
0 commit comments