Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-15 | 1.1 kB | |
v1.0.0 source code.tar.gz | 2024-09-15 | 30.1 kB | |
v1.0.0 source code.zip | 2024-09-15 | 47.2 kB | |
Totals: 3 Items | 78.4 kB | 0 |
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 https://github.com/05bit/peewee-async/pull/278
- Fixed logging by @kalombos in https://github.com/05bit/peewee-async/pull/292
- fix: update cryptography dependency by @kalombos in https://github.com/05bit/peewee-async/pull/297
Full Changelog: https://github.com/05bit/peewee-async/compare/v0.12.0...v1.0.0