Release History
Superset’s complete version history and release notes are maintained on GitHub: View Changelog on GitHub Releases →Latest Release
To download the latest version of Superset: Download Latest Release →Checking Your Version
Desktop App
To check which version you’re running:- Open Superset
- Go to Superset > About Superset (or
⌘,then click “About”) - Your version number will be displayed
From Source
If you’re running from source, check the git tag:Release Cadence
Superset follows a continuous release model:- Stable releases: Published when significant features or fixes are ready
- Canary releases: Automated nightly builds for testing latest changes
- Patch releases: Critical bug fixes and security updates
Stay Updated
Get notified about new releases:- Watch on GitHub: Click “Watch” → “Custom” → “Releases” on the repository
- Follow on Twitter: @superset_sh for release announcements
- Join Discord: Discord community for early previews and discussions
- RSS Feed: Subscribe to GitHub releases RSS
Upgrading
Desktop App (Pre-built)
- Download the latest release from GitHub Releases
- Open the downloaded
.dmgfile (macOS) - Drag Superset to your Applications folder (replace existing)
- Launch the updated app
From Source
To update your local build:Breaking Changes
Superset aims to maintain backward compatibility whenever possible. Breaking changes are:- Clearly marked in release notes
- Documented with migration guides
- Announced in advance when possible
Version Numbering
Superset follows Semantic Versioning:- Major (x.0.0): Breaking changes, major features
- Minor (0.x.0): New features, backward compatible
- Patch (0.0.x): Bug fixes, backward compatible
1.2.3
- Major version: 1
- Minor version: 2
- Patch version: 3
Release Types
Stable Releases
Production-ready releases published to GitHub Releases:- Thoroughly tested
- Includes release notes
- Recommended for all users
- Available as pre-built binaries
Canary Releases
Experimental builds with latest changes:- Built automatically from main branch
- May contain bugs or incomplete features
- For testing and early feedback
- Not recommended for production use
Desktop Releases
Electron desktop app releases:Notable Changes
Check the GitHub Releases page for:- New features and enhancements
- Bug fixes
- Performance improvements
- Breaking changes and migrations
- Known issues
- Contributors
- Version number and date
- Detailed changelog
- Download links for binaries
- Upgrade instructions (if needed)
Beta & Preview Features
Some features may be released as beta or preview:- Beta: Feature complete but may have bugs
- Preview: Early access, subject to change
Deprecation Policy
When features are deprecated:- Announcement: Deprecated in release notes
- Warning Period: Continues to work with deprecation warnings
- Removal: Removed in next major version
Security Updates
Security vulnerabilities are:- Fixed as quickly as possible
- Released as patch updates
- Announced in release notes
- Reported to [email protected]
Rollback
If you need to rollback to a previous version:Desktop App
- Download the desired version from GitHub Releases
- Install as normal
From Source
Contributing to Releases
If you’d like to help with releases:- Test pre-release versions
- Report bugs early
- Provide feedback on new features
- Contribute to release documentation
Questions?
If you have questions about releases or upgrades:- Ask on Discord
- Open a Discussion
- Check GitHub Issues