watermill

Building event-driven applications the easy way in Go.

MIT License

Stars
7.3K
Committers
52

Bot releases are visible (Hide)

watermill - v1.4.0-rc.1

Published by m110 23 days ago

What's Changed

New Contributors

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.3.7...v1.4.0-rc.1

watermill - v1.3.7 Latest Release

Published by m110 about 2 months ago

What's Changed

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.3.6...v1.3.7

watermill - v1.3.6

Published by m110 about 2 months ago

This release includes lots of smaller patches and updates, as well as many new contributors! Thank you, everyone, for submitting PRs!

What's Changed

New Contributors

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.3.5...v1.3.6

watermill - v1.3.5

Published by roblaszczak about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.3.4...v1.3.5

watermill - Forwarder: propagate the enveloped message's Context

Published by m110 about 1 year ago

Forwarder: propagate the enveloped message's Context (https://github.com/ThreeDotsLabs/watermill/pull/387)

watermill - Add Circuit Breaker middleware

Published by m110 about 1 year ago

Add Circuit Breaker middleware (#380)

watermill - Default to NopLogger if a nil logger is passed to NewRouter

Published by m110 over 1 year ago

#372 - thank you @vladtenlive!

watermill - v1.3.1

Published by m110 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.3.0...v1.3.1

watermill - v1.3.0

Published by roblaszczak over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.2.0...v1.3.0

watermill - v1.2.0

Published by m110 over 1 year ago

Below is a compilation of the changes from release candidates:

watermill - v1.2.0-rc.12

Published by m110 over 1 year ago

update test setting (#329)

watermill - v1.2.0-rc.11

Published by m110 over 2 years ago

  • Router handlers method for router plugins #289 - thanks @dangerousplay!
watermill - v1.2.0-rc.10

Published by roblaszczak over 2 years ago

watermill - v1.2.0-rc.9

Published by roblaszczak over 2 years ago

  • Added backward compatible build tags
watermill - v1.2.0-rc.8

Published by roblaszczak over 2 years ago

  • Documentation improvements #246, #252, #254, #255, #257 - thanks @boreq & @m110!
  • Pass Context to Forwarder's wrapped message (#263) - thanks @m110!
  • Implement FanIn component (#221) - thanks @0michalsokolowski0!
  • Fix a blocking subscriber prevents other subscribers from receiving a message (#256) - thanks @boreq!
  • Allowing to add handlers while the router is already running (#266)
watermill - v1.2.0-rc.7

Published by roblaszczak about 3 years ago

  • Stress tests updates and bugfixes
watermill - v1.2.0-rc.6

Published by roblaszczak about 3 years ago

  • 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
watermill - v1.2.0-rc.5

Published by roblaszczak over 3 years ago

  • [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
watermill - v1.2.0-rc.4

Published by roblaszczak almost 4 years ago

  • Fixed docs (thanks @xswordsx and @sagikazarmark!)
  • Accepting a prometheus.Registerer allows using prometheus.DefaultRegisterer (#204) - thanks @sagikazarmark!
watermill - v1.2.0-rc.3

Published by roblaszczak about 4 years ago

  • Added extra TestConcurrentSubscribeMultipleTopics test (#196)