Skip to content

Releases: ThreeDotsLabs/watermill

v1.2.0-rc.7

09 Oct 17:17
Compare
Choose a tag to compare
v1.2.0-rc.7 Pre-release
Pre-release
  • Stress tests updates and bugfixes

v1.2.0-rc.6

09 Oct 14:59
4cbfb90
Compare
Choose a tag to compare
v1.2.0-rc.6 Pre-release
Pre-release
  • Add watermill-firestore to the list of Pub/Subs (#234) - thanks @boreq!
  • Return the handler instance created within AddNoPublisherHandler (#229) - thanks @terev!
  • Add mill googlecloud subscription ls (#220) - thanks @maclav3!
  • Update deps and Go for CI

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)