psycopg_pool release notes¶
Current release¶
psycopg_pool 3.1.2¶
Fix possible failure to reconnect after losing connection from the server (ticket #370).
psycopg_pool 3.1.1¶
Fix race condition on pool creation which might result in the pool not filling (ticket #230).
psycopg_pool 3.1.0¶
Add Null connection pools (ticket #148).
Add
ConnectionPool.open()and open parameter to the pool init (ticket #151).Drop support for Python 3.6.
psycopg_pool 3.0.3¶
Raise
ValueErrorifConnectionPoolmin_sizeandmax_sizeare both set to 0 (instead of hanging).Raise
PoolClosedcallingwait()on a closed pool.
psycopg_pool 3.0.2¶
Remove dependency on the internal
psycopg._compatmodule.
psycopg_pool 3.0.1¶
Don’t leave connections idle in transaction after calling
check()(ticket #144).
psycopg_pool 3.0¶
First release on PyPI.