Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
39 changes: 39 additions & 0 deletions docs/managed-datahub/release-notes/v_0_3_15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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:

- 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:

- **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
- PATCH of the Ownership aspect does not support assigning the same owner to multiple ownership type urns
Loading