Changelog
Versioningโ
Ever Gauzy follows Semantic Versioning:
- MAJOR โ breaking changes
- MINOR โ new features (backwards compatible)
- PATCH โ bug fixes (backwards compatible)
Release Channelsโ
| Channel | Purpose | Stability |
|---|---|---|
| Latest | Production releases | โ Stable |
| Next | Pre-release / RC | โ ๏ธ Testing |
| Dev | Development builds | โ Unstable |
Where to Find Changesโ
- GitHub Releases: ever-co/ever-gauzy/releases
- Docker Hub: everco/gauzy-api
- npm: @gauzy/core
Migration Guidesโ
When upgrading between major versions, check:
- Environment Variables for new/changed variables
- Database Migrations for schema changes
- GitHub Release Notes for breaking changes