← Back to Changelog

v0.12.0

Release

v0.12.0 — 2026-06-16

Dependency-management release: redis 6, hookified 3, and OIDC trusted publishing with provenance.

⚠ BREAKING CHANGES

  • upgrade redis runtime dependency 5.12.16.0.0 in @qified/redis (ffaa82f, #202) Migration: redis 6 makes RESP3 the default wire protocol and requires Node 20+ (qified already requires 22+). @qified/redis builds and passes its full live-Redis suite unchanged, so the provider's own API is unaffected. Consumers that reach the underlying client or depend on RESP2 reply shapes should pass RESP: 2 in their client options.

Changed

  • upgrade hookified runtime dependency 2.1.13.0.0 in qified, @qified/redis, @qified/rabbitmq, and @qified/nats (a035b2a, #200)
  • upgrade @nats-io/jetstream and @nats-io/transport-node 3.3.13.4.0 in @qified/nats (a035b2a, #200)

Internal

  • migrate npm publishing to OIDC trusted publishing and emit provenance attestations for all five packages; add repository.directory metadata required for provenance (e7a4c4f, #203)
  • upgrade codecov-action v6 → v7 (a256689, #201)
  • pass CLOUDFLARE_ACCOUNT_ID to wrangler-action so the site deploy routes correctly (0abd413, #199)
  • allow sharp and workerd build scripts so the Cloudflare Pages deploy succeeds (fbd79ce, #198)
  • refresh dev tooling — biome 2.4.16, @types/node 25.9.2, vitest 4.1.8, tsdown 0.22.2, tsx 4.22.4, docula 2.0.0 (a035b2a, #200)

Contributors

  • @jaredwray

Full List of Changes

  • mono - fix: allow sharp and workerd build scripts so site deploy succeeds by @jaredwray in #198
  • ci: pass CLOUDFLARE_ACCOUNT_ID to wrangler-action by @jaredwray in #199
  • chore(deps): agentic dependency management update by @jaredwray in #200
  • mono - chore: upgrade GitHub Actions (breaking) by @jaredwray in #201
  • @qified/redis - chore: upgrade redis to 6.0.0 (breaking) by @jaredwray in #202
  • ci: migrate npm release to OIDC trusted publishing with provenance by @jaredwray in #203

Full diff: https://github.com/jaredwray/qified/compare/v0.11.0...v0.12.0