Releases: Sage/eventq
Releases · Sage/eventq
eventq_aws:v1.12.0
Implemented message context
eventq_rabbitmq:v1.14.1
Additional logging for publish, subscribe and worker.
eventq_aws:v1.11.2
Bugfix to resolve issue with multi subscriptions in aws.
eventq_aws:v1.11.1
Added additional logging for publish, subscribe and worker.
eventq_rabbitmq:v1.14.0
- added
raise_event_in_queue
method toEventQClient
eventq_base:v1.11.1
SHA256SignatureProvider:
- Modified to use current serialisation provider, rather than hard coded JSON provider.
eventq_aws:v1.11.0
EventQClient:
- Added
raise_event_in_queue
method to allow raising a method directly to a queue. - Added
register_event
method to allow registration of an event to create the required SNS topic. - Added
registered?
method to allow ability to determine if an event has been registered or not. - Added logic to auto register an event on first encounter, to remove the need for manual topic creation or subscription prior to event raising.
eventq_rabbitmq:v1.13.0
Status Checker implementation.
eventq_aws:v1.10.0
Status Checker implementation.
eventq_aws:v1.10.1
Bugfix to make constructor consistent for status checker aws implementation.