From 0bab9280c2f5aa4d281c64ae7fcbd7d47f5df054 Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:28:11 -0700 Subject: [PATCH 1/4] docs(release): Add release notes for version 0.3.15 Added release notes for version 0.3.15, including new features, fixes, and known issues. --- .../managed-datahub/release-notes/v_0_3_15.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/managed-datahub/release-notes/v_0_3_15.md diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md new file mode 100644 index 00000000000000..c1a0f7372633ea --- /dev/null +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -0,0 +1,36 @@ +# v0.3.15 + +:::info + +This contains detailed release notes, but there's also an [announcement blog post](https://datahub.com/blog/datahub-cloud-v0-3-15/) that covers the highlights. + +::: + +#### Release Availability Date + +31-Oct-2025 + +#### Recommended Versions + +- **CLI/SDK**: 1.3.0 +- **Remote Executor**: v0.3.15-acryl (recommended), v0.3.14-acryl, v0.3.13.2-acryl, v0.3.13.1-acryl, v0.3.13-acryl, v0.3.12.4-acryl +- **On-Prem Versions**: + - **Helm**: 1.5.126 + - **API Gateway**: 0.5.4 + - **Actions**: 0.0.3 + +## Release Changelog + +### v0.3.15-acryl + +New Features: + +- **SQL Anomaly Detection**: Detect Anomalies on the return value of custom SQL assertions + +Fixes: + +- **Quality Tab Performance** - Page performance when loading hundreds of assertions is significantly improved with this release + +## Known Issues + +- **executor-coordinator backwards compatibility:** TODO: @Anton @Sergio please describe From bd4187bacec94f5d451d92e7f7e53639165e5ddc Mon Sep 17 00:00:00 2001 From: Andrew Sikowitz Date: Wed, 29 Oct 2025 10:12:09 -0700 Subject: [PATCH 2/4] logical models notes --- docs/managed-datahub/release-notes/v_0_3_15.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index c1a0f7372633ea..71d7c81e29a135 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -25,6 +25,8 @@ This contains detailed release notes, but there's also an [announcement blog pos New Features: +- Moved logical models OpenAPI APIs to their own controller at `/v3/logical/` and added bulk DELETE endpoint + - **SQL Anomaly Detection**: Detect Anomalies on the return value of custom SQL assertions Fixes: @@ -34,3 +36,4 @@ Fixes: ## Known Issues - **executor-coordinator backwards compatibility:** TODO: @Anton @Sergio please describe +- PATCH of the Ownership aspect does not support assigning the same owner to multiple ownership type urns From 73ff41783268d2f94e7d537e2315f70d6b911306 Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:24:13 -0700 Subject: [PATCH 3/4] Add release notes for version 0.3.15 --- docs-website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 27d538bea639f8..909d6bb48d3873 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -491,6 +491,7 @@ module.exports = { }, { "DataHub Cloud Release History": [ + "docs/managed-datahub/release-notes/v_0_3_15", "docs/managed-datahub/release-notes/v_0_3_14", "docs/managed-datahub/release-notes/v_0_3_13", "docs/managed-datahub/release-notes/v_0_3_12", From db9082911893b2ec17f0c6a05f2a37a3fe8c5bcc Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Fri, 31 Oct 2025 10:53:14 -0400 Subject: [PATCH 4/4] Add cloud heroes release notes --- docs/managed-datahub/release-notes/v_0_3_15.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 71d7c81e29a135..eaf8057faa0876 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -25,6 +25,9 @@ This contains detailed release notes, but there's also an [announcement blog pos New Features: +- **Asset Docs File Upload**: You can now upload files directly to asset and schema field documentation! This feature, currently in private beta, supports images, PDFs, CSVs, and more, allowing you to consolidate all your information in one place — in DataHub! +- **Platforms Home Page Module**: A new Platforms module is now available for your homepage, allowing you to highlight the different platforms represented in your DataHub instance. +- **Structured Property Settings**: You can now hide structured properties from your asset sidebar when no value is set. This lets you highlight important properties while minimizing noise by hiding unset ones. - Moved logical models OpenAPI APIs to their own controller at `/v3/logical/` and added bulk DELETE endpoint - **SQL Anomaly Detection**: Detect Anomalies on the return value of custom SQL assertions @@ -32,6 +35,8 @@ New Features: Fixes: - **Quality Tab Performance** - Page performance when loading hundreds of assertions is significantly improved with this release +- **Hierarchy Module Auth Fix** - Previously if a user was not able to view a Domain in a hierarchy module, we would not show anything. Now we always return the Domains in this module that a user is authorized to see as expected. +- **Domains & Glossary Names Truncation** - Previously, if someone opened up the asset sidebar and that caused the name of a Domain or Glossary entity, we would show the truncated name with "..." and if they closed the sidebar the name would remain truncated. This odd UI bug should now be resolved. ## Known Issues