Skip to content

Releases: muety/telepush

Release 4.2.2

Choose a tag to compare

@muety muety released this 27 Feb 21:52

Improvements

  • Dependency upgrades

Release 4.2.0

Choose a tag to compare

@muety muety released this 30 Aug 07:10

Improvements

Chore

  • Upgrade to Go 1.23
  • Dependency upgrades

Release 4.1.2

Choose a tag to compare

@muety muety released this 28 Dec 22:03

Improvements

Release 4.1.1

Choose a tag to compare

@muety muety released this 28 Aug 21:01

Features

Bug Fixes

Release 4.0.0

Choose a tag to compare

@muety muety released this 26 Aug 22:04

Improvements

  • Switch to config-based inlets format (#58)

Release 3.3.1

Choose a tag to compare

@muety muety released this 19 Oct 14:31

Bug Fixes

Release 3.3.0

Choose a tag to compare

@muety muety released this 21 Aug 10:55

Improvements

  • Added Grafana Alerts inlet (#45)

Release 3.2.0

Choose a tag to compare

@muety muety released this 06 Aug 13:48

Improvements

Release 3.1.1

Choose a tag to compare

@muety muety released this 06 Mar 20:37

Improvements

Release 3.0.0

Choose a tag to compare

@muety muety released this 04 Mar 10:52

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.