What's Changed
Breaking changes:
- Removed deprecated api:
Manager, execute, count, scalar, prefetch, atomic, transaction, savepoint
- Removed deprecated database classes:
PostgresqlDatabase, MySQLDatabase, PostgresqlExtDatabase
- Removed deprecated database methods:
atomic_async, savepoint_async, connect_async, close_async, transaction_async
- Removed
peewee_asyncext
module aio_execute
returns list of models now notAsyncQueryWrapper
.AsyncQueryWrapper
is removed
Features:
- Added typing
- Added pool_params parameter
- Docs updated
Fixes:
- Fixed deferred db init by @F1int0m in #278
- Fixed logging by @kalombos in #292
- fix: update cryptography dependency by @kalombos in #297
Full Changelog: v0.12.0...v1.0.0