Releases: muety/telepush
Releases · muety/telepush
Release 4.2.0
Release 4.1.2
Release 4.1.1
Release 4.0.0
Improvements
- Switch to config-based inlets format (#58)
Release 3.3.1
Bug Fixes
Release 3.3.0
Improvements
- Added Grafana Alerts inlet (#45)
Release 3.2.0
Improvements
- Whitelist (#44) (thanks to @JokerQyou)
Release 3.1.1
Release 3.0.0
With the release of version 3, Webhook2Telegram was rebranded to Telepush, with an official, freely available instance hosted at telepush.dev. Besides a new name and a new logo, a couple of thing have changed, including breaking changes. As a consequence, Telepush v3 is not backwards-compatible with earlier versions. You might want to update your script.
Breaking Changes
- Docker image was renamed from
n1try/webhook2telegram
toghcr.io/muety/webhook2telegram
- Recipient token is now encoded as a path parameter, instead of included inside the payload. Routes have changed, e.g. from
/api/messages
to/api/messages/<recipient>
, while therecipient_token
field was removed from a message's JSON schema - Inlets were renamed (and their routes, accordingly)
alertmanager_webhook
➡️alertmanager
bitbucket_webhook
➡️bitbucket
webmentionio_webhook
➡️webmentionio
Hosted Service
The demo instance at https://apps.muetsch.io/webhook2telegram will be shut down. Please migrate to telepush.dev.