Telegram Web Link
Release notes v1.0.2
Github: https://github.com/aiogram/aiogram

- Send media group via webhook response.
- Small changes in logging messages.
- Bug fixes and other minor improvements.

You can install new version from pypi: pip install aiogram -U
Release notes v1.0.3
Github: https://github.com/aiogram/aiogram

- Added middlewares mechanism.
- Added example for middlewares and throttling manager.
- Added logging middleware (aiogram.contrib.middlewares.logging.LoggingMiddleware)
- Fixed handling errors in async tasks (marked as 'async_task')
- Small fixes and other minor improvements.

You can install new version from pypi: pip install aiogram -U
Release notes v1.0.4
- Fix error replacing 'to_json' by 'to_python' (in reply markup objects)
- Added ContextMiddleware for storing data when Update object is alive (for transfering data between filters and handlers or etc.)
- Allow to iterate over TelegramObject:
TelegramObject.__iter__: iterate over key-value pairs
TelegramObject.iter_keys: iterate over keys
TelegramObject.iter_values: iterate over values

You can install new version from pypi: pip install aiogram -U
Minor changes in the latest release notes:
- Allow to set default parse mode for messages (Bot( ... , parse_mode='HTML'))
[WARNING]
In the next update is planned to update aiohttp version from 2.3.5 to 3.1.3

https://aiohttp.readthedocs.io/en/stable/whats_new_3_0.html
Released new version of aiogram (v1.4)
Implemented features from Bot API 4.0

You can install new version from pypi: pip install -U aiogram
[EN] 2018 is coming to an end, let's summarize this year:
- 12 releases published
- Over 170 stars collected on GitHub
- The transition to the Python 3.7.

What is planned for 2019? First of all I want:
- Improve aiogram documentation
- Implement a wrapper for the Facebook Messenger API
- Implement wrappers for Viber, WhatsApp (if i can get access)
- Move the dispatcher's to a separate library for easy re-use in wrappers for different APIs.


And also I express my gratitude to the formed community.
Thank you all for your support and motivation to continue developing! :)


[RU] 2018 год подходит к концу, давайте же подведем итоги этого года:
- Опубликовано 12 релизов
- Собрано более 170 звезд на GitHub
- Совершен переход на Python 3.7.

Что планируется на 2019 год? В первую очередь хочу:
- Улучшить документацию aiogram
- Реализовать обертку над Facebook Messenger API
- Реализовать обертки над Viber, WhatsApp (если удастся получить доступ)
- Вынести скилет диспетчера в отдельную библиотеку для удобства переиспользования в обертках над разными API.


А так же выражаю благодарность сформировавшемуся сообществу.
Forwarded from Alex RootJunior 🇺🇦
Выбираем название для обертки надо Viber API
Choose a name for the Viber API wrapper
Anonymous Poll
23%
aiober
15%
pyber
29%
viberio
4%
pyberio
7%
asyncviber
3%
viberrio
6%
aiopyber
6%
vibot
1%
piberio
6%
viberbot
2025/07/01 13:38:00
Back to Top
HTML Embed Code: