docs: add docs for managed DataHub v0.1.72 (#7070)

This commit is contained in:
Aseem Bansal 2023-01-19 16:48:09 +05:30 committed by GitHub
parent f31ff9c91e
commit 12901b4bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 3 deletions

View File

@ -503,8 +503,9 @@ 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_72",
"docs/managed-datahub/release-notes/v_0_1_70",
"docs/managed-datahub/release-notes/v_0_1_69",
],
// "Candidates for Deprecation": [

View File

@ -2,6 +2,10 @@
---
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
Release Availability Date
---
06 Dec 2022
## Release Changlog
---
- We now support >10k results in Metadata Test results

View File

@ -2,7 +2,11 @@
---
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
Release Availability Date
---
30 Dec 2022
## Release Changlog
---
- 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.

View File

@ -0,0 +1,13 @@
# v.0.1.72
---
Release Availability Date
---
18 Jan 2023
## Release Changlog
---
- Since `v0.1.70` these changes from OSS DataHub https://github.com/datahub-project/datahub/compare/43c566ee4ff2ee950a4f845c2fd8a1c690c1d607...afaee58ded40dc4cf39f94f1b4331ceb0a4d93eb have been pulled in
- add GZip compression to lineage cache
- Make browse paths upgrade non-blocking