Releases: 05bit/peewee-async
Releases · 05bit/peewee-async
v0.12.2
What's Changed
- fix: backported 06710cc to v0.12 by @strizhechenko in #301
New Contributors
- @strizhechenko made their first contribution in #301
Full Changelog: v0.12.1...v0.12.2
v1.0.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 #278
- Fixed logging by @kalombos in #292
- fix: update cryptography dependency by @kalombos in #297
Full Changelog: v0.12.0...v1.0.0
v0.12.1
v0.12.0
What's Changed
- feat: added aio_save method by @kalombos in #252
- feat: add aio_get_or_create by @kalombos in #255
- feat: add aio_exists by @kalombos in #256
- feat: add aio_prefetch by @kalombos in #257
- chore: remove unused imports by @kalombos in #258
- chore: deprecate unusable databases by @kalombos in #259
- feat: added compoundselect support by @kalombos in #261
- chore: module is splited by files by @kalombos in #262
- chore: rewriting old tests by @kalombos in #263
- feat: started typing by @kalombos in #264
- feat: typing database file by @kalombos in #265
- feat: typing result wrappers by @kalombos in #266
- feat: removed last_insert_id_async typing by @kalombos in #267
- chore: rewrite old tests by @kalombos in #268
- feat: docs updated by @kalombos in #269
- feat: update readme and examples by @kalombos in #271
Full Changelog: v0.11.0-beta...v0.12.0
v0.11.0-beta
What's Changed
- chore: refactoring fetching result by @kalombos in #214
- fix: add ConnectionContext class by @kalombos in #216
- Remove unused use_speedup property by @F1int0m in #217
- fix: deprecated connection timeout in pg ext by @kalombos in #218
- Added base usage example for aiohttp server by @rudyryk in #231
- Extracted compatibility module to work without AioModel subclassing by @rudyryk in #232
- transaction refactoring by @kalombos in #234
- chore: aio prefix for database, rename manager fixture by @kalombos in #238
- chore: add warnings to the manager by @kalombos in #239
- chore: move deprecated methods to the end of the class by @kalombos in #240
- updated load-testing app by @kalombos in #242
- fix: rewrite transaction context manager by @kalombos in #243
- chore: rewrite tests for not using manager by @kalombos in #244
- feat: should call connect manually if close database by @kalombos in #246
- feat: add AioModelRaw by @kalombos in #247
- add aio_scalar test by @kalombos in #248
- feat: aio_count method added by @kalombos in #249
- feat: added aio_delete_instance method by @kalombos in #250
- fix: terminate method idempotent by @kalombos in #251
New Contributors
Full Changelog: v0.10.1-beta...v0.11.0-beta
v0.10.1-beta
What's Changed
- add acid test which should be made passed by @kalombos in #210
- added load-testing app by @kalombos in #211
- connection leaks fix
- chore: Refactor Async(Postgresql/MySQL)Connection by @akerlay in #213
New Contributors
Full Changelog: v0.10.0...v0.10.1-beta