4.0.0 (2026-09-08)
⚠ BREAKING CHANGES
- ESM/mfsm rewrite (v3), bump amqplib to 2.x (#203)
Features
- (#87) add support for scatter-gather pattern via request (db23b48)
- (#93) add support for bulkPublish operation (d2df5ea)
- add support for purging queues (19a678d)
- allow ssl certs to be provided as a string (fd8d631)
- allow ssl certs to be provided as a string (744981e)
- ESM/mfsm rewrite (v3), bump amqplib to 2.x (#203) (19786df)
Bug Fixes
- (#104) improve poison message handling (9d5ccc3)
- (#109) randomize initial connection index based on pid or hostname (2d6f372)
- (#74) correct errors in direct reply queue implementation (cccdf09)
- (#78) make it possible to handle messages from a unique queue using the alias/friendly name (50045a8)
- connection: typo error (ba417da)
- correct issue where publishes and requests before connection or configuration had completed would get lost (1f58c0b)
- remove remaining lodash references in core that got missed (9aa3b04)