Skip to content

Releases: apache/superset

0.34.0rc2

23 Aug 19:51
Compare
Choose a tag to compare
0.34.0rc2 Pre-release
Pre-release

Same as 0.34.0rc1 + these commits:

20e68c87 (HEAD -> 0.34, tag: 0.34.0rc2, origin/0.34, apache/0.34) Set version to 0.34.0 (no rcN)
6acd25d1 fix: minor release/license related issues (#8087)
a13fb1d2 CHANGELOG for 0.30...0.34 (#8089)

0.34.0rc1

19 Aug 04:23
Compare
Choose a tag to compare
0.34.0rc1 Pre-release
Pre-release

Related release message to the ASF community

Dear all,

The source release 0.34.0 RC1 for Apache Superset is baked and available at:
https://dist.apache.org/repos/dist/dev/incubator/superset/, public keys are available at https://dist.apache.org/repos/dist/release/incubator/superset/KEYS

We're using the 0.34 branch as the base for this first ASF release as opposed to 0.33 in previous attempts. I think all license-related issues have been ironed out in our dependency, here's the FOSSA report. We're still ironing out our release process, so please bear with us and help if you can.

As I went along, I documented the process in [yet-to-be-merged] RELEASING/README.md in the repo, latest edits here #8016 . As part of `RELEASING/`, we ship docker files to help test releases in a reproducible way.

For context the `0.34` release branch was cut at SHA 9233a63, that was merged on master on Aug 8th 2019. From that common ancestor, the following list of commit was added as cherry-picks. The SHAs in the list bellow reference the cherries on the release branch, PR number are available to get more details.

<no cherries yet on the 0.34 branch>

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!