Skip to content

v0.12.0

Choose a tag to compare

@benvinegar benvinegar released this 05 Jul 06:53
· 19 commits to main since this release
4f132f6

Highlights

  • Added broader real-driver PostgreSQL and SQLite integration coverage for joins, distinct selects, mutations, transactions, and guarded builder surfaces.
  • Documented strict mode as syntactic scope-context validation; injected predicates remain the authoritative runtime guard.
  • Fixed several fail-closed guardrails around nested relational with, custom rules without predicates, cached rule indexes, and sync-driver mutation/transaction behavior.

Validation

  • CI passed for locked and RC Drizzle matrices.
  • Release benchmark gate passed with no material regressions.