Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:12
15f5c21

0.2.0 (2026-06-03)

⚠ BREAKING CHANGES

  • the @onreza/sqlx-js/bun entry point is removed. Import from @onreza/sqlx-js instead; it runs on Node, Bun and Deno via Postgres.js.

Features

  • add sqlx-js init command (b5b4be1)
  • composite types, NOT-IS-NULL narrowing and parallel prepare (0173fe7)
  • improve migration lifecycle (c354e6c)
  • production-readiness (hooks, errors, timeouts, TLS, composite, init) + remove Bun.SQL adapter (3f5a332)
  • remove the Bun.SQL adapter (83df682)
  • runtime query hooks, unified PgError, timeouts and TLS CA (f6c2e82)