Skip to content

Releases: 05bit/peewee-async

v1.0.0

18 Sep 12:45
Compare
Choose a tag to compare

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 not AsyncQueryWrapper. AsyncQueryWrapper is removed

Features:

  • Added typing
  • Added pool_params parameter
  • Docs updated

Fixes:

Full Changelog: v0.12.0...v1.0.0

v0.12.1

05 Aug 09:37
d20b6c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

25 Jul 12:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0-beta...v0.12.0

v0.11.0-beta

28 May 06:51
Compare
Choose a tag to compare
v0.11.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.10.1-beta...v0.11.0-beta

v0.10.1-beta

02 May 11:38
c93271e
Compare
Choose a tag to compare
v0.10.1-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1-beta

v0.10.0

15 Jan 11:19
Compare
Choose a tag to compare

updated documentation
added AioModel feature #194
speedup and rewrite obsolette tests #193

v0.9.1

14 Sep 05:31
Compare
Choose a tag to compare

Fix package installation

0.9.0

13 Sep 05:01
a3eb0d9
Compare
Choose a tag to compare

rewrite transaction tests #184
switch setup.py to pyproject.toml with poetry #186
feat get_or_none method #185
removed deprecated functions #183