Skip to content

Releases: ThreeDotsLabs/watermill-redisstream

v1.4.4

26 Aug 09:21
2c6a542

Choose a tag to compare

What's Changed

  • Use message's context when publishing by @m110 in #41

Full Changelog: v1.4.3...v1.4.4

v1.4.3

14 May 11:40
b9bac80

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

07 Sep 10:49
fae93cb

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

02 Sep 13:39
71fad97

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Aug 20:47
e8f0c32

Choose a tag to compare

What's Changed

  • Add 'DefaultMaxlen' option to 'PublisherConfig' by @vitorarins in #28

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

02 Apr 19:03
d73fcac

Choose a tag to compare

Merge pull request #36 from ThreeDotsLabs/minghsu0107-patch-3

refine comments

v1.2.2

27 Sep 15:28
8f92e36

Choose a tag to compare

Merge pull request #31 from ThreeDotsLabs/upgrade-redis

upgrade go-redis version

v1.2.1

21 Jul 08:47
feacbc4

Choose a tag to compare

Merge pull request #26 from ThreeDotsLabs/refine-comment

refine comments

v1.2.0

20 Jul 09:08
f70320f

Choose a tag to compare

  • Fixed a bug that caused message loss when claiming a pending message (thanks to @hlubek)

v1.1.0

25 Apr 02:48
8644f11

Choose a tag to compare

  • Configurable OldestID for consumer group (thanks to @dickens7)
  • Configurable ClaimBatchSize for claiming pending messages (thanks to @wk8)
  • ShouldClaimPendingMessage callback that helps us detect pending messages more flexibly (thanks to @wk8)