From 8ed368c1fe624e6288d9270997098732d2289f7c Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 14 Mar 2024 08:59:15 -0700 Subject: [PATCH] UPDATING.md --- UPDATING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/UPDATING.md b/UPDATING.md index c91de826bda15..b035b963f2d65 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -23,7 +23,10 @@ This file documents any backwards-incompatible changes in Superset and assists people when migrating to a new version. ## Next - +- [27505](https://github.com/apache/superset/pull/27505): We simplified the files under + `requirements/` folder. If you use these files for your builds you may want to double + check that your builds are not affected. `base.txt` should be the same as before, though + `development.txt` becomes a bigger set, incorporating the now defunct local,testing,integration, and docker - [27119](https://github.com/apache/superset/pull/27119): Updates various database columns to use the `MediumText` type, potentially requiring a table lock on MySQL dbs or taking some time to complete on large deployments. - [26450](https://github.com/apache/superset/pull/26450): Deprecates the `KV_STORE` feature flag and its related assets such as the API endpoint and `keyvalue` table. The main dependency of this feature is the `SHARE_QUERIES_VIA_KV_STORE` feature flag which allows sharing SQL Lab queries without the necessity of saving the query. Our intention is to use the permalink feature to implement this use case before 5.0 and that's why we are deprecating the feature flag now.