Releases: telegex/telegex
Releases · telegex/telegex
v1.9.0-rc.0
What's changed
- Adapted to Bot API 7.10 https://core.telegram.org/bots/api#september-6-2024
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
What's changed
- Adapted to Bot API 7.4 https://core.telegram.org/bots/api#may-28-2024
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's changed
- Adapted to Bot API 7.3 https://core.telegram.org/bots/api#may-6-2024
- Both handlers have added the
start_link/1optionserve. When it isfalse, the bot updates process will not be started.
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's changed
- Adapted to Bot API 7.2 https://core.telegram.org/bots/api#march-31-2024
- Remove the
/botsuffix from the global configuration optionapi_base_urlvalue:- Before:
https://api.telegram.org/bot - Now:
https://api.telegram.org
- Before:
v1.5.0
What's changed
- Adapted to Bot API 7.1 https://core.telegram.org/bots/api#february-16-2024
- Code generated by the
pipelinemacro will now have more compile-time checks, instead of runtime exceptions, such as a chain module not existing. (thanks @tw4452852)
v1.4.2
v1.4.1
v1.4.0
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.UpdatesPollertoYourPolingHandler.UpdatesProvider. This module is automatically generated byuse Telegex.Polling.GenHandler. - Optimize scheduling in Polling mode (change from
:timer.sleep/1toProcess.send_after/3) to reduce blocking of Polling server. - Updated some warning log messages
- Minimum Elixir version requirement increased to
1.15