• v0.9.0 c59b735b96

    v0.9.0
    All checks were successful
    CI / frontend (push) Successful in 18s
    CI / backend (push) Successful in 1m18s
    Release / docker (push) Successful in 1m11s
    Stable

    nhpro released this 2026-07-16 10:25:06 +02:00 | 123 commits to main since this release

    M12 Infra: multi-database and shared cache.

    • Databases: PostgreSQL and MySQL support alongside SQLite (all pure-Go, CGO_ENABLED=0), selected by [Database] Type. Per-dialect migrations; existing SQLite state preserved.
    • Redis cache: optional shared cache (upload sessions, OIDC states) for multi-node deployments, enabled via [Redis] Server.
    • Docker Compose: opt-in postgres/mysql/redis services behind profiles.

    Verified end-to-end on PostgreSQL 16, MySQL 8 and Redis 7.

    Downloads