8000 Tags · nicholas-fedor/shoutrrr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: nicholas-fedor/shoutrrr

Tags

v0.8.15

Toggle v0.8.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update to go 1.24.4 (#156)

v0.8.14

Toggle v0.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(generate-manifests): revert changes

v0.8.13

Toggle v0.8.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update golangci/golangci-lint-action digest to 481777f (#…

…130)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.8.11

Toggle v0.8.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor updates and version update tweak (#129)

* chore(deps): update Go dependencies

Update to Go 1.24.3

Update to the following dependencies:
- cloud.google.com/go/compute/metadata v0.7.0
- github.com/google/pprof v0.0.0-20250501235452-c0086092b71a
- github.com/spf13/cast v1.8.0
- golang.org/x/tools v0.33.0

* fix(shoutrrr.go): reference `meta.Version` instead of `meta.GetVersion()`

Attempt to resolve issue of version updates not correctly applying, including within pkg.go.dev

v0.8.10

Toggle v0.8.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(meta): improve shoutrrr handling of dynamic metadata (#124)

- Replace `meta/version.go` with `meta/meta.go`.
- Add improved dynamic metadata handling, including for production builds.
- Modify documentation URL generation to provide more robust version handling.
- Update testing to accommodate changes.
- Add additional tests to provide coverage for added functionality.
- Update `build.sh` to incorporate metadata, if used.
- Add corresponding variables to Goreleaser configuration.

v0.8.9

Toggle v0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(discord): add support for Discord threads (#110)

* feat(discord): add support for Discord threads with thread_id

- Added `ThreadID` field to `Config` in `discord_config.go` to support specifying a thread ID for Discord webhook messages.
- Updated `setURL` in `discord_config.go` to parse `thread_id` from URL query and trim whitespace using `strings.TrimSpace`.
- Modified `CreateAPIURLFromConfig` in `discord.go` to append `thread_id` as a query parameter in the API URL when set.
- Added tests in `discord_test.go` for `thread_id` serialization, whitespace handling, and exclusion when empty.
- Added test in `discord_test.go` to verify `thread_id` trimming in HTTP API URL via `CreateAPIURLFromConfig`.
- Ensured all tests pass, including linting, with full coverage of thread support and whitespace handling.

* docs(discord): update documentation for thread_id support

- Updated `discord.md` to include `thread_id` in URL format and add thread support section.
- Modified `overview.md` to reflect `thread_id` in Discord service URL format.

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(lark): add Lark notification service (#90)

- Implemented Lark service with text, post, and link support
- Added config validation and comprehensive tests
- Included usage documentation

Builds on work from containrrr#456

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ifttt): update test expected error message (#88)

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update goreleaser/goreleaser-action digest to 90c43f2 (#74)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update golangci/golangci-lint-action digest to b91d580 (#52

)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0