Update docs discussing 0.3.10.1 (#13108)

This commit is contained in:
Chris Collins 2025-04-07 17:53:19 -04:00 committed by GitHub
parent 2dea3780d8
commit ffb4b5f627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ Helm Chart
## Release Changelog ## Release Changelog
--- ---
### v0.3.10 ### v0.3.10.1
- All changes in https://github.com/datahub-project/datahub/releases/tag/v1.0.0 - All changes in https://github.com/datahub-project/datahub/releases/tag/v1.0.0
@ -66,3 +66,7 @@ Helm Chart
- **MLflow**: Support dataset ↔ run lineage with customizable platform mapping for datasets. - **MLflow**: Support dataset ↔ run lineage with customizable platform mapping for datasets.
- **OpenAPI**: Ingestion can use OpenAPI instead of Rest.li, set environment variable `DATAHUB_REST_SINK_DEFAULT_ENDPOINT=OPENAPI` - **OpenAPI**: Ingestion can use OpenAPI instead of Rest.li, set environment variable `DATAHUB_REST_SINK_DEFAULT_ENDPOINT=OPENAPI`
- **API Tracing**: Ingestion can trace each async write by tracking the write to primary and search storage, set environment variable `DATAHUB_REST_TRACE_MODE=ENABLED` - **API Tracing**: Ingestion can trace each async write by tracking the write to primary and search storage, set environment variable `DATAHUB_REST_TRACE_MODE=ENABLED`
### v0.3.10
- Regression in the Slack app was discovered after release. Do not use this release, instead go straight to v0.3.10.1.