Skip to content

Releases: adjust/rmq

v5.2.0

20 Jul 09:50
93f1717
Compare
Choose a tag to compare

What's Changed

  • 113 Add support for Redis clusters by @wellle in #148

Full Changelog: v5.1.3...v5.2.0

v5.1.3

23 Jun 09:36
52c05b0
Compare
Choose a tag to compare

Introduced rejecting a faulty delivery logic

Messages with broken headers (for example, without a separator) have never been rejected and stayed forever in unack.
This release has fixed the bug.

v5.1.2

27 Apr 13:55
b012318
Compare
Choose a tag to compare

Update go-redis to v9: #144

v5.1.1

08 Feb 19:35
028d635
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

30 Jan 16:10
a48807d
Compare
Choose a tag to compare

BROKEN, DO NOT USE

Payloads with headers would fail Ack/Reject.
See #138.

What's Changed

Full Changelog: v5.0.2...v5.1.0

v5.0.2

24 Jan 15:07
180d9e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

22 Sep 14:20
d6a5499
Compare
Choose a tag to compare

#127 Use redis.Nil in TestRedisClient.RPop

v5.0.0

01 Sep 07:22
4630247
Compare
Choose a tag to compare

Added queue.Drain and redisClient.RPop methods #124

v4.0.5

23 Mar 12:07
ee22f19
Compare
Choose a tag to compare

Use default rand in jitteredDuration #118

v4.0.4

21 Mar 11:28
6edd67b
Compare
Choose a tag to compare

always sleep for jittered poll duration on consume