Aiopg

Latest version: v1.4.0

Safety actively analyzes 702161 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 10

0.8.0

^^^^^^^^^^^^^^^^^^

* Add PostgreSQL notification support `58 <https://github.com/aio-libs/aiopg/issues/58>`_

* Support pools with unlimited size `59 <https://github.com/aio-libs/aiopg/issues/59>`_

* Cancel current DB operation on asyncio timeout `66 <https://github.com/aio-libs/aiopg/issues/66>`_

* Add async with support for Pool, Connection, Cursor `88 <https://github.com/aio-libs/aiopg/issues/88>`_

0.7.0

^^^^^^^^^^^^^^^^^^

* 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()`.

0.6.0

^^^^^^^^^^^^^^^^^^

* Accept dict, list, tuple, named and positional parameters in
`SAConnection.execute()`

0.5.2

^^^^^^^^^^^^^^^^^^

* Minor release, fixes a bug that leaves connection in broken state
after `cursor.execute()` failure.

0.5.1

^^^^^^^^^^^^^^^^^^

* Fix a bug for processing transactions in line.

0.5.0

^^^^^^^^^^^^^^^^^^

* Add .terminate() to Pool and Engine

* Reimplement connection pool (now pool size cannot be greater than pool.maxsize)

* Add .close() and .wait_closed() to Pool and Engine

* Add minsize, maxsize, size and freesize properties to sa.Engine

* Support *echo* parameter for logging executed SQL commands

* Connection.close() is not a coroutine (but we keep backward compatibility).

Page 8 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.