Release notes v0.4 (Webhooks) - Implement new webhook system. Now you can reply into webhook. - Added builtin webhook request handler based on aiohttp. - Added response types (For webhooks) with backward compatibility with long-polling. - Now request throws more informative exceptions. - Exceptions module moved into utils package. - Removed old (in past marked as deprecated) code stuff (Old FSM). - Small changes in doc's structure. (It's not perfect but it has) - Added more annotations. - Fix date parser in types. - Other bug fixes and minor improvements.
You can install new version from pypi: pip install aiogram -U
Ну а дальше нужно будет 1) обмазать наконец то все тестами 2) отрефакторить часть кода 3) дополнить/исправить доки 4) добавить фильтр для проверки прав пользователей.