aiogram/CHANGES/1705.misc.rst
2025-07-09 16:20:50 +03:00

1 line
228 B
ReStructuredText

Migrated MongoStorage from relying on deprecated motor package to using new async PyMongo. Added BaseStorage, MemoryStorage, MongoStorage, RedisStorage to __init__.py file in aiogram/storage/fsm to improve developer experience.