Skip to content

v3.4.3

Choose a tag to compare

@github-actions github-actions released this 30 Aug 07:46
· 4 commits to master since this release

What's changed

  • docs: document the cluster, UDP and helper internals
  • fix(safe-delivery): hold the message until its listener has finished
  • ci: reject AI attribution and vendor-locked agent config

Full Changelog: v3.4.2...v3.4.3

About

@imqueue/core is the transport layer of the @imqueue framework: a fast JSON message queue over Redis for inter-service communication in Node.js & TypeScript microservices. No-poll delivery (blocking queue ops, zero idle CPU), optional safe delivery, delayed messages, and horizontal scale via competing consumers. Delivery is at-least-once — handlers should be idempotent.