Skip to content

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 13:50
613b395

0.17.0 (2026-07-24)

⚠ BREAKING CHANGES

  • deps: source-scanning commands require TypeScript 5.4-6.x.
  • cli: prepare no longer accepts --shadow-url or --migrations, and snapshot commands no longer apply migrations or read SHADOW_DATABASE_URL implicitly.
  • cli: remove db, schema, migrate dev, and migrate verify in favor of pgschema, snapshot, dev, and verify.

Features

  • cli: simplify schema workflows (89b0f66)
  • pgschema: verify desired state in shadow (062e22f)

Bug Fixes

  • cli: align workflow boundaries (fbd57d1)

Chores

  • deps: update dependencies (de8413a)