Skip to content

Releases: apache/superset

v0.20.1

03 Oct 07:06
Compare
Choose a tag to compare
v0.20.1 (#3576)

v0.20.0

03 Oct 07:11
Compare
Choose a tag to compare
v0.20.0

0.16.1

24 Feb 19:35
Compare
Choose a tag to compare
[v0.16.1] bump version for prod release (#2250)

0.15.2

13 Jan 07:10
Compare
Choose a tag to compare
v0.15.2

0.9.1

15 Jun 17:17
Compare
Choose a tag to compare

Tons of new features, patches and bug fixes! Here are some of the highlights:

  • A new responsible grid layout for the dashboard view that uses react-grid-layout
  • Now compressing the cache
  • Better/faster builds with continuous integration on MySQL, Postgres and Sqlite against Python 2.7 and 2.4
  • Progress around supporting translations
  • Improved security, Gamma role sees only its objects, and only owners and Admins can alter objects
  • Support for a Public role

More detail in the CHANGELOG:

Read more

0.8.9

28 Apr 03:00
Compare
Choose a tag to compare

Stability release

07 Apr 21:39
Compare
Choose a tag to compare
0.8.6

v0.8.6

v0.8.0

11 Mar 04:06
Compare
Choose a tag to compare

It's been more than 6 weeks since the last release and a lot has taken place. Here's a list of the highlights:

  • Huge javascript refactor, we now use npm for all dependencies, webpack, and linted the whole js codebase (thanks @williaster !). require syntax throughout and for the "dashboard" and "explore" views we much thinner templates, moving most of the UI/UX code to javascript
  • Integrated javascript build process to travis-ci
  • A better looking bootstrap template using material design and a lighter color scheme
  • A SQL editor that will eventually allow a workflow to create views from there
  • A new heatmap viz that uses canvas and therefore can scale to a lot of datapoints
  • Better color management for visualization withc comprehensive helper functions
  • Tons of bugfixes & polish!