Releases: eternnoir/pyTelegramBotAPI
Releases Β· eternnoir/pyTelegramBotAPI
4.6.0 - Bot API 6.1
- 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
4.5.1 - Minor updates and bugfixes
What's Changed
- 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
4.5.0 - Bot API 6.0
Bot API support bumped up to v.6.0
4.4.1 - Service updates and improvements
Changelog(short version):
- Extended custom exception_handler behaviour.
- Improved states
- New Text Filter
- Documentation improvements
- I18N examples involving middlewares for async
- And more...
4.4.0 - Bot API 5.7 and more
Bot API support bumped up to v.5.7.
Thanks to @coder2020official
- Synchronous storage rewritten. Redis storage added.
- pass_bot parameter added for register_XXX_handler
- register_middleware_handler added
- Improve states example
And more.
4.3.1
4.3.0 - Bot API 5.6
Bot API support bumped up to v.5.6.
You know, whom to send thanks: @coder2020official
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