Aiogram

Latest version: v3.8.0

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

Scan your dependencies

Page 6 of 13

2.13

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

- Added full support of Bot API 5.2 (`572 <https://github.com/aiogram/aiogram/issues/572>`_)
- Fixed usage of :code:`provider_data` argument in :code:`sendInvoice` method call
- Fixed builtin command filter args (`556 <https://github.com/aiogram/aiogram/issues/556>`_) (`#558 <https://github.com/aiogram/aiogram/issues/558>`_)
- Allowed to use State instances FSM storage directly (`542 <https://github.com/aiogram/aiogram/issues/542>`_)
- Added possibility to get i18n locale without User instance (`546 <https://github.com/aiogram/aiogram/issues/546>`_)
- Fixed returning type of :code:`Bot.*_chat_invite_link()` methods `548 <https://github.com/aiogram/aiogram/issues/548>`_ (`#549 <https://github.com/aiogram/aiogram/issues/549>`_)
- Fixed deep-linking util (`569 <https://github.com/aiogram/aiogram/issues/569>`_)
- Small changes in documentation - describe limits in docstrings corresponding to the current limit. (`565 <https://github.com/aiogram/aiogram/issues/565>`_)
- Fixed internal call to deprecated 'is_private' method (`553 <https://github.com/aiogram/aiogram/issues/553>`_)
- Added possibility to use :code:`allowed_updates` argument in Polling mode (`564 <https://github.com/aiogram/aiogram/issues/564>`_)

2.12.1

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

- Fixed :code:`TypeError: Value should be instance of 'User' not 'NoneType'` (`527 <https://github.com/aiogram/aiogram/issues/527>`_)
- Added missing :code:`Chat.message_auto_delete_time` field (`535 <https://github.com/aiogram/aiogram/issues/535>`_)
- Added :code:`MediaGroup` filter (`528 <https://github.com/aiogram/aiogram/issues/528>`_)
- Added :code:`Chat.delete_message` shortcut (`526 <https://github.com/aiogram/aiogram/issues/526>`_)
- Added mime types parsing for :code:`aiogram.types.Document` (`431 <https://github.com/aiogram/aiogram/issues/431>`_)
- Added warning in :code:`TelegramObject.__setitem__` when Telegram adds a new field (`532 <https://github.com/aiogram/aiogram/issues/532>`_)
- Fixed :code:`examples/chat_type_filter.py` (`533 <https://github.com/aiogram/aiogram/issues/533>`_)
- Removed redundant definitions in framework code (`531 <https://github.com/aiogram/aiogram/issues/531>`_)

2.12

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

- Full support for Telegram Bot API 5.1 (`519 <https://github.com/aiogram/aiogram/issues/519>`_)
- Fixed sending playlist of audio files and documents (`465 <https://github.com/aiogram/aiogram/issues/465>`_, `#468 <https://github.com/aiogram/aiogram/issues/468>`_)
- Fixed :code:`FSMContextProxy.setdefault` method (`491 <https://github.com/aiogram/aiogram/issues/491>`_)
- Fixed :code:`Message.answer_location` and :code:`Message.reply_location` unable to send live location (`497 <https://github.com/aiogram/aiogram/issues/497>`_)
- Fixed :code:`user_id` and :code:`chat_id` getters from the context at Dispatcher :code:`check_key`, :code:`release_key` and :code:`throttle` methods (`520 <https://github.com/aiogram/aiogram/issues/520>`_)
- Fixed :code:`Chat.update_chat` method and all similar situations (`516 <https://github.com/aiogram/aiogram/issues/516>`_)
- Fixed :code:`MediaGroup` attach methods (`514 <https://github.com/aiogram/aiogram/issues/514>`_)
- Fixed state filter for inline keyboard query callback in groups (`508 <https://github.com/aiogram/aiogram/issues/508>`_, `#510 <https://github.com/aiogram/aiogram/issues/510>`_)
- Added missing :code:`ContentTypes.DICE` (`466 <https://github.com/aiogram/aiogram/issues/466>`_)
- Added missing vcard argument to :code:`InputContactMessageContent` constructor (`473 <https://github.com/aiogram/aiogram/issues/473>`_)
- Add missing exceptions: :code:`MessageIdInvalid`, :code:`CantRestrictChatOwner` and :code:`UserIsAnAdministratorOfTheChat` (`474 <https://github.com/aiogram/aiogram/issues/474>`_, `#512 <https://github.com/aiogram/aiogram/issues/512>`_)
- Added :code:`answer_chat_action` to the :code:`Message` object (`501 <https://github.com/aiogram/aiogram/issues/501>`_)
- Added dice to :code:`message.send_copy` method (`511 <https://github.com/aiogram/aiogram/issues/511>`_)
- Removed deprecation warning from :code:`Message.send_copy`
- Added an example of integration between externally created aiohttp Application and aiogram (`433 <https://github.com/aiogram/aiogram/issues/433>`_)
- Added :code:`split_separator` argument to :code:`safe_split_text` (`515 <https://github.com/aiogram/aiogram/issues/515>`_)
- Fixed some typos in docs and examples (`489 <https://github.com/aiogram/aiogram/issues/489>`_, `#490 <https://github.com/aiogram/aiogram/issues/490>`_, `#498 <https://github.com/aiogram/aiogram/issues/498>`_, `#504 <https://github.com/aiogram/aiogram/issues/504>`_, `#514 <https://github.com/aiogram/aiogram/issues/514>`_)

2.11.2

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

- Fixed default parse mode
- Added missing "supports_streaming" argument to answer_video method `462 <https://github.com/aiogram/aiogram/issues/462>`_

2.11.1

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

- Fixed files URL template
- Fix MessageEntity serialization for API calls `457 <https://github.com/aiogram/aiogram/issues/457>`_
- When entities are set, default parse_mode become disabled (`461 <https://github.com/aiogram/aiogram/issues/461>`_)
- Added parameter supports_streaming to reply_video, remove redundant docstrings (`459 <https://github.com/aiogram/aiogram/issues/459>`_)
- Added missing parameter to promoteChatMember alias (`458 <https://github.com/aiogram/aiogram/issues/458>`_)

2.11

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

- Added full support of Telegram Bot API 5.0 (`454 <https://github.com/aiogram/aiogram/issues/454>`_)
- Added possibility to more easy specify custom API Server (example)
- WARNING: API method :code:`close` was named in Bot class as close_bot in due to Bot instance already has method with the same name. It will be changed in :code:`aiogram 3.0`
- Added alias to Message object :code:`Message.copy_to` with deprecation of :code:`Message.send_copy`
- :code:`ChatType.SUPER_GROUP` renamed to :code:`ChatType.SUPERGROUP` (`438 <https://github.com/aiogram/aiogram/issues/438>`_)

Page 6 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.