Skip to main content

Changelog

Versioning​

Ever Gauzy follows Semantic Versioning:

  • MAJOR β€” breaking changes
  • MINOR β€” new features (backwards compatible)
  • PATCH β€” bug fixes (backwards compatible)

Release Channels​

ChannelPurposeStability
LatestProduction releasesβœ… Stable
NextPre-release / RC⚠️ Testing
DevDevelopment builds❌ Unstable

Where to Find Changes​

Migration Guides​

When upgrading between major versions, check:

  1. Environment Variables for new/changed variables
  2. Database Migrations for schema changes
  3. GitHub Release Notes for breaking changes