diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index cd6300c61a..85a8d2367f 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -486,6 +486,7 @@ module.exports = { "Release History": ["releases"], "Managed DataHub Release History": [ "docs/managed-datahub/release-notes/v_0_1_69", + "docs/managed-datahub/release-notes/v_0_1_70", ], // "Candidates for Deprecation": [ diff --git a/docs/managed-datahub/release-notes/v_0_1_69.md b/docs/managed-datahub/release-notes/v_0_1_69.md index b9c3519375..2013e2093e 100644 --- a/docs/managed-datahub/release-notes/v_0_1_69.md +++ b/docs/managed-datahub/release-notes/v_0_1_69.md @@ -1,6 +1,6 @@ # v.0.1.69 --- -This is a scheduled release corresponding which contains all changes from OSS DataHub upto commit `10a31b1aa08138c616c0e44035f8f843bef13085`. In addition to all the features added in OSS DataHub below are Managed DataHub specific release notes. +This is a scheduled release which contains all changes from OSS DataHub upto commit `10a31b1aa08138c616c0e44035f8f843bef13085`. In addition to all the features added in OSS DataHub below are Managed DataHub specific release notes. ## Release highlights --- diff --git a/docs/managed-datahub/release-notes/v_0_1_70.md b/docs/managed-datahub/release-notes/v_0_1_70.md new file mode 100644 index 0000000000..890d00094b --- /dev/null +++ b/docs/managed-datahub/release-notes/v_0_1_70.md @@ -0,0 +1,8 @@ +# v.0.1.70 +--- +This is a scheduled release which contains all changes from OSS DataHub upto commit `70659711a841bcce4bb1e0350027704b3783f6a5`. In addition to all the features added in OSS DataHub below are Managed DataHub specific release notes. + +## Release highlights +--- +- Improvements in Caching implementation to fix search consistency problems +- We have heard many organisations ask for metrics for the SaaS product. We have made good progress towards this goal which allows us to share Grafana dashboards. We will be testing it selectively. Expect more updates in coming month on this.