Releases: goparrot/nestjs-pubsub-event-bus
Releases · goparrot/nestjs-pubsub-event-bus
v5.0.0
Release 4.1.2
Release 4.1.1
Release 4.1.0
Release 4.0.3
Release 4.0.2
Release 4.0.1
4.0.1 (2022-06-27)
Bug Fixes
- correct default retry delay function (48db4a3)
chore
- drop support amqp-connection-manager@3 (bd6a2c3)
Features
- implement retry mechanism via queues with dead letter exchange and per-message ttl (15affec)
BREAKING CHANGES
- Queue with dead letter exchange and per-message ttl is now the new default retry
strategy amqp-connection-manager@3
is no longer supported
Release 3.0.2
Release 3.0.1
3.0.1 (2022-05-25)
Code Refactoring
- move queue name and binding options from event handler class fields to decorator (d59b65c)
Features
- add error when application is started without npm scripts (a09db22)
- add handler bound lifecycle event (9836106)
- add on retry attempts exceeded event (de98a94)
- expose connection manager options (03f192e)
- implement retry mechanism via delayed message exchange (b762a8a)
BREAKING CHANGES
- Queue name and binding options were removed from the event handler and moved to the
pub-sub handler decorator