This is an automated email from the ASF dual-hosted git repository.
johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 8ae4662f17 chore(docs): Cleanup UPDATING.md (#27768)
8ae4662f17 is described below
commit 8ae4662f1783c241986c404db0739e8b83c79756
Author: John Bodley <[email protected]>
AuthorDate: Fri Mar 29 12:53:45 2024 +1300
chore(docs): Cleanup UPDATING.md (#27768)
---
UPDATING.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/UPDATING.md b/UPDATING.md
index b035b963f2..040196c696 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -38,7 +38,7 @@ assists people when migrating to a new version.
### Breaking Changes
-- [27130](https://github.com/apache/superset/pull/27130): Fixes the DELETE
`/database/{id}/ssh_tunnel/`` endpoint to now correctly accept a database ID as
a parameter, rather than an SSH tunnel ID.
+- [27130](https://github.com/apache/superset/pull/27130): Fixes the DELETE
`/database/{id}/ssh_tunnel/` endpoint to now correctly accept a database ID as
a parameter, rather than an SSH tunnel ID.
- [27117](https://github.com/apache/superset/pull/27117): Removes the
following deprecated endpoints: `/superset/sqllab`, `/superset/sqllab/history`,
`/sqllab/my_queries` use `/sqllab`, `/sqllab/history`,
`/savedqueryview/list/?_flt_0_user={get_user_id()}` instead.
- [26347](https://github.com/apache/superset/issues/26347): Removes the
deprecated `VERSIONED_EXPORT` feature flag. The previous value of the feature
flag was `True` and now the feature is permanently enabled.
- [26328](https://github.com/apache/superset/issues/26328): Removes the
deprecated Filter Box code and it's associated dependencies `react-select` and
`array-move`. It also removes the `DeprecatedSelect` and `AsyncSelect`
components that were exclusively used by filter boxes. Existing filter boxes
will be automatically migrated to native filters.
@@ -61,7 +61,7 @@ assists people when migrating to a new version.
### Potential Downtime
-- [26416](https://github.com/apache/superset/pull/26416): adds 2 database
indexes to report_execution_log and 1 to report_recipient to improve
performance, this may cause downtime on large deployments.
+- [26416](https://github.com/apache/superset/pull/26416): Adds two database
indexes to the `report_execution_log` table and one database index to the
`report_recipient` to improve performance. Scheduled downtime may be required
for large deployments.
## 3.1.0