mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
updated changelog to have information about how to migrate from MongoStorage to PyMongoStorage
This commit is contained in:
parent
7774331ac8
commit
8cd5862703
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
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.
|
||||
Migrated `MongoStorage` from relying on deprecated `motor` package to using new async `PyMongo`. To use mongo storage with new async `PyMongo`, you need to install the `PyMongo` package instead of `motor` and just substitute deprecated `MongoStorage` with `PyMongoStorage` class, no other action needed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue