Skip to content

Releases: src-d/go-queue

v1.0.6

07 Mar 16:12
dc171cd
Compare
Choose a tag to compare

Supports different int formats for the number of retries. Also discards messages with malformed headers. #19

v1.0.5

17 Oct 13:32
a667403
Compare
Choose a tag to compare

This version adds support for advertised window in memory queue #16.

v1.0.4

03 Oct 16:39
6214d25
Compare
Choose a tag to compare

This release adds back previous memory queue behaviour (non blocking) when created with one of these methods:

  • queue.NewBroker("memoryfinite://")
  • memory.NewFinite(true)

v1.0.3

28 Sep 13:35
3eb0eac
Compare
Choose a tag to compare

This minor release mainly packs bug fixes and improvements in testing:

  • Fix test with delayed jobs #9
  • reopen channel, retry publish #11
  • Fix memory queue not blocking on Next #13
  • Upgrade and improve ci system #14

v1.0.2

13 Jun 16:23
eb1b2b0
Compare
Choose a tag to compare

Issues fixed in this release:

  • Add debug logging to republish buried jobs #4
  • Improve performance republishing jobs #5
  • Update README to reflect all available environment variables

v1.0.1

16 May 10:10
Compare
Choose a tag to compare

Minor update, from go-log.v0 to go-log.v1

v1.0.0

09 May 12:52
Compare
Choose a tag to compare

Initial release based on the code from the https://github.com/src-d/framework/tree/master/queue plus:

  • *: implementation as packages and register pattern b56a180
  • amqp: backoff better abstraction and logging with go-log aef96ba
  • amqp: configuration variables 1e63e1b