Skip to content

Releases: eternnoir/pyTelegramBotAPI

4.7.0 - Bot API 6.2

15 Aug 14:27
47ae696
Compare
Choose a tag to compare
  • 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

27 Jul 14:26
914c5fd
Compare
Choose a tag to compare

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

23 Jun 08:23
24b1129
Compare
Choose a tag to compare
  • 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

07 May 19:44
efb1b44
Compare
Choose a tag to compare

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

23 Apr 17:21
5077289
Compare
Choose a tag to compare

Bot API support bumped up to v.6.0

4.4.1 - Service updates and improvements

16 Apr 20:24
9417c49
Compare
Choose a tag to compare

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

01 Feb 16:23
9fa79aa
Compare
Choose a tag to compare

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

10 Jan 13:53
9050f4a
Compare
Choose a tag to compare

Bugfix in send_data

4.3.0 - Bot API 5.6

08 Jan 17:06
ae2dbd0
Compare
Choose a tag to compare

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

4.2.2 - Bot API 5.5

08 Dec 20:48
7567c6c
Compare
Choose a tag to compare

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