Aiogram

Latest version: v3.16.0

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

Scan your dependencies

Page 10 of 15

2.5.1

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

- Hot-fix of :code:`CommandStart` filter

2.5

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

- Added full support of Telegram Bot API 4.5 (`250 <https://github.com/aiogram/aiogram/issues/250>`_, `#251 <https://github.com/aiogram/aiogram/issues/251>`_)
- `239 <https://github.com/aiogram/aiogram/issues/239>`_ Fixed :code:`check_token` method
- `238 <https://github.com/aiogram/aiogram/issues/238>`_, `#241 <https://github.com/aiogram/aiogram/issues/241>`_: Added deep-linking utils
- `248 <https://github.com/aiogram/aiogram/issues/248>`_ Fixed support of aiohttp-socks
- Updated setup.py. No more use of internal pip API
- Updated links to documentations (https://docs.aiogram.dev)
- Other small changes and minor improvements (`223 <https://github.com/aiogram/aiogram/issues/223>`_ and others...)

2.4

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

- 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 <https://github.com/aiogram/aiogram/issues/209>`_
- Arguments user and chat is renamed to user_id and chat_id in Dispatcher.throttle method `196 <https://github.com/aiogram/aiogram/issues/196>`_
- Fixed set_chat_permissions `198 <https://github.com/aiogram/aiogram/issues/198>`_
- Fixed Dispatcher polling task does not process cancellation `199 <https://github.com/aiogram/aiogram/issues/199>`_, `#201 <https://github.com/aiogram/aiogram/issues/201>`_
- Fixed compatibility with latest asyncio version `200 <https://github.com/aiogram/aiogram/issues/200>`_
- Disabled caching by default for lazy_gettext method of I18nMiddleware `203 <https://github.com/aiogram/aiogram/issues/203>`_
- Fixed HTML user mention parser `205 <https://github.com/aiogram/aiogram/issues/205>`_
- Added IsReplyFilter `210 <https://github.com/aiogram/aiogram/issues/210>`_
- Fixed send_poll method arguments `211 <https://github.com/aiogram/aiogram/issues/211>`_
- Added OrderedHelper `215 <https://github.com/aiogram/aiogram/issues/215>`_
- Fix incorrect completion order. `217 <https://github.com/aiogram/aiogram/issues/217>`_

2.3

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

- Full support of Telegram Bot API 4.4
- Fixed `143 <https://github.com/aiogram/aiogram/issues/143>`_
- Added new filters from issue `151 <https://github.com/aiogram/aiogram/issues/151>`_: `#172 <https://github.com/aiogram/aiogram/issues/172>`_, `#176 <https://github.com/aiogram/aiogram/issues/176>`_, `#182 <https://github.com/aiogram/aiogram/issues/182>`_
- Added expire argument to RedisStorage2 and other storage fixes `145 <https://github.com/aiogram/aiogram/issues/145>`_
- Fixed JSON and Pickle storages `138 <https://github.com/aiogram/aiogram/issues/138>`_
- Implemented MongoStorage `153 <https://github.com/aiogram/aiogram/issues/153>`_ based on aiomongo (soon motor will be also added)
- Improved tests
- Updated examples
- Warning: Updated auth widget util. `190 <https://github.com/aiogram/aiogram/issues/190>`_
- Implemented throttle decorator `181 <https://github.com/aiogram/aiogram/issues/181>`_

2.2

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

- Provides latest Telegram Bot API (4.3)
- Updated docs for filters
- Added opportunity to use different bot tokens from single bot instance (via context manager, `100 <https://github.com/aiogram/aiogram/issues/100>`_)
- IMPORTANT: Fixed Typo: :code:`data` -> :code:`bucket` in :code:`update_bucket` for RedisStorage2 (`132 <https://github.com/aiogram/aiogram/issues/132>`_)

2.1

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

- Implemented all new features from Telegram Bot API 4.2
- :code:`is_member` and :code:`is_admin` methods of :code:`ChatMember` and :code:`ChatMemberStatus` was renamed to :code:`is_chat_member` and :code:`is_chat_admin`
- Remover func filter
- Added some useful Message edit functions (:code:`Message.edit_caption`, :code:`Message.edit_media`, :code:`Message.edit_reply_markup`) (`121 <https://github.com/aiogram/aiogram/issues/121>`_, `#103 <https://github.com/aiogram/aiogram/issues/103>`_, `#104 <https://github.com/aiogram/aiogram/issues/104>`_, `#112 <https://github.com/aiogram/aiogram/issues/112>`_)
- Added requests timeout for all methods (`110 <https://github.com/aiogram/aiogram/issues/110>`_)
- Added :code:`answer*` methods to :code:`Message` object (`112 <https://github.com/aiogram/aiogram/issues/112>`_)
- Maked some improvements of :code:`CallbackData` factory
- Added deep-linking parameter filter to :code:`CommandStart` filter
- Implemented opportunity to use DNS over socks (`97 <https://github.com/aiogram/aiogram/issues/97>`_ -> `#98 <https://github.com/aiogram/aiogram/issues/98>`_)
- Implemented logging filter for extending LogRecord attributes (Will be usefull with external logs collector utils like GrayLog, Kibana and etc.)
- Updated :code:`requirements.txt` and :code:`dev_requirements.txt` files
- Other small changes and minor improvements

Page 10 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.