๐ 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
Release
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
Release
GitHub
GitHub - eternnoir/pyTelegramBotAPI: Python Telegram bot api.
Python Telegram bot api. Contribute to eternnoir/pyTelegramBotAPI development by creating an account on GitHub.
๐3
๐ 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
Release
States: new feature, based on custom filters: states.
๐ See the example:
https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/custom_states.py
Release
GitHub
pyTelegramBotAPI/examples/custom_states.py at master ยท eternnoir/pyTelegramBotAPI
Python Telegram bot api. Contribute to eternnoir/pyTelegramBotAPI development by creating an account on GitHub.
๐4
๐ 4.2.0 - Bot API 5.4 and overriding requests
Bot API support bumped up to v.5.4.
Thanks to @coder2020
- Added possibility to override request sending for testing purposes or making some requests post-processing.
See: https://github.com/eternnoir/pyTelegramBotAPI#testing
Release
Bot API support bumped up to v.5.4.
Thanks to @coder2020
- Added possibility to override request sending for testing purposes or making some requests post-processing.
See: https://github.com/eternnoir/pyTelegramBotAPI#testing
Release
๐5
๐ 4.2.1 - Absolutely new AsyncTeleBot
Absolutely new AsyncTeleBot (alpha version).
By @coder2020
See: https://github.com/eternnoir/pyTelegramBotAPI#asynctelebot for details.
Release
Absolutely new AsyncTeleBot (alpha version).
By @coder2020
See: https://github.com/eternnoir/pyTelegramBotAPI#asynctelebot for details.
Release
๐4
๐6
๐ 4.3.1 - Bugfix ๐จ
๐จ Quick Fix with send_document, send_sticker methods
Please update to newer version.
Release notes
๐จ Quick Fix with send_document, send_sticker methods
Please update to newer version.
Release notes
๐7
๐ 4.4.0 - Bot API 5.7 and more
๐ค Bot API support bumped up to v.5.7.
Thanks to @coder2020
๐ Changes:
๐ซ Synchronous storage rewritten. Redis storage added.
๐ pass_bot parameter added for register_XXX_handler
โญ๏ธ register_middleware_handler added
๐ Improve states example
And more.
Release
๐ค Bot API support bumped up to v.5.7.
Thanks to @coder2020
๐ Changes:
๐ซ Synchronous storage rewritten. Redis storage added.
๐ pass_bot parameter added for register_XXX_handler
โญ๏ธ register_middleware_handler added
๐ Improve states example
And more.
Release
๐16
๐ pyTelegramBotAPI documentation
We are happy to announce that now pyTelegramBotAPI has it's documentation ๐. Documentation contains types, methods description and parameters โ๏ธ
๐ pyTelegramBotAPI documentation
We are happy to announce that now pyTelegramBotAPI has it's documentation ๐. Documentation contains types, methods description and parameters โ๏ธ
๐ pyTelegramBotAPI documentation
๐28
๐ 4.4.1 - Service updates, class-based middlewares, and more
๐ Changes:
- Extended custom exception_handler behaviour (for webhooks)
- Improved states
- New Text Filter
- Documentation improvements
- I18N examples involving middlewares for async
- Class-based middlewares were added to Telebot
Release notes (shortened)
๐จWhat about Bot API 6.0?
Bot API 6.0 is in progress. It will be supported by github version soon. The next coming version (4.5.0) will support bot API 6.0.
๐ Changes:
- Extended custom exception_handler behaviour (for webhooks)
- Improved states
- New Text Filter
- Documentation improvements
- I18N examples involving middlewares for async
- Class-based middlewares were added to Telebot
Release notes (shortened)
๐จWhat about Bot API 6.0?
Bot API 6.0 is in progress. It will be supported by github version soon. The next coming version (4.5.0) will support bot API 6.0.
๐17
๐32
๐ 4.5.1 - Minor updates and bugfixes
๐ Changes:
- Added sync i18n class based middleware
- Bugfix in answer_web_app_query
- Mistake in ChatAdministratorRights
- Markdown & Html functions added (Beta version, still in progress)#1524
- Polling exception logging updated
- Fixed proxy for asynctelebot
Release
๐ Changes:
- Added sync i18n class based middleware
- Bugfix in answer_web_app_query
- Mistake in ChatAdministratorRights
- Markdown & Html functions added (Beta version, still in progress)#1524
- Polling exception logging updated
- Fixed proxy for asynctelebot
Release
๐25
๐ 4.6.0 - Bot API 6.1
๐ Changes:
- Bot API support bumped up to v.6.1
- class File parse fix
- copyMessage typehint fixed
- improvements in formatting
- fixed default parse mode in TeleBot(sync)
- added an option to set default parse mode for AsyncTeleBot(async)
- aiohttp session management improvements(for async)
- async long polling improvements
Release
๐ Changes:
- Bot API support bumped up to v.6.1
- class File parse fix
- copyMessage typehint fixed
- improvements in formatting
- fixed default parse mode in TeleBot(sync)
- added an option to set default parse mode for AsyncTeleBot(async)
- aiohttp session management improvements(for async)
- async long polling improvements
Release
๐26
๐ 4.6.1 - Run webhooks from bot, middleware and documentation improvements, fixes
๐ Changes:
- run_webhooks() function for both versions
- Passing data to handler through middlewares
- Typehints for set_state improved
- Some built-in custom filters were improved
- Fixed timeouterror for async
- Significant documentation improvements
- Extended exception handler behaviour
- update_sensitive field for async
- Session improvements for async
- ... and more
Main Contributor
@coder2020
Release
๐ Changes:
- run_webhooks() function for both versions
- Passing data to handler through middlewares
- Typehints for set_state improved
- Some built-in custom filters were improved
- Fixed timeouterror for async
- Significant documentation improvements
- Extended exception handler behaviour
- update_sensitive field for async
- Session improvements for async
- ... and more
Main Contributor
@coder2020
Release
๐16
๐ 4.7.0 - Bot API 6.2
๐ Changes:
- Bot API support bumped up to v.6.2
- class InputFile added. Supports various ways to pass files to corresponent functions.
Release
๐ Changes:
- Bot API support bumped up to v.6.2
- class InputFile added. Supports various ways to pass files to corresponent functions.
Release
๐28
๐ 4.7.1 - Bugfixes and minor improvements
๐ Changes:
- Support ContinueHandling to continue with other handlers after handler is found
- Logging improvements: colored logs etc.
- Added some frequent parameters to classes
- Starlette ASGI example
- Fixed bug with searching a new handler after the execution of handler
- Fixed difference between request_timeout and timeout
- ... and more
Release
๐ Changes:
- Support ContinueHandling to continue with other handlers after handler is found
- Logging improvements: colored logs etc.
- Added some frequent parameters to classes
- Starlette ASGI example
- Fixed bug with searching a new handler after the execution of handler
- Fixed difference between request_timeout and timeout
- ... and more
Release
๐24
๐ 4.8.0 - Bot API 6.3
๐ Changes:
- Bot API support bumped up to v.6.3
- Extended exception handler behaviour for async version
- Fixed issue related to ContinueHandling
And some other minor improvements...
Main Contributor
@coder2020
Release
๐ Changes:
- Bot API support bumped up to v.6.3
- Extended exception handler behaviour for async version
- Fixed issue related to ContinueHandling
And some other minor improvements...
Main Contributor
@coder2020
Release
๐27
๐ 4.9.0 - Bot API 6.4
๐ Changes:
- Bot API support bumped up to v.6.4
Contributor
@coder2020
Release
๐ Changes:
- Bot API support bumped up to v.6.4
Contributor
@coder2020
Release
๐16
๐ 4.10.0 - Bot API 6.5
๐ Changes:
- Bot API support bumped up to v.6.5
โ ๏ธ Deprecation warnings:
1. We recommend switching to proper functions, classes, parameters if you are using deprecated ones. Deprecated functions will be deleted soon.
2. If you are using restrict_chat_member method, please pass permissions parameter instead of passing all boolean values for different parameters. Passing parameters one-by-one to function is now deprecated and will be removed soon.
Contributor
@coder2020
Release
๐ Changes:
- Bot API support bumped up to v.6.5
โ ๏ธ Deprecation warnings:
1. We recommend switching to proper functions, classes, parameters if you are using deprecated ones. Deprecated functions will be deleted soon.
2. If you are using restrict_chat_member method, please pass permissions parameter instead of passing all boolean values for different parameters. Passing parameters one-by-one to function is now deprecated and will be removed soon.
Contributor
@coder2020
Release
๐25
The end of 'module telebot has no attribute TeleBot'
Yesterday, this error was finally fixed by the owner of telebot library. So from now on, you're less likely to encounter this error by installing the wrong lib again!
Now, telebot lib installs pyTelegramBotAPI as a dependency.
Thanks to the owner of telebot lib ๐ค
Yesterday, this error was finally fixed by the owner of telebot library. So from now on, you're less likely to encounter this error by installing the wrong lib again!
Now, telebot lib installs pyTelegramBotAPI as a dependency.
Thanks to the owner of telebot lib ๐ค
๐45