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...
Released new version of aiogram (v2.1)
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.1
You can install new version from pypi:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.1
You can install new version from pypi:
pip install -U aiogram
[IMPORTANT] This update has some breaking changes!GitHub
Release Telegram Bot API 4.2 · aiogram/aiogram
Implemented all new features from Telegram Bot API 4.2
is_member and is_admin methods of ChatMember and ChatMemberStatus was renamed to is_chat_member and is_chat_admin
Remover func filter
Added so...
is_member and is_admin methods of ChatMember and ChatMemberStatus was renamed to is_chat_member and is_chat_admin
Remover func filter
Added so...
Released new version of aiogram (v2.2)
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.2
You can install new version from pypi:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.2
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Telegram Bot API 4.3 · aiogram/aiogram
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)
IMPORTANT: Fixed Typo: data -> ...
Updated docs for filters
Added opportunity to use different bot tokens from single bot instance (via context manager, #100)
IMPORTANT: Fixed Typo: data -> ...
Released new version of aiogram (v2.3)
Full support of Telegram Bot API 4.4
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.3
You can install new version from pypi:
Full support of Telegram Bot API 4.4
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.3
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Telegram Bot API 4.4 · aiogram/aiogram
Full support of Telegram Bot API 4.4
Fixed #143
Added new filters from issue #151: #172, #176, #182
Added expire argument to RedisStorage2 and other storage fixes #145
Fixed JSON and Pickle storage...
Fixed #143
Added new filters from issue #151: #172, #176, #182
Added expire argument to RedisStorage2 and other storage fixes #145
Fixed JSON and Pickle storage...
Released new version of aiogram (v2.4)
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.4
You can install new version from pypi:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.4
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Fixes and new features · aiogram/aiogram
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 proje...
Safe close of aiohttp client session (no more exception when application is shutdown)
No more "adWanced" words in proje...
I am appreciative to all our community for your support in 2019!
I want to summarize this year:
- Published 4 releases (2.1-2.4), partially prepared 2.5 with support of Bot API 4.5
- The development of a large release 3.0 has begun, which should become a new, significant round in the development of our framework
- Connected OpenCollective funding platform
- Received 2 times more stars than in previous years, now we have about 530 stars
- Purchased aiogram.dev domain and added subdomains for documentation - docs.aiogram.dev and dev-docs.aiogram.dev
- The number of contributors increased
First of all, I plan to do in 2020:
- Support for Bot API 4.5 (in the early days of January)
- Finish development of version 3.0 (will take several months)
- connect more funding platforms
In 2020 I wish you all good projects, adequate customers and all the best!
I want to summarize this year:
- Published 4 releases (2.1-2.4), partially prepared 2.5 with support of Bot API 4.5
- The development of a large release 3.0 has begun, which should become a new, significant round in the development of our framework
- Connected OpenCollective funding platform
- Received 2 times more stars than in previous years, now we have about 530 stars
- Purchased aiogram.dev domain and added subdomains for documentation - docs.aiogram.dev and dev-docs.aiogram.dev
- The number of contributors increased
First of all, I plan to do in 2020:
- Support for Bot API 4.5 (in the early days of January)
- Finish development of version 3.0 (will take several months)
- connect more funding platforms
In 2020 I wish you all good projects, adequate customers and all the best!
Released new version of aiogram (v2.5)
Added full support of Telegram Bot API 4.5
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5
You can install new version from pypi:
Added full support of Telegram Bot API 4.5
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5
You can install new version from pypi:
pip install -U aiogram
Published hot-fix for aiogram (v2.5.1)
Fixed CommandStart filter
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5.1
You can install new version from pypi:
Fixed CommandStart filter
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5.1
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Hot-fix · aiogram/aiogram
Hot-fix of CommandStart filter