Aiogram Versions Save

aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio

v2.25.1

1 year ago
  • Fixed ChatPermissions for Bot API 6.5 (#1113)

v2.25

1 year ago
  • Added full support of Telegram API 6.5 (#1111)
  • Added is_persistent argument to ReplyKeyboardMarkup constructor

v2.24

1 year ago
  • Added full support of Bot API 6.4
  • Updated Chat.promote shortcut arguments (#1082)
  • Finally migrated from aioredis to redis.asyncio (#1074)
  • Added possibility to filter ChatJoinRequest by ChatTypeFilter (#1027)
  • Fixed warning about asyncio marker tests (#1078)

v2.23.1

1 year ago
  • Fixed Message shortucts for non-forum chats, but getting the message_thread_id field (#1062)
  • Fixed dependencies list in setup.py

v2.23

1 year ago
  • Added full support of Bot API 6.3
  • Added missing params to chat shortcut functions create_invite_link, edit_invite_link (#1026)
  • Added native support of MagicFilter, you can read more about this type of filters in 3.x version documentation

v2.22.2

1 year ago
  • Bugfix: Added field can_manage_video_chats to ChatMemberOwner (#1003)
  • Fixed get_custom_emoji_stickers method (#1002)
  • Added IDFilter support for ChatJoinRequest events (#983)

v2.22.1

1 year ago
  • Fixed LifetimeControllerMiddleware:
...  venv\lib\site-packages\aiogram\dispatcher\middlewares.py", line 121, in skip_actions
f"pre_process_{item}",
NameError: name 'item' is not defined

v2.22

1 year ago
  • Added full support of Bot API 6.2
  • Fixed filtering skip_patterns (#868)
  • Fixed RedisStorage2.get_states_list method (#857)
  • Added global default value of protect content property (#917)
  • Command filter now can be sets with BotCommand object (#935)
  • Added constructor for ChatAdministratorRights (#964)
  • Fixed FSM Storage reset_bucket method (#970, #971)
  • Improved issue and pull request templates and labels automation (#947, #962, #939)