Skip to content

v3.4.2

Choose a tag to compare

@github-actions github-actions released this 22 Aug 05:59
· 8 commits to master since this release

What's changed

No source changes in this release — documentation, package metadata and dependency ranges only.

  • repository.url used git://, which no longer answers. GitHub retired its git daemon in January 2022 and the URL hangs until timeout rather than failing outright. Normalised to git+https.

Full Changelog: v3.4.1...v3.4.2

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.