Releases: eternnoir/pyTelegramBotAPI
4.2.2 - Bot API 5.5
Bot API support bumped up to v.5.5.
Thanks again to @coder2020official
4.2.1 - Absolutely new AsyncTeleBot (alpha version)
Absolutely new AsyncTeleBot.
By @coder2020official
See: https://github.com/eternnoir/pyTelegramBotAPI#asynctelebot for details.
4.2.0 - Bot API 5.4 and overriding requests
Bot API support bumped up to v.5.4.
Thanks to @coder2020official
Added possibility to override request sending for testing purposes or making some requests post-processing.
See: https://github.com/eternnoir/pyTelegramBotAPI#testing
4.1.1 - States
States: new feature, based on custom filters: states.
See the example:
https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/custom_states.py
4.1.0 - Custom message filters
New feature: custom message filters!
Now you can filter message handlers with whatever you want.
See for description:
https://github.com/eternnoir/pyTelegramBotAPI#custom-filters
and for examples:
https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples/custom_filters
v4.0.1 (4.1.0 pre-release)
New feature: custom message filters!
See
https://github.com/eternnoir/pyTelegramBotAPI#custom-filters
and
https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples/custom_filters
v.4.0.0 - up to date!
Great news!
Library is now support the latest Bot API (v.5.3)!
(With some limitations, see compatibility list in readme).
We hope to keep it now up to date with the further Bot API updates.
v3.8.3 (4.0.0 pre-release 1)
Great news!
Library confirmed to support Bot API up to the latest v.5.3!
(With some limitations, see compatibility list in readme).
It also includes set of
register_xxx_handler
functions, that allows to dynamicaly add handlers in addition to
@bot.message_handler
This is a pre-release to version 4.0.0. When the maturity of this version will be confirmed - the release will be bumped.