Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@muety muety released this 04 Mar 10:52
· 55 commits to master since this release

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 to ghcr.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 the recipient_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.