Skip to content

Fixes and new features

Compare
Choose a tag to compare
@JrooTJunior JrooTJunior released this 29 Oct 21:05
· 469 commits to dev-2.x since this release
  • 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