Skip to content

Releases: ThreeDotsLabs/watermill

v1.2.0-rc.5

04 Apr 09:41
eed1a09
Compare
Choose a tag to compare
v1.2.0-rc.5 Pre-release
Pre-release
  • [bugfix] Proper Message nil m.ack handling (#227) - thanks @oxbambooxo
  • [tests] Initialize subscribers for each consumer group (#225) - thanks @breml
  • [examples] Add Server-Sent Events example (#209) - thanks @m110
  • [docs] small docs updates - thanks @kochetkov-av and @m110

v1.2.0-rc.4

27 Oct 19:18
8fde3ce
Compare
Choose a tag to compare
v1.2.0-rc.4 Pre-release
Pre-release

v1.2.0-rc.3

18 Aug 16:13
280f116
Compare
Choose a tag to compare
v1.2.0-rc.3 Pre-release
Pre-release
  • Added extra TestConcurrentSubscribeMultipleTopics test (#196)

v1.2.0-rc.2

08 Jul 14:22
70e8798
Compare
Choose a tag to compare
v1.2.0-rc.2 Pre-release
Pre-release

Expose Prometheus metrics at /metrics endpoint (#168) - thanks @lebaptiste!

v1.2.0-rc.1

04 Jun 07:43
5b98ac2
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release
Add Forwarder component (#187)

v1.1.1

19 Feb 21:26
ebc40c4
Compare
Choose a tag to compare
  • added missing godoc (#177)
  • close all subscribers in TestConcurrentSubscribe (#178) - thanks @chrisseto!

v1.1.0

20 Dec 11:56
8840d3f
Compare
Choose a tag to compare

Add FanOut.

FanOut is a component that receives messages from the subscriber and passes them to all publishers. In effect, messages are "multiplied".

A typical use case for using FanOut is having one external subscription and multiple workers inside the process.

v1.0.4

17 Dec 12:27
e886354
Compare
Choose a tag to compare
  • Fix the paths in basic/4-metrics example (#169) - thanks @maclav3!
  • Added more poison queue context (#170)

v1.0.3

10 Dec 08:29
Compare
Choose a tag to compare
  • Fix godoc typos (#164) - thanks @boreq!
  • Add subscribe and publish topics to message context (#165) - thanks @eafzali!
  • Added docs for router context (#167) - thanks me!

v1.0.2

15 Nov 19:29
Compare
Choose a tag to compare
  • Update shortuuid library (#161) - thanks @sexyhamster!
  • Create Duplicator middleware duplicating messages (#156) - thanks @0michalsokolowski0!
  • Add Synchronizing Databases example (#147) - thanks @m110!