-
Notifications
You must be signed in to change notification settings - Fork 3.3k
docs(release): Add release notes for version 0.3.15 #15139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
0bab928
docs(release): Add release notes for version 0.3.15
jayacryl bd4187b
logical models notes
asikowitz 73ff417
Add release notes for version 0.3.15
jayacryl db90829
Add cloud heroes release notes
chriscollins3456 12f9950
reword sql anomaly detection
petemango 2a24592
add comment about home page module types
chriscollins3456 c22720e
Update v_0_3_15.md
david-leifker 9ff4a8b
update docs to include fix for stale gen ai config
mayurinehate c3365c2
prettier
jayacryl 1171da1
Update recommended CLI/SDK and Helm versions
jayacryl 7330e79
Update release notes for version 0.3.15
jayacryl 8ca0c1d
Added subscription dashboard
AdrianMachado 3d93078
Update release notes for version 0.3.15
benjiaming 46b3d86
adds ingestion log download; lineage search filter
maggiehays b2fc705
Update v_0_3_15.md
jjoyce0510 544acf4
Update v_0_3_15.md - Ingestion release notes
askumar27 e7a5628
prettier
jayacryl 2627785
Merge branch 'master' into jp--315-notes
jayacryl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| # 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.1 | ||
| - **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.140 | ||
| - **API Gateway**: 0.5.4 | ||
| - **Actions**: 0.0.3 | ||
|
|
||
| ## Release Changelog | ||
|
|
||
| ### v0.3.15-acryl | ||
|
|
||
| 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 | ||
| - **Bulk Un-Mark Anomalies**: Unmark several anomalies in one go via the 'Tune predictions' modal | ||
| - **SQL expressions for Column validity assertions**: Validate columns against reference tables with SQL expressions. | ||
| - **SQL Anomaly Detection**: Detect anomalies on the return value of your SQL assertions. This feature requires seven days of training data and cannot be bootstrapped from historical results. | ||
| - **Bulk Subscription Management**: Manage all of your and your groups' subscriptions in the new subscription dashboard. You can search and filter through your subscriptions, and bulk edit or delete them. | ||
| - **New Search Filter: Asset-Level Lineage**: Quickly narrow down large sets of Search results sets to identify well-connected assets with established lineage dependencies. | ||
| - **Custom AI Documentation Instructions**: Configure custom base prompts used to guide our AI model when generating documentation for Tables and Columns. Useful to enforce standards, guidelines, best practices. | ||
| - **Custom Ask DataHub Instructions**: Configure custom base prompts used to guide our AI assistant when generating answers to user questions. Useful for providing organization-wide context that can be used to inform AI responses in Slack + Teams. | ||
| - **Ask DataHub in DataHub** (Private Beta): Have conversations with DataHub AI directly inside DataHub's interface in a new Chat experience. Reach out to your customer support representative for more information. | ||
| - **IAM Authentication Support**: MySQL and PostgreSQL sources now support IAM authentication. | ||
| - **Unity Catalog/Databricks**: Use SQL to extract query history for usage instead of API calls. | ||
| - **Fivetran Google Sheets Support**: Added Google Sheets connector support with Fivetran API client integration. | ||
|
|
||
| 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. | ||
| - **Ask DataHub Settings Refresh**: Previously, restart of integrations service pod was required for enable/disable change for Ask DataHub (@DataHub) settings to take effect. Now, the settings are auto-refreshed every 5 minutes. | ||
| - **Invite Users**: Fixes for better discoverability of the feature. | ||
| - **Comprehensive Ingestion Log Export**: Resolves issue where Ingestion Log downloads were truncated due to large file size; available for all ingestion runs, including those using DataHub Remote Executor. | ||
| - **Empty Column Names**: Fixed handling of empty column names from Snowflake access history that were causing ingestion failures. | ||
| - **SQLAlchemy Compatibility**: Fixed compatibility issues with SQLAlchemy 1.4+ versions. | ||
| - **Pydantic v2 upgrade in SDK**: Removed support for Pydantic v1, migrated to Pydantic v2. | ||
| - **Bug fixes and performance fixes in ~11 connectors**: Snowflake, Dremio, MSSQL, MongoDB, Delta Lake, Teradata, Redshift, Metabase, Grafana, CockroachDB, MariaDB, etc. | ||
|
|
||
| ## 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 | ||
| - If you were to upgrade to v0.3.15 and create a "Platforms" home page module, in order to roll back to a previous version of DataHub you will need to either (1) remove the Platforms modules from all home page templates or (2) roll back to v0.3.14.2 which includes a fix to handle unknown module types. This sort of backwards compatibility with home page modules is resolved going forward with v0.3.15. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New Features:
Fixes:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.