v0.12.0
Releasev0.12.0 — 2026-06-16
Dependency-management release: redis 6, hookified 3, and OIDC trusted publishing with provenance.
⚠ BREAKING CHANGES
- upgrade
redisruntime dependency5.12.1→6.0.0in@qified/redis(ffaa82f, #202) Migration: redis 6 makes RESP3 the default wire protocol and requires Node 20+ (qified already requires 22+).@qified/redisbuilds 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 passRESP: 2in their client options.
Changed
- upgrade
hookifiedruntime dependency2.1.1→3.0.0inqified,@qified/redis,@qified/rabbitmq, and@qified/nats(a035b2a, #200) - upgrade
@nats-io/jetstreamand@nats-io/transport-node3.3.1→3.4.0in@qified/nats(a035b2a, #200)
Internal
- migrate npm publishing to OIDC trusted publishing and emit provenance attestations for all five packages; add
repository.directorymetadata required for provenance (e7a4c4f, #203) - upgrade
codecov-actionv6 → v7 (a256689, #201) - pass
CLOUDFLARE_ACCOUNT_IDtowrangler-actionso the site deploy routes correctly (0abd413, #199) - allow
sharpandworkerdbuild 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