Skip to content

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
renovate/github.com-nicholas-fedor-shoutrrr-0.x
Open

build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.3#822
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-nicholas-fedor-shoutrrr-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/nicholas-fedor/shoutrrr v0.13.1v0.14.3 age confidence

Release Notes

nicholas-fedor/shoutrrr (github.com/nicholas-fedor/shoutrrr)

v0.14.3

Compare Source

What's Changed

Fix

Full Changelog: nicholas-fedor/shoutrrr@v0.14.2...v0.14.3

v0.14.2

Compare 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.1

Compare 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 generate CLI command, and improving title support for Mattermost.

What's Changed

Fixes and Code Quality Improvements
Dependency Updates
Notes
ConfigFromWebhookURL Parameter Type Change

The linting and code quality improvements in #​685 corrected a bug in ConfigFromWebhookURL across the teams, generic, and notifiarr packages. The function previously accepted a url.URL value 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.URL pointer.

Affected services: Teams, Generic, Notifiarr

Impact: Callers that dereference a *url.URL before passing it to ConfigFromWebhookURL will fail to compile.

Remediation: Remove the dereference operator at the call site.

Before:

config, err := teams.ConfigFromWebhookURL(*webhookURL)

After:

config, err := teams.ConfigFromWebhookURL(webhookURL)

Full Changelog: nicholas-fedor/shoutrrr@v0.14.0...v0.14.1

v0.14.0

Compare 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.2

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 2, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Feb 2, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/term v0.38.0 -> v0.41.0
google.golang.org/protobuf v1.36.10 -> v1.36.11

@renovate renovate bot force-pushed the renovate/github.com-nicholas-fedor-shoutrrr-0.x branch 3 times, most recently from c46249e to c1e611b Compare February 23, 2026 17:22
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.98%. Comparing base (a00161d) to head (ea08973).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/github.com-nicholas-fedor-shoutrrr-0.x branch from c1e611b to b4b43aa Compare March 10, 2026 21:48
@renovate renovate bot changed the title build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.13.2 build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.0 Mar 10, 2026
@renovate renovate bot force-pushed the renovate/github.com-nicholas-fedor-shoutrrr-0.x branch from b4b43aa to 6eee0b1 Compare March 24, 2026 20:43
@renovate renovate bot changed the title build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.0 build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.1 Mar 24, 2026
@renovate renovate bot force-pushed the renovate/github.com-nicholas-fedor-shoutrrr-0.x branch 15 times, most recently from 4387622 to b72cdf8 Compare March 31, 2026 13:17
@renovate renovate bot changed the title build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.1 build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.2 Mar 31, 2026
@renovate renovate bot force-pushed the renovate/github.com-nicholas-fedor-shoutrrr-0.x branch 3 times, most recently from 48c46d4 to dfcbcb4 Compare March 31, 2026 15:16
@renovate renovate bot force-pushed the renovate/github.com-nicholas-fedor-shoutrrr-0.x branch from dfcbcb4 to bf34d86 Compare April 1, 2026 01:40
@renovate renovate bot changed the title build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.2 build(deps-go): update module github.com/nicholas-fedor/shoutrrr from v0.13.1 to v0.14.3 Apr 1, 2026
@renovate renovate bot force-pushed the renovate/github.com-nicholas-fedor-shoutrrr-0.x branch 6 times, most recently from c4308b9 to 17d802e Compare April 9, 2026 17:32
@renovate renovate bot force-pushed the renovate/github.com-nicholas-fedor-shoutrrr-0.x branch from 17d802e to ea08973 Compare April 13, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants