Skip to content

Releases: Sage/eventq

eventq_rabbitmq:v1.10.3

24 Oct 14:13
Compare
Choose a tag to compare

Bugfix to rabbitmq queue manager for namespace implementation.
Bugfix to rabbitmq queue worker for serialisation provider on retry.

eventq_base:v1.9.3

24 Oct 14:12
Compare
Choose a tag to compare

Republish gem to resolve gem publish issue.

eventq_base:v1.9.2

24 Oct 12:20
Compare
Choose a tag to compare

Updated OjSerializationProvider to explicitly use :object mode for Oj.dump.

eventq_rabbitmq:v1.10.2

19 Oct 08:39
Compare
Choose a tag to compare

Added logging to output serialised message when message retry limit is exceeded.

eventq_aws:v1.6.2

19 Oct 08:39
Compare
Choose a tag to compare

Added message retention attribute to AWS QueueManager.
Added logging to output serialised message when message retry limit is exceeded.

eventq_rabbitmq:v1.10.0

17 Oct 11:00
Compare
Choose a tag to compare

Added EventQ.namespace functionality.

eventq_aws:v1.6.1

17 Oct 13:55
Compare
Choose a tag to compare

Bugfix to resolve consistency issues with namespacing.

eventq_aws:v1.6.0

17 Oct 10:53
Compare
Choose a tag to compare

Added EventQ.namespace functionality.

eventq_rabbitmq:v1.9.3

14 Oct 07:42
Compare
Choose a tag to compare

Modified EventQ::RabbitMq::QueueWorker to make thread sleeps only occur when no message received from queue. Previously it would also sleep when an exception was raised.

eventq_aws:v1.5.2

14 Oct 08:02
Compare
Choose a tag to compare

Modified EventQ::Amazon::QueueWorker to make thread sleeps only occur when no message received from queue. Previously it would also sleep when an exception was raised.