Releases: eternnoir/pyTelegramBotAPI
Releases · eternnoir/pyTelegramBotAPI
4.7.0 - Bot API 6.2
- Bot API support bumped up to v.6.2
- class InputFile added. Supports various ways to pass files to corresponent functions.
Main Contributor
4.6.1 - Run webhooks from bot, middleware and documentation improvements, fixes
What's Changed
- 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
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