Skip to content

0.0.10-alpha ✔️

Build time: 2024-02-09T06:24:18+02:00
Commit Ref: 48ce46
Docker tag: sirveo/sirveo-alpha:0.0.10-alpha

Summary

This release introduces a new automatic database migration system, which the server performs at startup. Basic support for manual database downgrades are also implemented.

Breaking Changes

None.

Features

  • the binary’s version command gains a --db option, which prints the target database revision number
  • the binary now has a dump-db-migrations command, which prints sequential SQL commands for forward and reverse migrations

Fixes

  • 🐞 fix that updating user name and email didn’t apply values correctly to db

Enhancements

  • ⚙️ replace the server’s automatic database migration process with a more robust implementation
  • ⚙️ prevent automatic database revision downgrades when starting an older version against the database of a more recent version