From 2117d1ef9d0ce041d91a75eba47d0b07dabed8c9 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Sat, 12 Oct 2019 18:08:58 +0300 Subject: [PATCH] Add 0.34.1 PRs to CHANGELOG (#8376) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98be7b82b..cbddcb669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,34 @@ under the License. --> ## Change Log +### 0.34.1 (2019/09/27 18:22 +00:00) +- [#8271](https://github.com/apache/incubator-superset/pull/8271) Fix: Missing time series datapoints in druid show up as absurd values in line chart (#8271) (@KKcorps) +- [#8265](https://github.com/apache/incubator-superset/pull/8265) Fixed korean translation error. (#8265) (@kuckjwi0928) +- [#8223](https://github.com/apache/incubator-superset/pull/8223) Fix sync failed when datasource is schema-less (#8223) (@zhaoyongjie) +- [#8231](https://github.com/apache/incubator-superset/pull/8231) [SQL Lab] Fix bug when filtering on results that include nulls (#8231) (@etr2460) +- [#8174](https://github.com/apache/incubator-superset/pull/8174) Bump flask-appbuilder to 2.1.13 (#8174) (@paulvic) +- [#8176](https://github.com/apache/incubator-superset/pull/8176) Bump FAB to 2.1.13 (#8176) (@dpgaspar) +- [#8209](https://github.com/apache/incubator-superset/pull/8209) [examples] Fix, sf population polygons div by zero error (#8209) (@dpgaspar) +- [#8070](https://github.com/apache/incubator-superset/pull/8070) [Explore view] Fix extra data fetch when user clicks Run Query (#8070) (@graceguo-supercat) +- [#8054](https://github.com/apache/incubator-superset/pull/8054) [sql lab] persist tables list in localStorage (#8054) (@graceguo-supercat) +- [#8077](https://github.com/apache/incubator-superset/pull/8077) Revert "Fixed Histogram visualization bug. (#8077)" (#8145) (@etr2460) +- [#8044](https://github.com/apache/incubator-superset/pull/8044) fix: issues #8041 - bubble support for complex metrics (#8044) (@mistercrunch) +- [#8126](https://github.com/apache/incubator-superset/pull/8126) adding spaces missing from string concatenations (#8126) (@rusackas) +- [#8191](https://github.com/apache/incubator-superset/pull/8191) Update core.py (#8191) (@john-bodley) +- [#7951](https://github.com/apache/incubator-superset/pull/7951) [feat] Add d3 legend formatting for Arc, Polygon and Scatter deck.gl maps (#7951) (@thunter009) +- [#8181](https://github.com/apache/incubator-superset/pull/8181) [bugfix] Correctly quote table and schema in select_star (#8181) (@villebro) +- [#8180](https://github.com/apache/incubator-superset/pull/8180) Make orderby native sqla construct (#8180) (@villebro) +- [#8165](https://github.com/apache/incubator-superset/pull/8165) [bugfix] fix timegrain addon regression (#8165) (@villebro) +- [#8128](https://github.com/apache/incubator-superset/pull/8128) Add check for calls to cache_key_wrapper (#8128) (@villebro) +- [#8117](https://github.com/apache/incubator-superset/pull/8117) Fix to Werkzeug ProxyFix; expose ProxyFix configuration items (#8117) (@ericandrewmeadows) +- [#8117](https://github.com/apache/incubator-superset/pull/8077) Fixed Histogram visualization bug. (#8077) (@kuckjwi0928) +- [#8052](https://github.com/apache/incubator-superset/pull/8052) Set disableErrorBoundary in SuperChart to fix chart error handling (#8052) (@michellethomas) +- [#8049](https://github.com/apache/incubator-superset/pull/8049) fix: onSave datasource raises React error (#8049) (@mistercrunch) +- [#8037](https://github.com/apache/incubator-superset/pull/8037) fix: handle case where result exists but corresponding query cannot be found (#8037) (@serenajiang) +- [#8025](https://github.com/apache/incubator-superset/pull/8025) [bugfix] Fix deck_polygon metric bug and update examples chart (#8025) (@villebro) +- [#8014](https://github.com/apache/incubator-superset/pull/8014) [fix] Allow dashboard viewer auto refresh dashboard (#8014) (@graceguo-supercat) +- [#8013](https://github.com/apache/incubator-superset/pull/8013) Fix: There was an issue fetching the favorite status of this dashboard #6824 (#8013) (@arthurpduarte) + ### 0.34.0 (2019/08/09 00:58 +00:00) - [#7997](https://github.com/apache/incubator-superset/pull/7997) Event logger config takes instance instead of class (#7997) (@DiggidyDave) - [#8006](https://github.com/apache/incubator-superset/pull/8006) Local config no longer fails to import silently (#8006) (@DiggidyDave) -- GitLab