Skip to content

Releases: szastupov/aiotg

0.7.15 Release, now with webhooks!

26 Jan 13:57
Compare
Choose a tag to compare

Thanks to @shadrus we have WebHooks support!

0.7.14 Release

17 Jan 16:22
Compare
Choose a tag to compare

Added options to CallbackQuery

0.7.13 Release

23 Nov 08:50
Compare
Choose a tag to compare

Mostly minor fixes, added automatic deployment to pypi from travis.

0.7.11 Release

07 Sep 22:40
Compare
Choose a tag to compare

It's been a while since I wrote proper release notes but I'll try to do it on a more regular basis.

Heres is a list of methods:

  • chat.send_venue()
  • bot.get_me()
  • chat.send_contact()
  • chat.get_chat()
  • chat.get_chat_administrators()
  • chat.get_chat_members_count()
  • chat.get_chat_member()
  • bot.get_user_profile_photos()
  • chat.edit_message_reply_markup()

0.7.0 Release

07 Feb 12:17
Compare
Choose a tag to compare
  • Basic support for inline queries
  • Drop support for Python 3.4 (async/await ftw!)
  • Improved code readability
  • Tg prefix removed from classes, but compatibility is preserved

0.6.4 Release

07 Jan 13:22
Compare
Choose a tag to compare
  • SendChatAction & Markdown
  • Bump aiohttp requirement
  • get_file and download_file
  • Use canse-insensitive matching instead of lowering text

0.6.0 Release

03 Dec 09:08
Compare
Choose a tag to compare

Updated documentation and examples
TgChat made useful without message
Fixed problems with multipart forms
New tests

0.5.2 Release

01 Dec 08:43
Compare
Choose a tag to compare

Bugfixes and updated documentation

0.5.1 Release

28 Nov 05:35
Compare
Choose a tag to compare

Bugfix for getUpdates()

0.5.0 Release

10 Nov 19:00
Compare
Choose a tag to compare
  • (breaking) Change the way media handlers are defined, see documentation for bot.handle
  • (breaking) TgMessage removed if favour of TgChat, but compatibility is preserved for command handlers
  • Added support for botan.io, just pass botan_token to TgBot constructor
  • Added retry logic to handle Telegram throttling and outages (this is actually a killer feature of this release!)
  • Added basic tests and TravisCI integration

In order to get to 1.0 release we need to write more test and improve documentations, so any contributions are welcome!