docs/managed-datahub/release-notes/v_0_3_13.md
:::info
This contains detailed release notes, but there's also an announcement blog post that covers the highlights.
:::
31-Jul-2025
This is a maintenance release including all of the changes from v0.3.13.2-acryl along with the following fixes and changes:
Bug Fixes:
This is a maintenance release including all of the changes from v0.3.13.1-acryl along with the following fixes and changes:
Minor improvements:
Fixes:
New Features:
Known Issues:
This is a maintenance release including all of the changes from v0.3.13 along with the following fixes and changes:
Minor improvements:
Critical fixes:
This release includes all changes up to and including DataHub Core v1.2.0.
Breaking Changes
acryl-datahub (DataHub CLI and SDK)acryl-datahub-actionsacryl-datahub-airflow-pluginacryl-datahub-prefect-pluginacryl-datahub-gx-pluginacryl-datahub-dagster-plugin (already required Python 3.9+)acryl-datahub-airflow-plugin has dropped support for Airflow versions less than 2.7.acryl-datahub-airflow-plugin has been removed. The v2 plugin has been the default for a while already, so this should not impact most users. Users who were explicitly setting DATAHUB_AIRFLOW_PLUGIN_USE_V1_PLUGIN=true will need to either upgrade or pin to an older version to continue using the v1 plugin.default_dialect configuration parameter has been renamed to override_dialect. This also affects the Python SDK methods:
DataHubGraph.parse_sql_lineage(default_dialect=...) → DataHubGraph.parse_sql_lineage(override_dialect=...)LineageClient.add_lineage_via_sql(default_dialect=...) → LineageClient.add_lineage_via_sql(override_dialect=...)acryl-datahub-gx-plugin now requires pydantic v2, which means the effective minimum supported version of GX is 0.17.15 (from Sept 2023).use_queries_v2 flag is now enabled by default for Snowflake and BigQuery ingestion. This improves the quality of lineage and quantity of queries extracted.Product
@DataHub Slack command is now available in public beta. Admins can enable this feature by navigating to UI → Settings → AI.upsertActionWorkflow GraphQL API. Also introduced support for creating & reviewing access workflows via the Task Center. This is in private beta currently, available behind a feature flag (ACTION_WORKFLOWS_ENABLED).Ingestion
Platform
Bug Fixes
global.serverEnv is not configured as global.serverEnv=on-prem, frontend Sentry telemetry will be enabled.