Release Notes for Superset 1.1.0

Superset 1.1.0 continues to build on the 1.0 release with big improvements to user experience, security, dashboard level access, and database connectivity.

User Experience

In general, the quality, usability, and aesthetics of the Superset user experience continues to develop in the direction of SIP-34 and more tests have been added to ui components to ensure usability is maintained.

The migration to Apache ECharts continues with the addition of a new force-directed graph.

Force Directed Graph

The ECharts library included with Superset was also bumped to 5.0.2, which includes some fixes to pie charts. The overall improvement of chart options and quality can be expected to continue in future releases. New ‘sort by’ controls have also been added to many charts.

The dashboard native filter feature, while still behind a feature flag in this release, has been improved and is ready to test out.

Native Filter

Since the 1.0 release, we have seen a surge of support from the community around updating Superset's documentation and adding more tests to the UI. Thanks to all who contributed in this area. This is what open-source software is all about!

Dashboard Level Security

Dashboard providers in an organization with many subgroups need the ability manage user access to dashboards and different levels of permissions (read, write, granter, owner). Improving dashboard level access was proposed (and approved) in SIP-51.

SIP 51

In 1.1, some key steps were taken towards the vision laid out in SIP-51. Note that this functionality is still hidden behind feature flags and is an active area of development. You can view a list of relevant PR's in PR Highlights

Database Connectivity

Superset is only as good as the databases it can query. This release saw the expanded support of existing databases and foundational support for new databases.

PR Highlights

Progress On Dashboard Native Filters

  • feat(chart-data): add rowcount, timegrain and column result types (#13271)
  • feat(native-filters): enable filter indicator and make datasource optional (#13148)
  • feat(native-filters): hide filterBar and toggle icon when in editMode (#13108)
  • feat(native-filters): add storybook entry for select filter (#13005)
  • feat(native-filters): Time native filter (#12992)
  • feat(native-filters): Add defaultValue for Native filters modal (#12199)
  • feat(native-filters): apply scoping of native filters to dashboard (#12716)

Progress On Dashboard Level Access

  • feat(dashboard-rbac): dashboard lists (#12680)
  • feat(dashboard-rbac): add support for related roles (#13035)
  • feat(dashboard-rbac): dashboards API support for roles create/update + roles validation (#12865)
  • feat(dashboard-rbac): dashboard_view access enforcement (#12875)

Improvements to Explore

  • feat: Add sort by metric for charts with multiple metrics (#13057)
  • feat: add sort_by_metric for charts with single metric (#13058)
  • feat: Add sort by for dist bar chart (#13049)
  • feat: reset metrics on dataset change (#12782)
  • feat: clear search on dataset change (#12909)
  • feat: default timepicker to last week when dataset is changed (#12609)

Improvements to Developer Experience

  • chore: add non-dev docker-compose workflow (#13143)
  • feat(style-theme): add support for custom superset themes (#12858)
  • feat: Move SQLAlchemy url reference to config (#13182)
  • feat(helm): Evaluate configOverrides as templates (#13130)
  • feat(helm): Helm template for Celery beat (for reporting and alerting) (#13116)
  • feat: Custom superset_config.py + secret envs (#13096)
  • feat: Force pod restart on config changes (#13056)
  • feat: add separate endpoint to fetch function names for autocomplete (#12840)
  • feat: request ids on API related endpoints (#12663)
  • feat: Adding option to set_database_uri CLI command (#12740)
  • feat: add decorator to guard public APIs (#12635)

Breaking Changes and Full Changelog

  • To see the complete changelog in this release, head to CHANGELOG.MD.
  • You can find a list of backwards incompatible changes here.