Skip to content

Releases: Sage/eventq

eventq_aws:v1.12.0

14 Jun 11:24
Compare
Choose a tag to compare

Implemented message context

eventq_rabbitmq:v1.14.1

27 Apr 13:34
Compare
Choose a tag to compare

Additional logging for publish, subscribe and worker.

eventq_aws:v1.11.2

27 Apr 15:33
Compare
Choose a tag to compare

Bugfix to resolve issue with multi subscriptions in aws.

eventq_aws:v1.11.1

27 Apr 13:35
Compare
Choose a tag to compare

Added additional logging for publish, subscribe and worker.

eventq_rabbitmq:v1.14.0

19 Apr 08:34
Compare
Choose a tag to compare
  • added raise_event_in_queue method to EventQClient

eventq_base:v1.11.1

17 Mar 11:30
Compare
Choose a tag to compare

SHA256SignatureProvider:

  • Modified to use current serialisation provider, rather than hard coded JSON provider.

eventq_aws:v1.11.0

17 Mar 11:27
Compare
Choose a tag to compare

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

01 Mar 16:09
Compare
Choose a tag to compare

Status Checker implementation.

eventq_aws:v1.10.0

01 Mar 16:10
Compare
Choose a tag to compare

Status Checker implementation.

eventq_aws:v1.10.1

01 Mar 16:31
Compare
Choose a tag to compare

Bugfix to make constructor consistent for status checker aws implementation.