This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 15fe04e docs: add changelog entries for 0.37.1 (#10893)
15fe04e is described below
commit 15fe04e3ef01e0fb223983f5c534a543ef752ed3
Author: Ville Brofeldt <[email protected]>
AuthorDate: Wed Sep 16 12:29:03 2020 +0300
docs: add changelog entries for 0.37.1 (#10893)
---
CHANGELOG.md | 3 +++
UPDATING.md | 6 ++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44cfd90..a746e89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,9 @@ under the License.
-->
## Change Log
+### 0.37.1 (2020/09/05 17:28 +00:00)
+- [#10794](https://github.com/apache/incubator-superset/pull/10794) security:
disallow uuid package on jinja1 (#10794) (@dpgaspar)
+
### 0.37.0 (2020/08/01 06:59 +00:00)
- [#10450](https://github.com/apache/incubator-superset/pull/10450) fix: excel
sheet upload is not working (#10450) (@pphszx)
- [#10389](https://github.com/apache/incubator-superset/pull/10389) feat:
support non-numeric columns in pivot table (#10389) (@villebro)
diff --git a/UPDATING.md b/UPDATING.md
index ec7b5e8..ac696cd 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -25,8 +25,6 @@ assists people when migrating to a new version.
* [10887](https://github.com/apache/incubator-superset/pull/10887): Breaking
change: The custom cache backend changed in order to support the Flask-Caching
factory method approach and thus must be registered as a custom type. See
[here](https://flask-caching.readthedocs.io/en/latest/#custom-cache-backends)
for specifics.
-* [10794](https://github.com/apache/incubator-superset/pull/10794): Breaking
change: `uuid` python package is not supported on Jinja2 anymore, only uuid
functions are exposed eg: `uuid1`, `uuid3`, `uuid4`, `uuid5`.
-
* [10674](https://github.com/apache/incubator-superset/pull/10674): Breaking
change: PUBLIC_ROLE_LIKE_GAMMA was removed is favour of the new
PUBLIC_ROLE_LIKE so it can be set it whatever role you want.
* [10590](https://github.com/apache/incubator-superset/pull/10590): Breaking
change: this PR will convert iframe chart into dashboard markdown component,
and remove all `iframe`, `separator`, and `markup` slices (and support) from
Superset. If you have important data in those slices, please backup manually.
@@ -41,6 +39,10 @@ assists people when migrating to a new version.
* [10320](https://github.com/apache/incubator-superset/pull/10320): References
to blacklst/whitelist language have been replaced with more appropriate
alternatives. All configs refencing containing `WHITE`/`BLACK` have been
replaced with `ALLOW`/`DENY`. Affected config variables that need to be
updated: `TIME_GRAIN_BLACKLIST`, `VIZ_TYPE_BLACKLIST`,
`DRUID_DATA_SOURCE_BLACKLIST`.
+## 0.37.1
+
+* [10794](https://github.com/apache/incubator-superset/pull/10794): Breaking
change: `uuid` python package is not supported on Jinja2 anymore, only uuid
functions are exposed eg: `uuid1`, `uuid3`, `uuid4`, `uuid5`.
+
## 0.37.0
* [9964](https://github.com/apache/incubator-superset/pull/9964): Breaking
change on Flask-AppBuilder 3. If you're using OAuth, find out what needs to be
changed
[here](https://github.com/dpgaspar/Flask-AppBuilder/blob/master/README.rst#change-log).