Release Notes¶
Firmware release notes for EGAT BESS RCU (Battery Energy Storage System - Rack Control Unit).
About Release Notes¶
Release notes provide user-friendly summaries of changes in each firmware version. For detailed technical information including all commits and implementation details, see the CHANGELOG.md on GitHub.
Latest Releases¶
| Version | Release Date | Highlights |
|---|---|---|
| v0.1.4 | 2026-03-16 | Modbus Server datablock: |
| v0.1.3 | 2026-02-17 | DevContainer issues: |
| v0.1.2 | 2026-02-14 | Release branches workflow with CI/CD automated tagging (indu |
| v0.1.1 | 2026-02-14 | Pre-commit hooks configuration with 13 hooks (Ruff, Bandit, |
| v0.1.0 | 2026-02-13 | PowerShell release preparation script (20.prepare-release.ps |
| v0.0.1 | 2026-01-08 | Initial release of EGAT BESS RCU Firmware documentation. |
Version Numbering¶
This project follows Semantic Versioning:
- MAJOR (X.0.0): Breaking changes, major overhauls
- MINOR (0.X.0): New features, backward compatible
- PATCH (0.0.X): Bug fixes, backward compatible
Release Channels¶
- Stable: Production-ready releases (vX.Y.Z)
- Beta: Testing releases (vX.Y.Z-beta.N)
- Alpha: Early preview releases (vX.Y.Z-alpha.N)
Documentation¶
Each release has corresponding versioned documentation available at:
- Latest stable: https://bess-rcu.pages.dev/
- Specific version:
https://bess-rcu.pages.dev/<version>/
Example: https://bess-rcu.pages.dev/0.1.0/
Feedback¶
Report issues or suggest improvements via GitHub Issues.
Note: Release notes are automatically generated from CHANGELOG.md during the release process. The table above is automatically updated when new versions are released.