github aiogram/aiogram v2.4
Fixes and new features

latest releases: v3.6.0, v3.5.0, v3.4.1...
4 years ago
  • Added Message.send_copy method (forward message without forwarding)
  • Safe close of aiohttp client session (no more exception when application is shutdown)
  • No more "adWanced" words in project 😭 #209
  • Arguments user and chat is renamed to user_id and chat_id in Dispatcher.throttle method #196
  • Fixed set_chat_permissions #198
  • Fixed Dispatcher polling task does not process cancellation #199, #201
  • Fixed compatibility with latest asyncio version #200
  • Disabled caching by default for lazy_gettext method of I18nMiddleware #203
  • Fixed HTML user mention parser #205
  • Added IsReplyFilter #210
  • Fixed send_poll method arguments #211
  • Added OrderedHelper 🤷‍♂️ #215
  • Fix incorrect completion order. #217

Don't miss a new aiogram release

NewReleases is sending notifications on new releases.