Skip to content

Vellum 0.10.2

Latest

Choose a tag to compare

@vellum-automation vellum-automation released this 24 Jun 15:48
· 179 commits to main since this release

A maintenance release that fixes a startup migration issue.

  • Database migration no longer gets stuck on startup. Two startup migrations could crash and leave the daemon stuck replaying a failing migration on every launch if the database had already been partially updated by a later migration. Both are now idempotent and safe to re-run regardless of schema state.