v3.4.1
What's changed
No source changes in this release — documentation, package metadata and dependency ranges only.
- The licence badge linked through
rawgit.com, which shut down in 2018 and returns 404. It now points at theLICENSEblob onmaster. - Added the build-status and npm-version badges the rest of the org carries.
- Added a pointer to https://imqueue.org/status.json, which reports the current version, licence and Node floor for every @imqueue package.
Full Changelog: v3.4.0...v3.4.1
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.
- Docs: https://imqueue.org/
- Guide for AI assistants / LLMs: https://imqueue.org/llms.txt
- Commercial license & support: https://imqueue.com/
npm i @imqueue/core