aiogram live
1.97K subscribers
3 photos
1 video
101 links
aiogram - is are pretty simple and fully asynchronously library for Telegram Bot API written in Python 3.9 with asyncio and aiohttp. It helps to make your bots more faster and simpler.
Download Telegram
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!
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: 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: pip install -U aiogram
One more hotfix (v2.5.2)

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
Released new version of aiogram v2.9.2

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.1

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
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: pip install -U aiogram
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: pip install -U aiogram
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: pip install -U aiogram