Skip to content

v0.11.0

Choose a tag to compare

@titandrive titandrive released this 06 Jul 21:50
· 5 commits to main since this release

Improvements

  • Versioned database migrations — Yarnl now tracks applied migrations in a schema_migrations table and only runs new ones on startup. Fresh installs run all migrations once; subsequent restarts skip them entirely.
  • External PostgreSQL support — documented the correct grants for PostgreSQL 15+ external database setups, including the GRANT CREATE ON SCHEMA public requirement that was causing startup failures for users on shared database hosts.

Full Changelog: v0.10.1...v0.11.0