Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 May 03:26
dbc1eb0

0.1.0 (2026-05-26)

⚠ BREAKING CHANGES

  • cache JSON written by prior versions is rejected on read; users must re-run `bun-sqlx prepare` to regenerate.

Features

  • add schema snapshots and shadow validation (0c642c2)
  • add sql.file, sql.transaction, source-mapped errors, and cache pruning (a994494)
  • cache override discriminator and degraded analysis surfacing (5180fd9)
  • harden wire protocol, runtime, and migrate; expose ConnectionLostError (0c13f05)
  • improve DML returning and nullability inference (272755d)
  • initial public release (b629ed6)
  • migrate package to sqlx-js (9a822f3)
  • parameter nullability, one/optional helpers, built declarations (793e07c)
  • typed Postgres extension types, domains, and wider OID coverage (f4b4355)

Bug Fixes

  • add repository url and reset release state (eacb86f)
  • drain PG wire protocol after ErrorResponse to keep connection healthy (1e9cd88)
  • scan sql.one/optional chains and encode primitive arrays as PG literals (eb5e213)
  • scanner,watch: track sql shadowing and normalize watcher paths (acd8c5a)

Documentation

  • document extension type registry, customTypes config, and domains (c6225f6)
  • document sql.file, sql.transaction, error reporting and prune flag (640b440)
  • parameter nullability, sql.one/optional, dts rename (3fd9a71)
  • scanner coverage for one/optional chains, array param encoding (ea51003)

Tests

  • add integration suite covering prepare errors, file queries, and tx scope (1682711)
  • run integration suite in an isolated Postgres container (f1aa36b)

CI

  • chain publish into release workflow (42c2e36)
  • consolidate manual publish into release workflow (924224a)
  • pin Action SHAs, add Dependabot, prevent release shell-injection (05a743c)

Chores

  • pin initial release to 0.1.0 (41378a0)