From aed8ee0bded950aa99bfb5a1a532e18d6a2fbe27 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:12:26 -0600 Subject: [PATCH 1/2] Update v_0_3_7.md --- docs/managed-datahub/release-notes/v_0_3_7.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_7.md b/docs/managed-datahub/release-notes/v_0_3_7.md index 94cbdd79dbf5e..40260cdff3ed6 100644 --- a/docs/managed-datahub/release-notes/v_0_3_7.md +++ b/docs/managed-datahub/release-notes/v_0_3_7.md @@ -19,6 +19,13 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies ## Release Changelog --- +### v0.3.7.5 + +- [GMS] Fix upstream lineage patching when path contained encoded slash +- [UI] Fix merging siblings schema with v1 and v2 fields +- [UI] Fix display nullable in schema field drawer +- [Ingestion] Reduce Data Product writes volume from unset side-effect + ### v0.3.7.4 - [#11935](https://github.com/datahub-project/datahub/pull/11935) - Added environment variable for enabling stricter URN validation rules `STRICT_URN_VALIDATION_ENABLED` [[1](https://datahubproject.io/docs/what/urn/#restrictions)]. From c085223e9e0dcf5bd7b4e0c13347a326ca0f2ed2 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:28:04 -0600 Subject: [PATCH 2/2] Update v_0_3_7.md --- docs/managed-datahub/release-notes/v_0_3_7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_7.md b/docs/managed-datahub/release-notes/v_0_3_7.md index 40260cdff3ed6..be3a2d97514ef 100644 --- a/docs/managed-datahub/release-notes/v_0_3_7.md +++ b/docs/managed-datahub/release-notes/v_0_3_7.md @@ -24,7 +24,7 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies - [GMS] Fix upstream lineage patching when path contained encoded slash - [UI] Fix merging siblings schema with v1 and v2 fields - [UI] Fix display nullable in schema field drawer -- [Ingestion] Reduce Data Product writes volume from unset side-effect +- [Ingestion] Reduce Data Product write volume from unset side-effect ### v0.3.7.4