The README warns about breaking changes and no migrations between versions. Add a CHANGELOG.md and an UPGRADING.md that describes upgrade paths, compatibility guarantees, and recommended procedures for moving from alpha releases to future stable versions. Include steps for backing up DB, applying migrations, and rolling updates for controller and server. This improves confidence for users testing in staging environments.
The README warns about breaking changes and no migrations between versions. Add a
CHANGELOG.mdand anUPGRADING.mdthat describes upgrade paths, compatibility guarantees, and recommended procedures for moving from alpha releases to future stable versions. Include steps for backing up DB, applying migrations, and rolling updates for controller and server. This improves confidence for users testing in staging environments.