Skip to content

Releases: telegex/telegex

v1.9.0-rc.0

18 Sep 19:45

Choose a tag to compare

What's changed

Note: This version contains all the changes from Bot API 7.5 - 7.10, so the RC version is released because it may have unknown issues.

Full Changelog: v1.8.0...v1.9.0-rc.0

v1.8.0

28 May 13:52

Choose a tag to compare

What's changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

08 May 06:02

Choose a tag to compare

What's changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

05 Apr 20:44

Choose a tag to compare

What's changed

v1.5.0

29 Feb 19:52

Choose a tag to compare

What's changed

v1.4.2

09 Feb 07:44

Choose a tag to compare

Add MIT license file

v1.4.1

07 Jan 05:35

Choose a tag to compare

Bug fixs

  • Fixed crash caused by unauthorized access to /updates_hook in Webhook mode

v1.4.0

29 Dec 14:11

Choose a tag to compare

What's changed

  • Adapted to Bot API 7.0 😋. There are some incompatibilities, please note the official changes: https://core.telegram.org/bots/api#december-29-2023
  • Rename YourPolingHandler.UpdatesPoller to YourPolingHandler.UpdatesProvider. This module is automatically generated by use Telegex.Polling.GenHandler.
  • Optimize scheduling in Polling mode (change from :timer.sleep/1 to Process.send_after/3) to reduce blocking of Polling server.
  • Updated some warning log messages
  • Minimum Elixir version requirement increased to 1.15

v1.3.2

20 Oct 23:20

Choose a tag to compare

  • Fixed a critical Webhook callback glitch. If you are used to webhook mode, be sure to upgrade.
  • Adapted to the version of Bandit 1.0, 💪 highly recommended!

v1.3.1

13 Oct 14:43

Choose a tag to compare

Bug fixs

  • Webhook mode on_failure/2 callback is nil

Changes

  • on_failure/2 callback parameter contains stacktrace (such as: on_failure(update, {e, stacktrace}))