This is an automated email from the ASF dual-hosted git repository.
michaelsmolina 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 640d4f09bd chore: add UPDATING note for CSV_UPLOAD_MAX_SIZE removal
(#32013)
640d4f09bd is described below
commit 640d4f09bd9c16bf9848bb906c15e08b65070f81
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Tue Jan 28 16:31:24 2025 +0000
chore: add UPDATING note for CSV_UPLOAD_MAX_SIZE removal (#32013)
---
UPDATING.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/UPDATING.md b/UPDATING.md
index f782a97997..65ec06ac79 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -24,6 +24,7 @@ assists people when migrating to a new version.
## Next
+- [31959](https://github.com/apache/superset/pull/32000) Removes
CSV_UPLOAD_MAX_SIZE config, use your web server to control file upload size.
- [31959](https://github.com/apache/superset/pull/31959) Removes the following
endpoints from data uploads: /api/v1/database/<id>/<file type>_upload and
/api/v1/database/<file type>_metadata, in favour of new one (Details on the
PR). And simplifies permissions.
- [31844](https://github.com/apache/superset/pull/31844) The
`ALERT_REPORTS_EXECUTE_AS` and `THUMBNAILS_EXECUTE_AS` config parameters have
been renamed to `ALERT_REPORTS_EXECUTORS` and `THUMBNAILS_EXECUTORS`
respectively. A new config flag `CACHE_WARMUP_EXECUTORS` has also been
introduced to be able to control which user is used to execute cache warmup
tasks. Finally, the config flag `THUMBNAILS_SELENIUM_USER` has been removed. To
use a fixed executor for async tasks, use the new `FixedE [...]
- [31894](https://github.com/apache/superset/pull/31894) Domain sharding is
deprecated in favor of HTTP2. The `SUPERSET_WEBSERVER_DOMAINS` configuration
will be removed in the next major version (6.0)