* Fix 865: `fastapi_users.db` module exports were not discovered correctly by IDE. Thanks Ae-Mc 🎉 * Improve typing for classes and functions expecting a dependency callable.
9.2.1
Not secure
Bug fixes and improvements
* Fix 846: cookies are now correctly deleted when using custom `SameSite` option. Thanks Hazedd 🎉 * Bump dependencies * `fastapi >=0.65.2,<0.72.0` * `makefun >=1.11.2,<1.14`
9.2.0
Not secure
New features and improvements
* Revamp of SQLAlchemy database adapter using pure SQLAlchemy ORM with asyncio support. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/databases/sqlalchemy/)] * You can install it with `pip install fastapi-users[sqlalchemy2]` * The previous one is still available on `fastapi-users[sqlalchemy]` but is now **deprecated**.
9.1.1
Not secure
Bug fixes
* Bump database adapters dependencies versions to work with new Database strategy. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/authentication/strategies/database/)]
9.1.0
Not secure
New features and improvements
* Database authentication strategy: access tokens are stored in your database. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/authentication/strategies/database/)]
9.0.1
Not secure
Bug fixes
* Fix `ImportError` when redis optional dependency not installed.