github aiogram/aiogram v2.16
Bot API 5.4, aiohttp 3.8, python 3.10

latest releases: v3.4.1, v3.4.0, v3.3.0...
2 years ago
  • Added full support of Telegram Bot API 5.4 (#741)
  • Fixed compatibility with Python 3.10 and aiohttp 3.8 (#741)
  • Added to Bot.download_file aliases ability to save files to a directory and automatically create directories (#694)
  • Changed invisible symbol in hide_link (#738)
  • Removed unnecessarily strict condition in send_media_group (#742)
  • Fixed send_copy - added caption to send_voice (#722)
  • Reuse json util in files storage #712 (#713)
  • Show callback_query.data in logging (#714)

BREAKING!
If you use bot.session, dispatcher.loop or bot.loop pleas don't to that anymore, you should create you're own client session and or already running event loop from asyncio instead of using internally created session and loop.

Don't miss a new aiogram release

NewReleases is sending notifications on new releases.