Next
info
Release Availability Date
TBD
Recommended Versions
- CLI/SDK: TBD
- Remote Executor: TBD
- On-Prem Versions:
- Helm: TBD
- API Gateway: TBD
Release Changelog
Next
Breaking Changes:
- (UI / Lineage) The
LINEAGE_GRAPH_V2andLINEAGE_GRAPH_V3feature flags (GMS environment variables) have been removed, along with the older lineage graph visualizations they gated. DataHub now always renders the latest lineage graph experience. Action: if you setLINEAGE_GRAPH_V2orLINEAGE_GRAPH_V3in your GMS environment or Helm values, remove them — they are no longer recognized. There is no longer a way to switch back to the previous lineage visualizations.
New Features:
- (Remote Executor) Dynamic ingestion virtual environments now hardlink from the
uvcache by default, sharply reducing ephemeral-storage growth. The DataHub-provided Remote Executor Helm chart, Terraform module, and CloudFormation template now setUV_LINK_MODE=hardlink, so venvs built for non-bundled runs link their package files from the shared cache instead of copying them — many concurrent or successive runs that share dependencies no longer each consume a full copy. Action: none for standard deployments. If you place/tmpand theuvcache on separate volumes, review Remote Executor best practices → Ingestion virtual environments and the uv cache to preserve the savings. If you run with a read-only root filesystem, pointUV_CACHE_DIRat a writable volume — otherwise dynamic venv builds fail (see Read-only root filesystem). SetUV_LINK_MODE=copyto opt out.
Fixes:
- (GMS rate limiting) Mounted
RATE_LIMITS_CONFIG_FILErule lists now apply: policy is loaded once byRateLimitEffectiveConfig(Binder + classpath default, file replaces it,RATE_LIMITS_CONFIG_JSONoverlays) and shared by Hazelcast bootstrap and the engine. Previously@PropertySourcesat below packagedapplication.yamland Boot kept the bundled emptyendpoint.ruleslist. Action: none if the file URI already has afile:prefix. ConfirmGET /openapi/v1/rate-limits/configshows the mounted rules after upgrade.
Known Issues
- TODO
Is this page helpful?