Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Add 0.34.1 cherries to changelog #8376

Merged
merged 1 commit into from
Oct 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down