Release History¶
This page contains a chronological list of all releases, from newest to oldest.
Latest Releases¶
Release Format¶
Each release note follows this structure:
- Version: The version number (e.g., v2.3.4 or v2.3.4.1)
- Date: Release date
- Highlights: Key features and improvements
- Changes: Detailed list of changes, categorized by type:
- 🚀 New Features
- 🐛 Bug Fixes
- 🔧 Improvements
- 📝 Documentation
- 🔒 Security Updates
Versioning¶
Our versioning follows the pattern MAJOR.MINOR.PATCH[.HOTFIX]:
- MAJOR: Major version with significant changes or new architecture
- MINOR: New features and functionality additions
- PATCH: Bug fixes and minor improvements
- HOTFIX (optional): Critical fixes applied to existing releases (e.g., v2.3.4.1, v2.3.4.2)
Examples:¶
- v2.4.5: Regular release with new features and fixes
- v2.4.5.1: Hotfix applied to v2.4.5
- v2.4.5.2: Second hotfix applied to v2.4.5