Changelogs / Releases
Changelogs
Where to find Aurora release notes, version history, and upgrade guidance.
Browse docs
Aurora release notes live next to the code. This page is a pointer — the canonical changelog is on GitHub, and the canonical version is the npm package.
Where the actual changelog lives
GitHub Releases
Every release with diffs, asset downloads, and upgrade notes.
Open link →
npm: iaurora
Current published version and install instructions.
Open link →
Docker Hub
Image tags per release.
Open link →
GitHub: LICENSE / CODEOWNERS
Source of truth for the project metadata.
Open link →
Current version
The current version of Aurora OSS is whatever the main branch of github.com/aurorahq/aurora is on. There is no formal version cadence — releases ship when a coherent set of changes is ready.
Release process
- Commits follow Conventional Commits.
- Releases are cut by the maintainers when a coherent change set is ready.
- Release notes are written on the GitHub release page at cut time.
- Docker images are published to
aurorahq/aurorawith the same tag.
Upgrade guidance
The general upgrade path is:
- Read the GitHub releases for the versions between your current one and the target.
- Check the Configuration and config.yaml pages for any new env vars or YAML keys.
- Review the Roadmap for in-flight changes that might affect you.
- For Enterprise-only upgrades, see Enterprise Overview.
Related
- Roadmap — what is shipping next
- License — current license and future change conditions
- Contributing — how to send a PR