Skip to content

Releases: ONREZA/sqlx-js

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 00:08
d8f33bb

0.25.0 (2026-07-30)

Features

v0.24.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 22:51
215f010

0.24.1 (2026-07-29)

This is the first npm-published release after 0.23.1. Version 0.24.0 was not published to npm.

Full changes since v0.23.1

Features

  • runtime: harden temporal and TLS DX (#53) (51f2f22), closing #52

Bug Fixes

  • ci: accept restart SSL rejection (#55) (6282b23)

v0.23.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 17:52
2b0112c

0.23.1 (2026-07-26)

Bug Fixes

  • ci: restrict trusted publishing (c6cb5ca), closes #43
  • ci: verify committed schema snapshots (#47) (9779e29)
  • close security audit follow-ups (#51) (f1062fd)
  • migrate: reject foreign history stores (2bfd810), closes #42
  • prepare: infer quantified array nulls (#49) (a54829c)
  • runtime: skip dropped composite fields (#46) (efbcaaf)
  • runtime: validate abort signals (#45) (16ad4a8)
  • types: validate profiled query mappers (#48) (b5b5773)
  • watch: ignore custom declaration output (#50) (eb0a0f7)

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 15:23
f55bca4

0.23.0 (2026-07-26)

Features

  • make strict prepare the default workflow (#40) (c4174cf)

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:59
16805e1

0.22.0 (2026-07-25)

Features

  • runtime: add prepared descriptors (e1cec73)

Bug Fixes

  • prepare: stabilize descriptor ordering (5cb8ea1)
  • runtime: harden prepared descriptors (396eb16)

Performance

  • postgres: optimize runtime hot paths (d2ac320)
  • postgres: prove descriptor fast path (1a1b226)

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:27
9e244f2

0.21.0 (2026-07-25)

Features

  • skills: add agent workflows (5917e1a)

Documentation

  • oss: reorganize project documentation (d330125)

v0.20.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 12:36
b223c30

0.20.1 (2026-07-25)

Bug Fixes

  • postgres: preserve startup SQLSTATE (859a732)

Performance

  • postgres: harden runtime reliability (1aa61e1), closes #32

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 21:29
0fd81eb

0.20.0 (2026-07-24)

Features

  • runtime: integrate PostgreSQL driver (df86fa2)

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:47
358c9e9

0.19.0 (2026-07-24)

Features

  • rls: add transaction context support (24285e2)

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 14:59
ce1fd50

0.18.0 (2026-07-24)

Features

  • prepare: validate function contracts (fa8c58a)

Documentation

  • roadmap: refine planned investments (8a5f142)