Alex Root Junior
Alex Root Junior
# Description More flat project structure Closes #938 ## Type of change - Breaking change (fix or feature that would cause existing functionality to not work as expected) - Documentation...
**Breaking!** Move packages with great nesting into root package level: - `aiogram.dispatcher.filters` -> `aiogram.filters` - `aiogram.dispatcher.fsm` -> `aiogram.fsm` - `aiogram.dispatcher.handler` -> `aiogram.handler` - `aiogram.dispatcher.webhook` -> `aiogram.webhook` - `aiogram.dispatcher.flags/*` -> `aiogram.dispatcher.flags`...
## Rationale Filters factory helps to resolve filter instance via keyword arguments passed to the handler registration method. But in the same time factory makes registering unpredictable and uncontrollable: filters...
After discussion in [aiogram_ru#80199](https://t.me/aiogram_ru/80199) and #172 is planned to rename all `chat` and `user` arguments to `chat_id` and `user_id` and marking old arguments as deprecated until 3.0. Affected: 1. https://github.com/aiogram/aiogram/blob/c6923e331c1222b275aa87ce87ffabf17b185890/aiogram/dispatcher/dispatcher.py#L860-L862...
It would be nice to have the docs translated to different languages to make easy dive into aiogram and bot development, it's possible with sphinx and ReadTheDocs native using I18n...
Add mechanism like scenes in telegraf.js **Motivation:** Now states-flow handlers code can be hard for reading and understanding for humans, for example: https://t.me/aiogram_ru/64937 **What it might look like for end...
**Describe the bug** Latest plugin version is not compatible with most recent EAP version of PyCharm, it can be a big problem when 2021.3 will be released for everyone. Tested...
# Description - Removed filters factory, details - #942 - Reworked errors handler (#???) ## Type of change - Breaking change (fix or feature that would cause existing functionality to...
# Description Fixed event context resolving for the callback query that is coming from the business account Fixes #1520
I'm currently using KeyDB in cluster mode and have encountered an issue with the PUBSUB NUMSUB command. While PUBLISH and SUBSCRIBE commands work correctly in cluster mode, PUBSUB NUMSUB provides...