build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.3#822
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c46249e to
c1e611b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #822 +/- ##
=======================================
Coverage 98.98% 98.98%
=======================================
Files 137 137
Lines 9193 9193
=======================================
Hits 9099 9099
Misses 72 72
Partials 22 22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c1e611b to
b4b43aa
Compare
b4b43aa to
6eee0b1
Compare
4387622 to
b72cdf8
Compare
48c46d4 to
dfcbcb4
Compare
dfcbcb4 to
bf34d86
Compare
c4308b9 to
17d802e
Compare
… v0.13.1 to v0.14.3
17d802e to
ea08973
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.13.1→v0.14.3Release Notes
nicholas-fedor/shoutrrr (github.com/nicholas-fedor/shoutrrr)
v0.14.3Compare Source
What's Changed
Fix
Full Changelog: nicholas-fedor/shoutrrr@v0.14.2...v0.14.3
v0.14.2Compare Source
This is a patch release that provides a minor fix to the Matrix service integration.
The Shoutrrr Playground, an interactive configuration and testing tool, has also been added to the documentation.
What's Changed
Fix
Documentation Update
Full Changelog: nicholas-fedor/shoutrrr@v0.14.1...v0.14.2
v0.14.1Compare Source
This is a patch release that integrates a number of fixes and improvements, including upgrading support for the Matrix v3 API, fixing a bug in the
generateCLI command, and improving title support for Mattermost.What's Changed
Fixes and Code Quality Improvements
Dependency Updates
a15ffb7by @renovate[bot] in #695Notes
ConfigFromWebhookURLParameter Type ChangeThe linting and code quality improvements in #685 corrected a bug in
ConfigFromWebhookURLacross theteams,generic, andnotifiarrpackages. The function previously accepted aurl.URLvalue parameter, but immediately mutated it by operating on a discarded copy rather than the intended input. The signature has been corrected to accept a*url.URLpointer.Affected services: Teams, Generic, Notifiarr
Impact: Callers that dereference a
*url.URLbefore passing it toConfigFromWebhookURLwill fail to compile.Remediation: Remove the dereference operator at the call site.
Before:
After:
Full Changelog: nicholas-fedor/shoutrrr@v0.14.0...v0.14.1
v0.14.0Compare Source
This is a minor release that introduces both Twilio and MQTT support, while also integrating Go v1.26.1 and the latest dependency updates.
What's Changed
New Features
Dependency Updates
New Contributors
Full Changelog: nicholas-fedor/shoutrrr@v0.13.2...v0.14.0
v0.13.2Compare Source
This is a patch release that includes enhancements to the Discord service, fixes for ntfy and notifiar services, and numerous Go dependency updates.
The enhancements to the Discord service include support for threads, file attachments, and rich embeds. The documentation has been updated accordingly. Be sure to check out the end-to-end testing suite for examples.
What's Changed
New Contributors
Full Changelog: nicholas-fedor/shoutrrr@v0.13.1...v0.13.2
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.