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

villebro pushed a commit to tag 0.37.2rc1
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 98329fbd6c2fcf22961f0b6ba2480b9d1ab39351
Author: Ville Brofeldt <[email protected]>
AuthorDate: Wed Sep 16 10:52:43 2020 +0300

    chore: update version and changelog
---
 CHANGELOG.md                   | 30 ++++++++++++++++++++++++++++++
 superset-frontend/package.json |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7ff624..aa17bc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,36 @@ under the License.
 -->
 ## Change Log
 
+### 0.37.2 (2020/09/16 07:49 +00:00)
+- [#10816](https://github.com/apache/incubator-superset/pull/10816) 
fix(sql-lab): relax column name restrictions (#10816) (@villebro)
+- [#10814](https://github.com/apache/incubator-superset/pull/10814) fix: 
ColorSchemeControl should not use CreatableSelect (#10814) (@ktmud)
+- [#10805](https://github.com/apache/incubator-superset/pull/10805) Fix: 
Include RLS filters for cache keys (#10805) (@gtg472b)
+- [#10774](https://github.com/apache/incubator-superset/pull/10774) fix: pivot 
table timestamp grouping (#10774) (@villebro)
+- [#10706](https://github.com/apache/incubator-superset/pull/10706) 
fix(db-engine-spec): execute oracle DML statement bug in sqllab (#10706) 
(@chuancyzhang)
+- [#10684](https://github.com/apache/incubator-superset/pull/10684) 
fix(jinja): extract form_data from json body (#10684) (@villebro)
+- [#10707](https://github.com/apache/incubator-superset/pull/10707) 
refactor(database): use SupersetResultSet on SqlaTable.get_df() (#10707) 
(@villebro)
+- [#10687](https://github.com/apache/incubator-superset/pull/10687) 
fix(filter-box): don't add empty filter to filtersChoices (#10687) (@villebro)
+- [#10683](https://github.com/apache/incubator-superset/pull/10683) 
feat(row-level-security): add hook for customizing form dropdowns (#10683) 
(@villebro)
+- [#10633](https://github.com/apache/incubator-superset/pull/10633) fix: dedup 
groupby in viz.py while preserving order (#10633) (@mistercrunch)
+- [#10637](https://github.com/apache/incubator-superset/pull/10637) 
feat(viz-plugins): add date formatting to pivot-table (#10637) (@villebro)
+- [#10621](https://github.com/apache/incubator-superset/pull/10621) improve 
documentation for country maps (#10621) (@czue)
+- [#10572](https://github.com/apache/incubator-superset/pull/10572) fix: show 
error if rolling window returns empty df (#10572) (@villebro)
+- [#10578](https://github.com/apache/incubator-superset/pull/10578) fix: 
dataset delete and perm delete (#10578) (@dpgaspar)
+- [#10576](https://github.com/apache/incubator-superset/pull/10576) fix: 
disable false positive error (#10576) (@dpgaspar)
+- [#10475](https://github.com/apache/incubator-superset/pull/10475) 
fix(dashboard): add animation state to fix tab switch re-renders (#10475) 
(@ktmud)
+- [#10552](https://github.com/apache/incubator-superset/pull/10552) fix: table 
viz query mode switch not working (#10552) (@ktmud)
+- [#10551](https://github.com/apache/incubator-superset/pull/10551) fix: 
embedded chart height (#10551) (@etr2460)
+- [#10548](https://github.com/apache/incubator-superset/pull/10548) fix: 
handle query exceptions gracefully (#10548) (@villebro)
+- [#10544](https://github.com/apache/incubator-superset/pull/10544) bugfix: 
table chart query mode initial value (#10544) (@ktmud)
+- [#10538](https://github.com/apache/incubator-superset/pull/10538) fix: 
remove unnecessary exception when exploring non-legacy viz plugins (#10538) 
(@villebro)
+- [#10522](https://github.com/apache/incubator-superset/pull/10522) fix(log): 
don't log exceptions on test connection (#10522) (@dpgaspar)
+- [#10517](https://github.com/apache/incubator-superset/pull/10517) feat: make 
screenshot timeout configurable (#10517) (@JasonD28)
+- [#10458](https://github.com/apache/incubator-superset/pull/10458) fix: 
update time range select tooltip (#10458) (@riahk)
+- [#10493](https://github.com/apache/incubator-superset/pull/10493) fix: 
support non-string groupbys for pie chart (#10493) (@villebro)
+- [#10435](https://github.com/apache/incubator-superset/pull/10435) fix(log): 
log endpoint authentication (#10435) (@dpgaspar)
+- [#10430](https://github.com/apache/incubator-superset/pull/10430) update 
code (#10430) (@stuarthu)
+- [#10391](https://github.com/apache/incubator-superset/pull/10391) fix: pie 
chart multiple groupbys (#10391) (@villebro)
+
 ### 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)
 
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 18f5cf5..40ac6bd 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "0.37.1",
+  "version": "0.37.2",
   "description": "Superset is a data exploration platform designed to be 
visual, intuitive, and interactive.",
   "license": "Apache-2.0",
   "directories": {

Reply via email to