v0.11.0
Releasev0.11.0 — 2026-05-18
Dependency-management release: drops the deprecated nats package, bumps amqplib to v2, and refreshes dev tooling.
⚠ BREAKING CHANGES
- bump
amqplibruntime dep from1.xto2.0.1in@qified/rabbitmq(8af4e55, #195) Migration: the only documented v2 break isheartbeat: 0now disables heartbeats (previously "no preference").@qified/rabbitmqdoes not expose a heartbeat option, so consumers do not need to change anything. - remove deprecated
[email protected]dependency from@qified/nats(4e5c8e1, #196) Migration:@qified/natsno longer transitively provides the legacynatspackage. The modern@nats-io/jetstreamand@nats-io/transport-nodeclients are still shipped. Consumers that import the legacynatspackage directly should add it to their owndependencies.
Internal
- upgrade to pnpm 11 via corepack and bump test matrix to Node 22/24/26 (bca34c3, #192)
- override
@ungap/structured-cloneto>=1.3.1(CWE-502) (7526167, #192) - upgrade
tsdownto0.22.0(ef91092, #193) - align root
engines.nodewithtsdown0.22.0 floor (^22.18.0 || >=24.0.0) (06ae52a, #193) - upgrade GitHub Actions to latest majors — checkout v6, setup-node v6, wrangler-action v4, codecov-action v6, codeql-action v4 (bce0018, #194)
- drop redundant
@types/amqplibdevDep — amqplib v2 ships its own types (b691337, #195)
Contributors
- @jaredwray
Full diff: https://github.com/jaredwray/qified/compare/v0.10.1...v0.11.0