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