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
One more hotfix (v2.5.2)
Get back
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5.2
You can install new version from pypi:
Get back
escape_md
and quote_html
from aiogram.utlls.markdown
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5.2
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Hot-fix 2 · aiogram/aiogram
Get back quote_html and escape_md functions
Released new version of aiogram (v2.5.3)
More fixes
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5.3
You can install new version from pypi:
More fixes
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5.3
You can install new version from pypi:
pip install -U aiogram
GitHub
Release More fixes · aiogram/aiogram
#255 Updated CallbackData factory validity check. More correct for non-latin symbols
#256 Fixed renamed_argument decorator error
#257 One more fix of CommandStart filter
#256 Fixed renamed_argument decorator error
#257 One more fix of CommandStart filter
Released new version of aiogram (v2.6)
Added full support of Telegram Bot API 4.6
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.6
You can install new version from pypi:
Added full support of Telegram Bot API 4.6
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.6
You can install new version from pypi:
pip install -U aiogram
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
Released new version of aiogram (v2.6.1)
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.6.1
You can install new version from pypi:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.6.1
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Poll's improvements · aiogram/aiogram
Fixed reply KeyboardButton initializer with request_poll argument (#266)
Added helper for poll types (aiogram.types.PollType)
Changed behavior of Telegram_object .as_* and .to_* methods. It will no...
Added helper for poll types (aiogram.types.PollType)
Changed behavior of Telegram_object .as_* and .to_* methods. It will no...
Released new version of aiogram (v2.7)
Added full support of Telegram Bot API 4.7
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.7
You can install new version from pypi:
Added full support of Telegram Bot API 4.7
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.7
You can install new version from pypi:
pip install -U aiogram
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
Released new version of aiogram (v2.8)
Added full support of Telegram Bot API 4.8
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.8
You can install new version from pypi:
Added full support of Telegram Bot API 4.8
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.8
You can install new version from pypi:
pip install -U aiogram
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
Released new version of aiogram (v2.9)
Added full support of Telegram Bot API 4.9
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.9
You can install new version from pypi:
Added full support of Telegram Bot API 4.9
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.9
You can install new version from pypi:
pip install -U aiogram
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
Released new version of aiogram v2.9.2
Fixed critical bugs in parse mode utils and
I offer my deepest apologies if these issues touched you 🙈
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.9.2
You can install new version from pypi:
Fixed critical bugs in parse mode utils and
Message.get_full_command()
Is highly recommended to update from v2.9 to v2.9.2!I offer my deepest apologies if these issues touched you 🙈
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.9.2
You can install new version from pypi:
pip install -U aiogram
Released new version of aiogram v2.10
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.10
You can install new version from pypi:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.10
You can install new version from pypi:
pip install -U aiogram
GitHub
Release v2.10 · aiogram/aiogram
Breaking change: Stop using _MainThread event loop in bot/dispatcher instances (#397)
Breaking change: Replaced aiomongo with motor (#368, #380)
Fixed: TelegramObject's aren't destroyed aft...
Breaking change: Replaced aiomongo with motor (#368, #380)
Fixed: TelegramObject's aren't destroyed aft...
Released new version of aiogram v2.10.1
Fixed critical bug:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.10
You can install new version from pypi:
Fixed critical bug:
AttributeError: 'NoneType' object has no attribute 'run_until_complete'
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.10
You can install new version from pypi:
pip install -U aiogram
GitHub
Release v2.10 · aiogram/aiogram
Breaking change: Stop using _MainThread event loop in bot/dispatcher instances (#397)
Breaking change: Replaced aiomongo with motor (#368, #380)
Fixed: TelegramObject's aren't destroyed aft...
Breaking change: Replaced aiomongo with motor (#368, #380)
Fixed: TelegramObject's aren't destroyed aft...
Released new version of aiogram v2.11
Added full support of Telegram Bot API 5.0
If you want to use private API Server in Docker - published ready-to-use image: aiogram/telegram-bot-api
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11
You can install new version from pypi:
Added full support of Telegram Bot API 5.0
If you want to use private API Server in Docker - published ready-to-use image: aiogram/telegram-bot-api
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11
You can install new version from pypi:
pip install -U aiogram
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
Released new version of aiogram v2.11.1
If you want to use private API Server in Docker - published ready-to-use image: aiogram/telegram-bot-api
Today this image is also updated. Fixed permissions inside container for web-server temporary directory.
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11.1
You can install new version from pypi:
If you want to use private API Server in Docker - published ready-to-use image: aiogram/telegram-bot-api
Today this image is also updated. Fixed permissions inside container for web-server temporary directory.
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11.1
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Small fixes · aiogram/aiogram
Fixed files URL template
Fix MessageEntity serialization for API calls #457
When entities are set, default parse_mode become disabled (#461)
Added parameter supports_streaming to reply_video, remov...
Fix MessageEntity serialization for API calls #457
When entities are set, default parse_mode become disabled (#461)
Added parameter supports_streaming to reply_video, remov...
Released new version of aiogram v2.11.2
Hotfixed default parse mode
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11.2
You can install new version from pypi:
Hotfixed default parse mode
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11.2
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Hotfix · aiogram/aiogram
Fixed default parse mode
Added missing "supports_streaming" argument to answer_video method #462
Added missing "supports_streaming" argument to answer_video method #462
Released new version of aiogram v2.12
Added full support of Telegram Bot API 5.1 and other fixes
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.12
You can install new version from pypi:
Added full support of Telegram Bot API 5.1 and other fixes
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.12
You can install new version from pypi:
pip install -U aiogram
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
Released new version of aiogram v2.12.1
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.12.1
You can install new version from pypi:
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.12.1
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Bug fix release: v2.12.1 · aiogram/aiogram
Fixed TypeError: Value should be instance of 'User' not 'NoneType' (#527)
Added missing Chat.message_auto_delete_time field (#535)
Added MediaGroup filter (#528)
Added Chat.delete_m...
Added missing Chat.message_auto_delete_time field (#535)
Added MediaGroup filter (#528)
Added Chat.delete_m...
Released new version of aiogram v2.13
Added full support of Telegram Bot API 5.2
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.13
You can install new version from pypi:
Added full support of Telegram Bot API 5.2
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.13
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Telegram Bot API 5.2 · aiogram/aiogram
Added full support of Bot API 5.2 (#572)
Fixed usage of provider_data argument in sendInvoice method call
Fixed builtin command filter args (#556) (#558)
Allowed to use State instances FSM storage ...
Fixed usage of provider_data argument in sendInvoice method call
Fixed builtin command filter args (#556) (#558)
Allowed to use State instances FSM storage ...
Released new version of aiogram v2.14.1
Added full support of Telegram Bot API 5.3
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.14
You can install new version from pypi:
Added full support of Telegram Bot API 5.3
Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.14
You can install new version from pypi:
pip install -U aiogram
GitHub
Release Telegram Bot API 5.3 · aiogram/aiogram
Full support of Bot API 5.3 (#610, #614)
Fixed Message.send_copy method for polls (#603)
Updated pattern for GroupDeactivated exception (#549
Added caption_entities field in InputMedia base class (...
Fixed Message.send_copy method for polls (#603)
Updated pattern for GroupDeactivated exception (#549
Added caption_entities field in InputMedia base class (...