• v1.5.0 ff287e61bd

    v1.5.0 Stable

    Ghost released this 2026-05-06 21:20:14 +02:00 | 507 commits to main since this release

    What's Changed

    • feat(database): add configurable schema initialization strategy with auto-detection (03c66da)
      Add DATABASE_SCHEMA_STRATEGY environment variable to control database initialization behavior. Implement auto-detection of existing core schema to determine whether to run push or migrate on startup. Support four modes: auto (default, detects existing schema), migrate (migrations only), push (force push then migrate), and none (skip initialization). Update webhook schema to require url field and populate it with matrixHomeserverUrl for Matrix targets
    Downloads