Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html#b9-2023-07-30
You can install Beta version from pypi:
pip install -U --pre aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ16๐คก10โค1
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html#rc1-2023-08-06
If you're still using v2.x, it's time to start migrating to v3.0 because we're getting closer to release!
You can install RC version from pypi:
pip install -U --pre aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
๐44๐ฅ7โค5๐5๐คฎ2
Changelog: https://docs.aiogram.dev/en/latest/changelog.html#rc2-2023-08-18
Added full support for Bot API 6.8, also has small fixes and partially improved documentation.
You can install RC version from pypi:
pip install -U --pre aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
โค268๐262๐คฏ254๐250๐238๐ค235๐คฎ235๐ฅ233๐ฑ232
I'm glad to say you, that 3.0 is coming!
It is planned to be released closer to September 1, 2023. Also, one additional release candidate may be published by then.
I strongly recommend upgrading to this version if you haven't already. Basic instructions for the update are already available in the documentation: https://docs.aiogram.dev/en/latest/migration_2_to_3.html
But if you still need documentation from version 2.25, it is still available at a separate link - https://docs.aiogram.dev/en/v2.25.1/
It is planned to be released closer to September 1, 2023. Also, one additional release candidate may be published by then.
I strongly recommend upgrading to this version if you haven't already. Basic instructions for the update are already available in the documentation: https://docs.aiogram.dev/en/latest/migration_2_to_3.html
But if you still need documentation from version 2.25, it is still available at a separate link - https://docs.aiogram.dev/en/v2.25.1/
๐17๐11๐ฅ7๐7๐คฎ3โค2
This version introduce much more technical and architectural improvements, introduces new mechanisms to implement your applications easier.
The road to this day was very difficult, it is started on Jun 29, 2019 (more than 4 years ago), at this time project experienced many challenges, as you may know, i'm (Alex) working on aiogram at my free time after job, so, the situation in the world affects how much free time to develop i have, we can remember 2020 as the start of the coronavirus pandemic which makes development slower, after that at 24 feb, 2022 russia invades into Ukraine, at this point the project could stop altogether, in fact, because of war there was a very long pause in the development, but after some time I started to find time and inspiration to develop the aiogram, and now we have this day - 1'st September 2023, public release of aiogram 3.0.
In case of all troubles, done less than the original 2019 I planned to do for this release, but enough to meet all current developer needs so welcome the update.
The development will not stop in the future, there are already plans for several upcoming updates (3.1-3.3) such as improving the work with the state machine, to simplify the implementation of interaction with users, and there are also basic ideas for version 4.0, plans for which will also be published in time.
You can install this version from pypi:
pip install -U aiogram
Please note that this version has many critical changes, so you will need to read the migration FAQ before upgrading: https://docs.aiogram.dev/en/dev-3.x/migration_2_to_3.htmlPlease open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ68๐คฎ20๐14๐12โค8๐2๐ค1๐1๐1
Added full support of Bot API 6.9
Changelog: https://docs.aiogram.dev/en/latest/changelog.html#id1
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ10
๐HOTFIX ๐
aiogram v3.1.1 is here
Since the release of pydantic 2.4, aiogram currently has an incompatibility - "
This patch installs a previous version of pydantic.
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
You can install this version from pypi:
aiogram v3.1.1 is here
Since the release of pydantic 2.4, aiogram currently has an incompatibility - "
KeyError: 'aiogram.types.input_text_message_content.InputTextMessageContent:94580207914144'"This patch installs a previous version of pydantic.
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
You can install this version from pypi:
pip install -U aiogram๐19๐ฅ3
In this version, a new feature - Scenes has been added to simplify the implementation of step-by-step interaction with users (using FSM), you can learn more about it in the documentation.
Also, thanks to the recent update of aiohttp, this version of aiogram is compatible with Python 3.12, and now compatibility with FastAPI >= 0.104 is also fixed.
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
๐คฎ1.04K๐ฅ35 10๐6โค3๐3๐คฏ2โก1
๐ฒ๐ ๐ aiogram 3.3.0 with full support of Bot API 7.0 is here!
Bot API changes: https://core.telegram.org/bots/api-changelog#december-29-2023
This is the biggest Bot API update ever!๐ฑ
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
You can install this version from pypi:
Bot API changes: https://core.telegram.org/bots/api-changelog#december-29-2023
This is the biggest Bot API update ever!
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
โค29๐ฅ14 13๐3๐คฎ2โก1
From now the
https://hub.docker.com/r/aiogram/telegram-bot-api
aiogram/telegram-bot-api Docker image is also available on the ARM architecture!https://hub.docker.com/r/aiogram/telegram-bot-api
docker pull aiogram/telegram-bot-apiโค18๐8๐ฅ8 6
Added full support of Bot API 7.1
Changelog: https://docs.aiogram.dev/en/latest/changelog.html#id1
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
๐คฎ324๐ฅ16โค4๐4๐4โก1๐ฑ1
Fixed JSON serialization of bot-wide default LinkPreviewOptions
Changelog: https://docs.aiogram.dev/en/latest/changelog.html#id1
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
๐14๐คฎ14๐ฅ7โก2โค2๐ค1
Added full support of Bot API 7.2
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
Sorry for the delay in publishing the update. I've been busy as hell at my job this past month, so I haven't been able to get around to posting the update on time even though it was almost ready all this time (many thanks to those who tested it by installing from github).
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ28๐12๐6โก1
Added full support of Bot API 7.3
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
โค14๐ฅ8โก5๐2๐2๐1
Added full support of Bot API 7.4
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
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โฆ
โค6๐ฅ6๐3๐1๐1
Added full support of Bot API 7.5
Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
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โฆ
โค13๐ฅ6๐1
Added full support of Bot API 7.6
Changelog: https://docs.aiogram.dev/en/latest/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
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โฆ
๐7โค4๐4๐1
Added full support of Bot API 7.7
Changelog: https://docs.aiogram.dev/en/latest/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
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โฆ
๐13โก10๐ฅ3๐2โค1
Added full support of Bot API 7.8
Changelog: https://docs.aiogram.dev/en/latest/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
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โฆ
๐ฅ13๐6๐4โค2โก1๐1๐1
Added full support of Bot API 7.9
โ ๏ธ This update is critical for you if your bot is in channels where paid reactions to messages are enabled, because a new object has appeared in the API that cannot be deserialized in previous versions when calling thegetChatmethod.
Changelog: https://docs.aiogram.dev/en/latest/changelog.html
You can install this version from pypi:
pip install -U aiogramPlease open Telegram to view this post
VIEW IN TELEGRAM
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โฆ
2๐7๐ฅ7โค3๐2