You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2022/02/10 17:21:57 UTC

[superset] branch john-bodley--remove-non-breaking-changes-from-updating created (now 6c9568a)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch john-bodley--remove-non-breaking-changes-from-updating
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at 6c9568a  Update UPDATING.md

This branch includes the following new commits:

     new 6c9568a  Update UPDATING.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[superset] 01/01: Update UPDATING.md

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--remove-non-breaking-changes-from-updating
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 6c9568a1392e707ab0c43c17c7606e9cdeacc372
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Fri Feb 11 06:20:33 2022 +1300

    Update UPDATING.md
---
 UPDATING.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/UPDATING.md b/UPDATING.md
index 2e45b3f..d07cad3 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -28,9 +28,7 @@ assists people when migrating to a new version.
 
 - [17881](https://github.com/apache/superset/pull/17881): Previously simple adhoc filter values on string columns were stripped of enclosing single and double quotes. To fully support literal quotes in filters, both single and double quotes will no longer be removed from filter values.
 - [17984](https://github.com/apache/superset/pull/17984): Default Flask SECRET_KEY has changed for security reasons. You should always override with your own secret. Set `PREVIOUS_SECRET_KEY` (ex: PREVIOUS_SECRET_KEY = "\2\1thisismyscretkey\1\2\\e\\y\\y\\h") with your previous key and use `superset re-encrypt-secrets` to rotate you current secrets
-- [17556](https://github.com/apache/superset/pull/17556): Bumps mysqlclient from v1 to v2
 - [15254](https://github.com/apache/superset/pull/15254): Previously `QUERY_COST_FORMATTERS_BY_ENGINE`, `SQL_VALIDATORS_BY_ENGINE` and `SCHEDULED_QUERIES` were expected to be defined in the feature flag dictionary in the `config.py` file. These should now be defined as a top-level config, with the feature flag dictionary being reserved for boolean only values.
-- [17290](https://github.com/apache/superset/pull/17290): Bumps pandas to `1.3.4` and pyarrow to `5.0.0`
 - [17539](https://github.com/apache/superset/pull/17539): all Superset CLI commands (init, load_examples and etc) require setting the FLASK_APP environment variable (which is set by default when `.flaskenv` is loaded)
 
 ### Potential Downtime