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:
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
GitHub
GitHub - aiogram/aiogram: aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio - aiogram/aiogram
Release notes v1.0.3
Github: https://github.com/aiogram/aiogram
- Added middlewares mechanism.
- Added example for middlewares and throttling manager.
- Added logging middleware (
- Fixed handling errors in async tasks (marked as '
- Small fixes and other minor improvements.
You can install new version from pypi:
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
GitHub
GitHub - aiogram/aiogram: aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio - aiogram/aiogram
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:
You can install new version from pypi:
- 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 pairsTelegramObject.iter_keys
: iterate over keysTelegramObject.iter_values
: iterate over valuesYou can install new version from pypi:
pip install aiogram -U
Released new version of aiogram (v1.1)
Release notes: https://github.com/aiogram/aiogram/releases/tag/v1.1
You can install new version from pypi:
Release notes: https://github.com/aiogram/aiogram/releases/tag/v1.1
You can install new version from pypi:
pip install aiogram -U
GitHub
Release Refactoring · aiogram/aiogram
Added more methods for data types (like message.reply_sticker(...) or file.download(...)
Typo fixes of documentstion
Allow to set default parse mode for messages (Bot( ... , parse_mode='HTML...
Typo fixes of documentstion
Allow to set default parse mode for messages (Bot( ... , parse_mode='HTML...
Minor changes in the latest release notes:
- Allow to set default parse mode for messages (
- Allow to set default parse mode for messages (
Bot( ... , parse_mode='HTML')
)Released new version of aiogram (v1.2)
Release notes:
https://github.com/aiogram/aiogram/releases/tag/v1.2
You can install new version from pypi:
Release notes:
https://github.com/aiogram/aiogram/releases/tag/v1.2
You can install new version from pypi:
pip install aiogram -U
GitHub
Release Bot API 3.6 · aiogram/aiogram
Full provide Telegram Bot API 3.6
Fixed critical error: Fatal Python error: PyImport_GetModuleDict: no module dictionary!
Implemented connection pool in RethinkDB driver
Typo fixes of documentstion...
Fixed critical error: Fatal Python error: PyImport_GetModuleDict: no module dictionary!
Implemented connection pool in RethinkDB driver
Typo fixes of documentstion...
Released new version of aiogram (v1.2.1)
https://github.com/aiogram/aiogram/releases/tag/v1.2.1
You can install new version from pypi:
https://github.com/aiogram/aiogram/releases/tag/v1.2.1
You can install new version from pypi:
pip install aiogram -U
GitHub
Release Fixes · aiogram/aiogram
Fixed handling Venue's [#27, #26]
Added parse_mode to all medias (Bot API 3.6 support) [#23]
Now regexp filter can be used with callback query data [#19]
Improvements in InlineKeyboardMarkup &a...
Added parse_mode to all medias (Bot API 3.6 support) [#23]
Now regexp filter can be used with callback query data [#19]
Improvements in InlineKeyboardMarkup &a...
Released new version of aiogram (v1.2.2)
https://github.com/aiogram/aiogram/releases/tag/v1.2.2
You can install new version from pypi:
https://github.com/aiogram/aiogram/releases/tag/v1.2.2
You can install new version from pypi:
pip install aiogram -U
GitHub
Release Detailed exceptions. · aiogram/aiogram
Added more error types.
Implemented method InputFile.from_url(url: str) for downloading files.
Implemented big part of API method tests.
Other small changes and mminor improvements.
Implemented method InputFile.from_url(url: str) for downloading files.
Implemented big part of API method tests.
Other small changes and mminor improvements.
Released new version of aiogram (v1.2.3)
https://github.com/aiogram/aiogram/releases/tag/v1.2.3
You can install new version from pypi:
https://github.com/aiogram/aiogram/releases/tag/v1.2.3
You can install new version from pypi:
pip install -U aiogram
GitHub
aiogram/aiogram
aiogram - Is a pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.6 with asyncio and aiohttp.
[WARNING]
In the next update is planned to update
https://aiohttp.readthedocs.io/en/stable/whats_new_3_0.html
In the next update is planned to update
aiohttp
version from 2.3.5 to 3.1.3https://aiohttp.readthedocs.io/en/stable/whats_new_3_0.html
Released new version of aiogram (v1.3)
https://github.com/aiogram/aiogram/releases/tag/v1.3
You can install new version from pypi:
https://github.com/aiogram/aiogram/releases/tag/v1.3
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Proxy and new requirements. · aiogram/aiogram
Allow to use Socks5 proxy (need manually install aiosocksy).
Refactored aiogram.utils.executor module.
[Warning] Updated requirements list.
Refactored aiogram.utils.executor module.
[Warning] Updated requirements list.
Released first version of aiograph library (v0.1)
aiograph - asynchronous Python Telegra.ph API wrapper.
Github: https://github.com/aiogram/aiograph
You can install it from pypi:
aiograph - asynchronous Python Telegra.ph API wrapper.
Github: https://github.com/aiogram/aiograph
You can install it from pypi:
pip install -U aiograph
GitHub
GitHub - aiogram/aiograph: Asynchronous Python Telegra.ph API wrapper.
Asynchronous Python Telegra.ph API wrapper. Contribute to aiogram/aiograph development by creating an account on GitHub.
Released new version of aiogram (v1.3.2)
> Release notes here <
(1.3.1 skipped for some reasons)
You can install new version from pypi:
> Release notes here <
(1.3.1 skipped for some reasons)
You can install new version from pypi:
pip install -U aiogram
GitHub
Release v1.3.2 · aiogram/aiogram
Fixed crashing of polling process. (i think)
Added parse_mode field into input query results according to Bot API Docs.
Added new methods for Chat object. (#42, #43)
Warning: disabled connections l...
Added parse_mode field into input query results according to Bot API Docs.
Added new methods for Chat object. (#42, #43)
Warning: disabled connections l...
Released new version of aiogram (v1.3.3)
> Release notes here <
You can install new version from pypi:
> Release notes here <
You can install new version from pypi:
pip install -U aiogram
GitHub
aiogram/aiogram
aiogram - Is a pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.6 with asyncio and aiohttp.
Released new version of aiogram (v1.4)
Implemented features from Bot API 4.0
You can install new version from pypi:
Implemented features from Bot API 4.0
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Bot API 4.0 · aiogram/aiogram
Bot API 4.0 (#57)
Released new version of aiogram (v2.0)
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.0
Migration FAQ: https://aiogram.readthedocs.io/en/latest/migration_1_to_2.html
You can install new version from pypi:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.0
Migration FAQ: https://aiogram.readthedocs.io/en/latest/migration_1_to_2.html
You can install new version from pypi:
pip install -U aiogram
GitHub
Release A new era (2)! · aiogram/aiogram
This update will break backward compability with Python 3.6 and works only with Python 3.7+:
contextvars (PEP-567);
New syntax for annotations (PEP-563).
Changelog
Used contextvars instead of ai...
contextvars (PEP-567);
New syntax for annotations (PEP-563).
Changelog
Used contextvars instead of ai...
Released new version of aiogram (v2.0.1)
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.0.1
You can install new version from pypi:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.0.1
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Last release in 2018 · aiogram/aiogram
Implemented CallbackData factory (example)
Implemented methods for answering to inline query from context and reply with animation to the messages. #85
Fixed installation from tar.gz #84
More excep...
Implemented methods for answering to inline query from context and reply with animation to the messages. #85
Fixed installation from tar.gz #84
More excep...
[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.
А так же выражаю благодарность сформировавшемуся сообществу.
- 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
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
Released new version of aiograph library (v0.2)
aiograph - asynchronous Python Telegra.ph API wrapper.
Github: https://github.com/aiogram/aiograph
You can install it from pypi:
aiograph - asynchronous Python Telegra.ph API wrapper.
Github: https://github.com/aiogram/aiograph
You can install it from pypi:
pip install -U aiograph
GitHub
Release Release 0.2 · aiogram/aiograph
Changed http to https protocol for all API endpoints
Break backward compatibility with Python 3.6
Added feature for contextual usage of token
Added method for uploading files from URL (PR #1)
Chan...
Break backward compatibility with Python 3.6
Added feature for contextual usage of token
Added method for uploading files from URL (PR #1)
Chan...