fix(deps): update module github.com/threedotslabs/watermill to v1.2.0 #1384

Merged
konrad merged 1 commits from renovate/github.com-threedotslabs-watermill-1.x into main 2023-02-14 09:51:51 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/ThreeDotsLabs/watermill require minor v1.1.1 -> v1.2.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

ThreeDotsLabs/watermill

v1.2.0

Compare Source

Below is a compilation of the changes from release candidates:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/ThreeDotsLabs/watermill](https://github.com/ThreeDotsLabs/watermill) | require | minor | `v1.1.1` -> `v1.2.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ThreeDotsLabs/watermill</summary> ### [`v1.2.0`](https://github.com/ThreeDotsLabs/watermill/releases/tag/v1.2.0) [Compare Source](https://github.com/ThreeDotsLabs/watermill/compare/v1.1.1...v1.2.0) Below is a compilation of the changes from release candidates: - Add Forwarder component ([#&#8203;187](https://github.com/ThreeDotsLabs/watermill/issues/187)) - Expose Prometheus metrics at /metrics endpoint (https://github.com/ThreeDotsLabs/watermill/pull/168) - thanks [@&#8203;lebaptiste](https://github.com/lebaptiste)! - Added extra TestConcurrentSubscribeMultipleTopics test (https://github.com/ThreeDotsLabs/watermill/pull/196) - Fixed docs (thanks [@&#8203;xswordsx](https://github.com/xswordsx) and [@&#8203;sagikazarmark](https://github.com/sagikazarmark)!) - Accepting a prometheus.Registerer allows using prometheus.DefaultRegisterer (https://github.com/ThreeDotsLabs/watermill/pull/204) - thanks [@&#8203;sagikazarmark](https://github.com/sagikazarmark)! - \[bugfix] Proper Message nil m.ack handling (https://github.com/ThreeDotsLabs/watermill/pull/227) - thanks [@&#8203;oxbambooxo](https://github.com/oxbambooxo) - \[tests] Initialize subscribers for each consumer group (https://github.com/ThreeDotsLabs/watermill/pull/225) - thanks [@&#8203;breml](https://github.com/breml) - \[examples] Add Server-Sent Events example (https://github.com/ThreeDotsLabs/watermill/pull/209) - thanks [@&#8203;m110](https://github.com/m110) - \[docs] small docs updates - thanks [@&#8203;kochetkov-av](https://github.com/kochetkov-av) and [@&#8203;m110](https://github.com/m110) - \[bugfix] Proper Message nil m.ack handling ([#&#8203;227](https://github.com/ThreeDotsLabs/watermill/issues/227)) - thanks [@&#8203;oxbambooxo](https://github.com/oxbambooxo) - \[tests] Initialize subscribers for each consumer group ([#&#8203;225](https://github.com/ThreeDotsLabs/watermill/issues/225)) - thanks [@&#8203;breml](https://github.com/breml) - \[examples] Add Server-Sent Events example ([#&#8203;209](https://github.com/ThreeDotsLabs/watermill/issues/209)) - thanks [@&#8203;m110](https://github.com/m110) - \[docs] small docs updates - thanks [@&#8203;kochetkov-av](https://github.com/kochetkov-av) and [@&#8203;m110](https://github.com/m110) - Add watermill-firestore to the list of Pub/Subs (https://github.com/ThreeDotsLabs/watermill/pull/234) - thanks [@&#8203;boreq](https://github.com/boreq)! - Return the handler instance created within AddNoPublisherHandler (https://github.com/ThreeDotsLabs/watermill/pull/229) - thanks [@&#8203;terev](https://github.com/terev)! - Add mill googlecloud subscription ls (https://github.com/ThreeDotsLabs/watermill/pull/220) - thanks [@&#8203;maclav3](https://github.com/maclav3)! - Update deps and Go for CI - Stress tests updates and bugfixes - Documentation improvements https://github.com/ThreeDotsLabs/watermill/pull/246, https://github.com/ThreeDotsLabs/watermill/pull/252, https://github.com/ThreeDotsLabs/watermill/pull/254, https://github.com/ThreeDotsLabs/watermill/pull/255, https://github.com/ThreeDotsLabs/watermill/pull/257 - thanks [@&#8203;boreq](https://github.com/boreq) & [@&#8203;m110](https://github.com/m110)! - Pass Context to Forwarder's wrapped message (https://github.com/ThreeDotsLabs/watermill/pull/263) - thanks [@&#8203;m110](https://github.com/m110)! - Implement FanIn component (https://github.com/ThreeDotsLabs/watermill/pull/221) - thanks [@&#8203;0michalsokolowski0](https://github.com/0michalsokolowski0)! - Fix a blocking subscriber prevents other subscribers from receiving a message (https://github.com/ThreeDotsLabs/watermill/pull/256) - thanks [@&#8203;boreq](https://github.com/boreq)! - Allowing to add handlers while the router is already running (https://github.com/ThreeDotsLabs/watermill/pull/266) - Added backward compatible build tags - Add IsRunning method to the router (https://github.com/ThreeDotsLabs/watermill/pull/270) - thanks [@&#8203;checkmunza](https://github.com/checkmunza)! - Changes to Pubsub Test for ExactlyOnce (https://github.com/ThreeDotsLabs/watermill/pull/269) - thanks [@&#8203;AlexCuse](https://github.com/AlexCuse)! - Add docs on publishing messages in transactions with help of the Forwarder component (https://github.com/ThreeDotsLabs/watermill/pull/261) - thanks [@&#8203;czeslavo](https://github.com/czeslavo)! - Router handlers method for router plugins https://github.com/ThreeDotsLabs/watermill/pull/289 - thanks [@&#8203;dangerousplay](https://github.com/dangerousplay)! - update test setting (https://github.com/ThreeDotsLabs/watermill/pull/329) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2023-02-03 16:01:20 +00:00
renovate added 1 commit 2023-02-03 16:01:20 +00:00
konrad merged commit 659803fadf into main 2023-02-14 09:51:51 +00:00
konrad deleted branch renovate/github.com-threedotslabs-watermill-1.x 2023-02-14 09:51:51 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1384
No description provided.