Releases: aio-libs/aiopg
Releases · aio-libs/aiopg
aiopg 0.11.0 release
CHANGES
- Immediately remove callbacks from a closed file descriptor #139
- Drop Python 3.3 support
aiopg 0.10.0 release
Connection pool is more stable now.
Changes
aiopg 0.9.2
aiopg 0.9.1
Documentation release, no code changes.
aiopg 0.9.0 release
aiopg 0.8.0 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:
Release 0.7.0
Major aiopg 0.7.0 release.
CHANGES
- Get rid of resource leak on connection failure.
- Report ResourceWarning on non-closed connections.
- Deprecate iteration protocol support in cursor and ResultProxy.
- Release sa connection to pool on
connection.close()
.
aiopg 0.6.1
Better support for aiopg.sa query execution
Changes
- Accept dict, list, tuple, named and positional parameters in
SAConnection.execute()
aiopg 0.5.2
Minor release, fixes a bug that leaves connection in broken state after cursor.execute()
failure.
aiopg 0.5.1
Minor bugfix release.
Fix allows to use next transaction on the same connection for aiopg.sa machinery.