Aiogram

Latest version: v3.8.0

Safety actively analyzes 639693 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 13

2.10.1

===================

- Fixed critical bug with getting asyncio event loop in executor. (`424 <https://github.com/aiogram/aiogram/issues/424>`_) :code:`AttributeError: 'NoneType' object has no attribute 'run_until_complete'`

2.10

==================

- Breaking change: Stop using _MainThread event loop in bot/dispatcher instances (`397 <https://github.com/aiogram/aiogram/issues/397>`_)
- Breaking change: Replaced aiomongo with motor (`368 <https://github.com/aiogram/aiogram/issues/368>`_, `#380 <https://github.com/aiogram/aiogram/issues/380>`_)
- Fixed: TelegramObject's aren't destroyed after update handling `307 <https://github.com/aiogram/aiogram/issues/307>`_ (`#371 <https://github.com/aiogram/aiogram/issues/371>`_)
- Add setting current context of Telegram types (`369 <https://github.com/aiogram/aiogram/issues/369>`_)
- Fixed markdown escaping issues (`363 <https://github.com/aiogram/aiogram/issues/363>`_)
- Fixed HTML characters escaping (`409 <https://github.com/aiogram/aiogram/issues/409>`_)
- Fixed italic and underline decorations when parse entities to Markdown
- Fixed `413 <https://github.com/aiogram/aiogram/issues/413>`_: parse entities positioning (`#414 <https://github.com/aiogram/aiogram/issues/414>`_)
- Added missing thumb parameter (`362 <https://github.com/aiogram/aiogram/issues/362>`_)
- Added public methods to register filters and middlewares (`370 <https://github.com/aiogram/aiogram/issues/370>`_)
- Added ChatType builtin filter (`356 <https://github.com/aiogram/aiogram/issues/356>`_)
- Fixed IDFilter checking message from channel (`376 <https://github.com/aiogram/aiogram/issues/376>`_)
- Added missed answer_poll and reply_poll (`384 <https://github.com/aiogram/aiogram/issues/384>`_)
- Added possibility to ignore message caption in commands filter (`383 <https://github.com/aiogram/aiogram/issues/383>`_)
- Fixed addStickerToSet method
- Added preparing thumb in send_document method (`391 <https://github.com/aiogram/aiogram/issues/391>`_)
- Added exception MessageToPinNotFound (`404 <https://github.com/aiogram/aiogram/issues/404>`_)
- Fixed handlers parameter-spec solving (`408 <https://github.com/aiogram/aiogram/issues/408>`_)
- Fixed CallbackQuery.answer() returns nothing (`420 <https://github.com/aiogram/aiogram/issues/420>`_)
- CHOSEN_INLINE_RESULT is a correct API-term (`415 <https://github.com/aiogram/aiogram/issues/415>`_)
- Fixed missing attributes for Animation class (`422 <https://github.com/aiogram/aiogram/issues/422>`_)
- Added missed emoji argument to reply_dice (`395 <https://github.com/aiogram/aiogram/issues/395>`_)
- Added is_chat_creator method to ChatMemberStatus (`394 <https://github.com/aiogram/aiogram/issues/394>`_)
- Added missed ChatPermissions to __all__ (`393 <https://github.com/aiogram/aiogram/issues/393>`_)
- Added is_forward method to Message (`390 <https://github.com/aiogram/aiogram/issues/390>`_)
- Fixed usage of deprecated is_private function (`421 <https://github.com/aiogram/aiogram/issues/421>`_)

and many others documentation and examples changes:

- Updated docstring of RedisStorage2 (`423 <https://github.com/aiogram/aiogram/issues/423>`_)
- Updated I18n example (added docs and fixed typos) (`419 <https://github.com/aiogram/aiogram/issues/419>`_)
- A little documentation revision (`381 <https://github.com/aiogram/aiogram/issues/381>`_)
- Added comments about correct errors_handlers usage (`398 <https://github.com/aiogram/aiogram/issues/398>`_)
- Fixed typo rexex -> regex (`386 <https://github.com/aiogram/aiogram/issues/386>`_)
- Fixed docs Quick start page code blocks (`417 <https://github.com/aiogram/aiogram/issues/417>`_)
- fixed type hints of callback_data (`400 <https://github.com/aiogram/aiogram/issues/400>`_)
- Prettify readme, update downloads stats badge (`406 <https://github.com/aiogram/aiogram/issues/406>`_)

2.9.2

==================

- Fixed :code:`Message.get_full_command()` `352 <https://github.com/aiogram/aiogram/issues/352>`_
- Fixed markdown util `353 <https://github.com/aiogram/aiogram/issues/353>`_

2.9

================

- Added full support of Telegram Bot API 4.9
- Fixed user context at poll_answer update (`322 <https://github.com/aiogram/aiogram/issues/322>`_)
- Fix Chat.set_description (`325 <https://github.com/aiogram/aiogram/issues/325>`_)
- Add lazy session generator (`326 <https://github.com/aiogram/aiogram/issues/326>`_)
- Fix text decorations (`315 <https://github.com/aiogram/aiogram/issues/315>`_, `#316 <https://github.com/aiogram/aiogram/issues/316>`_, `#328 <https://github.com/aiogram/aiogram/issues/328>`_)
- Fix missing :code:`InlineQueryResultPhoto` :code:`parse_mode` field (`331 <https://github.com/aiogram/aiogram/issues/331>`_)
- Fix fields from parent object in :code:`KeyboardButton` (`344 <https://github.com/aiogram/aiogram/issues/344>`_ fixes `#343 <https://github.com/aiogram/aiogram/issues/343>`_)
- Add possibility to get bot id without calling :code:`get_me` (`296 <https://github.com/aiogram/aiogram/issues/296>`_)

2.8

================

- Added full support of Bot API 4.8
- Added :code:`Message.answer_dice` and :code:`Message.reply_dice` methods (`306 <https://github.com/aiogram/aiogram/issues/306>`_)

2.7

================

- Added full support of Bot API 4.7 (`294 <https://github.com/aiogram/aiogram/issues/294>`_ `#289 <https://github.com/aiogram/aiogram/issues/289>`_)
- Added default parse mode for send_animation method (`293 <https://github.com/aiogram/aiogram/issues/293>`_ `#292 <https://github.com/aiogram/aiogram/issues/292>`_)
- Added new API exception when poll requested in public chats (`270 <https://github.com/aiogram/aiogram/issues/270>`_)
- Make correct User and Chat get_mention methods (`277 <https://github.com/aiogram/aiogram/issues/277>`_)
- Small changes and other minor improvements

Page 7 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.