Skip to content

Releases: tomarrell/miniqueue

v0.8.0

10 Mar 18:29
Compare
Choose a tag to compare
  • Change abrupt client disconnect log level from error to warn

v0.7.0

03 Mar 20:41
Compare
Choose a tag to compare
  • Publish Docker image

v0.6.0

28 Feb 00:36
Compare
Choose a tag to compare
  • Add exponential backoff example
  • Improve disconnect error handling

v0.5.0

25 Feb 20:12
Compare
Choose a tag to compare
  • Add dackCount to subscriber payload to enable exponential backoff.

v0.4.0

24 Feb 19:20
Compare
Choose a tag to compare
  • Add DACK command, can be used for delaying reprocessing of a message by a period of time.

v0.3.0

18 Feb 19:18
Compare
Choose a tag to compare

Add negative acknowledgement support

This release adds two new commands for the client to send.

  • NACK - Negatively acknowledge the message, returning it to the front of the queue.
  • BACK - Negatively acknowledge the message, returning it to the back of the queue.

As well as minor fixes and improvements.

v0.2.0

11 Feb 21:18
Compare
Choose a tag to compare

Stability improvements, concurrency bug fixes.

v0.1.0-alpha

09 Feb 22:33
Compare
Choose a tag to compare

MVP supporting pub/sub with commands INIT, ACK and NACK as well as disconnect handling.