Skip to content

Releases: eternnoir/pyTelegramBotAPI

4.3.0 - Bot API 5.6

Choose a tag to compare

@Badiboy Badiboy released this 08 Jan 17:06
ae2dbd0

Bot API support bumped up to v.5.6.
You know, whom to send thanks: @coder2020official

4.2.2 - Bot API 5.5

Choose a tag to compare

@Badiboy Badiboy released this 08 Dec 20:48
7567c6c

Bot API support bumped up to v.5.5.
Thanks again to @coder2020official

4.2.1 - Absolutely new AsyncTeleBot (alpha version)

Choose a tag to compare

@Badiboy Badiboy released this 04 Dec 17:27
fbf34f5

4.2.0 - Bot API 5.4 and overriding requests

Choose a tag to compare

@Badiboy Badiboy released this 08 Nov 16:16
4ba2356

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

Choose a tag to compare

@Badiboy Badiboy released this 09 Oct 19:32
4dce934

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

Choose a tag to compare

@Badiboy Badiboy released this 25 Sep 17:35
e1c33a1

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)

Choose a tag to compare

@Badiboy Badiboy released this 13 Sep 20:28
31c3b3b

v.4.0.0 - up to date!

Choose a tag to compare

@Badiboy Badiboy released this 30 Aug 10:54
e8738cc

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)

Choose a tag to compare

@Badiboy Badiboy released this 18 Aug 21:42
6e871b8

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.

v3.8.2

Choose a tag to compare

@Badiboy Badiboy released this 21 Jul 18:58
2d89ceb

Incremental update

  • Dict changing in Update fixed
  • Connection timeouts rethought
  • worker_pool error when stop_bot fixed
  • CallbackQuery issue for games fixed
  • tip for invoce added
  • minor internal updates