Skip to content

Releases: irgendwr/TelegramAlert

v2.5.0 πŸ‡ΊπŸ‡¦

16 May 02:59
Compare
Choose a tag to compare

This release requires Graylog 6.0.1 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Support Graylog 6 (fixes #59 via #60)

Personal note

I'm not having any fun maintaining this. My main motivation for continuing is that this is my most popular repository, but I'm considering to stop working on it if the next major Graylog release breaks it again. I can't even get it to build locally on my system anymore, it only works when building through GitHub Actions.

I also just now realized that I started this project over 6 years ago 🀯

Anyway, I hope you're having a nice day.


In case you like this plugin I would be happy if you'd star ⭐️ this repository.
If you want to support my work directly, you can sponsor me on GitHub.

TelegramAlert currently has 118 ⭐ stars.

Interesting to see that the graph looks quite linear:

Star History Chart

v2.4.0 πŸ‡ΊπŸ‡¦

27 Dec 03:39
Compare
Choose a tag to compare

This release requires Graylog 5.0.1 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Support Graylog 5 (fix #51)
  • Update documentation URLs
  • Update dependencies

In case you like this plugin I would be happy if you could star ⭐️ this repository to keep me motivated πŸ˜„
If you want to support my work directly, you can also sponsor me on GitHub.

TelegramAlert currently has 87 ⭐ stars.

v2.3.9 πŸ‡ΊπŸ‡¦

18 Jun 11:35
Compare
Choose a tag to compare

This release requires Graylog 4.3.2 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Update to Graylog 4.3.2 (fix #47)
  • Update yarn dependencies

In case you like this plugin I would be happy if you could star ⭐️ this repository to keep me motivated πŸ˜„
If you want to support my work directly, you can also sponsor me on GitHub.

TelegramAlert currently has 78 ⭐ stars.

v2.3.8 πŸ‡ΊπŸ‡¦

04 Mar 19:26
Compare
Choose a tag to compare

I'm not under the impression that this message will have any impact, but since it seems like some users of this plugin are from Russia, I'd like to take the opportunity to mention a few things:

It makes me sad and scared to see the current situation unfold. Ukrainian civilians are being wounded and killed. [1] [2] Russian troops have shelled a nuclear power plant, causing it to catch fire. [3] Meanwhile Russian lawmakers have approved a law that could cause Russians to β€œface prison sentences of up to 15 years for spreading information that goes against the Russian government’s position on the war in Ukraine”. [4] Furthermore, Russian protesters are being arrested for activism against the war. [5] [6]

It's understandable if you don't feel safe to speak up against the injustice. Keeping yourself safe is important, so only engage in activism if you are prepared to deal with potential repressions. But the least that you can do is to keep yourself informed and make sure that the information that you base your opinions on come from reliable sources.

This is not the first time I've said something political here; in 2018 I've criticized Russia's ban of Telegram that also lead to a bunch of other services getting blocked. [7]


This release requires Graylog 4.2.7 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Updated dependencies

In case you like this plugin I would be happy if you could star ⭐️ this repository to keep me motivated πŸ˜„
If you want to support my work directly, you can also sponsor me on GitHub.

TelegramAlert currently has 72 ⭐ stars.

v2.3.7

07 Dec 23:43
Compare
Choose a tag to compare

This release requires Graylog 4.2.2 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Fix: incompatibility with Graylog Enterprise Plugins (#43, #44 – thanks @fengkaijia)
  • Update dependencies

In case you like this plugin I would be happy if you could star ⭐️ this repository to keep me motivated πŸ˜„
If you want to support my work directly, you can also sponsor me on GitHub.

TelegramAlert currently has 67 ⭐ stars.

v2.3.6

12 Jul 23:22
Compare
Choose a tag to compare

This release requires Graylog 4.1.1 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Fix: saving the settings / changing chat IDs works again. This regression was introduced in v2.3.5. (fixes #39)

TelegramAlert currently has 59 ⭐ stars.

v2.3.5

10 Jul 00:11
Compare
Choose a tag to compare

This release requires Graylog 4.1.1 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Fix: send another message if original one is too long (fixes #38)
    • This adds a new template variable called message_too_long
    • If the custom message is also too long, a default is used:

      An alert was triggered, but the message was too long. Please check the Graylog interface for details.

    • The new default template is the following:
      <b>${event.message}</b>${if event.timerange_start}
      Timerange: ${event.timerange_start} to ${event.timerange_end}${end}${if streams}
      Streams:${foreach streams stream} <a href='${stream.url}'>${stream.title}</a>${end}${end}
      ${if message_too_long}
      An alert was triggered, but the message was too long. Please check the Graylog interface for details.
      ${else}${if backlog}<code>${foreach backlog message}
      ${message.message}
      ${end}</code>${else}
      <i>- no backlog -</i>
      ${end}
      ${end}
      

TelegramAlert currently has 59 ⭐ stars.

v2.3.4

09 Jun 17:41
Compare
Choose a tag to compare

This release requires Graylog 4.0.8 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Fix: treat http 400 responses as permanent errors (56030e4 fixes #37)
  • Check if message is too long before sending; Note: This may not be accurate as this doesn't take Telegrams entity parsing into account. (56030e4 fixes #37)

TelegramAlert currently has 57 ⭐ stars.

v2.3.3

12 Mar 23:44
Compare
Choose a tag to compare

This release requires Graylog 4.0.3 or later (tested on Graylog 4.0.3 and 4.0.5)

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Fix: "Notification type not supported" is no longer shown πŸŽ‰
    This was only a cosmetic bug and did not actually cause any issues.

TelegramAlert currently has 52 ⭐ stars.

v2.3.2

22 Feb 04:34
Compare
Choose a tag to compare

This release requires Graylog 4.0.3 or later

To update the plugin you need to remove the old telegram-alert-x.x.x.jar file from your plugins folder and follow the installation instructions again.

Changelog

  • Fix: fixed compatibility with Graylog 4 (#31)
  • CI: switched from Travis to GitHub Actions
  • Chore: updated dependencies

TelegramAlert currently has 50 ⭐ stars.