Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 10:51
· 28 commits to main since this release

go_notify_yourself v0.1.0

go get github.com/Wikid82/go_notify_yourself@v0.1.0

Changelog

Features

  • 4fa1165 feat: add Message and Sender shared types
  • e2d5325 feat: add SSRF-safe HTTP transport core
  • eb8b800 feat: add conservative built-in default URLValidator
  • 734aea2 feat: add providers/discord
  • 8349fd4 feat: add providers/email (Mailer/TemplateRenderer)
  • 91a54a7 feat: add providers/gotify
  • 10221fc feat: add providers/ntfy
  • c47f970 feat: add providers/pushover
  • aa0428c feat: add providers/slack
  • 31a98e7 feat: add providers/telegram
  • c9170df feat: add providers/webhook (generic dispatch + RenderPreview)
  • 66f0fcf feat: add shared text/template render engine (providers/internal/render)

Other

  • 26007be Initial commit
  • d0d3e98 chore: add GoReleaser config, release workflow, and CHANGELOG seed
  • a613015 chore: drop provenance mention from coverage script comment
  • 5b33258 chore: scaffold go module, CI workflow, coverage gate script