From 4120b12ab8f37c24ea60ebb64bf545b8d07c636a Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Fri, 3 Jun 2022 15:52:51 -0400 Subject: [PATCH] fix(docs): Update docs to alert users to restore indices for their Glossary (#5082) --- docs/how/updating-datahub.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/how/updating-datahub.md b/docs/how/updating-datahub.md index 09f13624d6..6998da0015 100644 --- a/docs/how/updating-datahub.md +++ b/docs/how/updating-datahub.md @@ -10,6 +10,17 @@ This file documents any backwards-incompatible changes in DataHub and assists pe ### Deprecations +### Other notable Changes + +## `v0.8.36` + +### Breaking Changes +- In this release we introduce a brand new Business Glossary experience. With this new experience comes some new ways of indexing data in order to make viewing and traversing the different levels of your Glossary possible. Therefore, you will have to [restore your indices](https://datahubproject.io/docs/how/restore-indices/) in order for the new Glossary experience to work for users that already have existing Glossaries. If this is your first time using DataHub Glossaries, you're all set! + +### Potential Downtime + +### Deprecations + ### Other notable Changes - #4961 Dropped profiling is not reported by default as that caused a lot of spurious logging in some cases. Set `profiling.report_dropped_profiles` to `True` if you want older behaviour.