Skip to content

aiopg 0.8.0 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 31 Dec 21:34
· 608 commits to master since this release

Fixed a bug with processing timeouts, added support for async with statements in core API.

SQLAlchemy layer is not converted yet.

Full list of changes:

  • Add PostgreSQL notification support #58
  • Support pools with unlimited size #59
  • Cancel current DB operation on asyncio timeout #66
  • Add async with support for Pool, Connection, Cursor #88