Revisions of python-psycopg-pool
Dominique Leuenberger (dimstar_suse)
accepted
request 1137427
from
Dirk Mueller (dirkmueller)
(revision 3)
- update to 3.2.1: * Respect the timeout parameter on connection() when check fails. Also avoid a busy-loop of checking; separate check attempts using an exponential backoff (ticket #709). * Use typing.Self as a more correct return value annotation of context managers and other self-returning methods (see ticket
Ana Guerrero (anag+factory)
accepted
request 1133176
from
Dirk Mueller (dirkmueller)
(revision 2)
- update to 3.2.0: * Add support for async reconnect_failed callbacks in AsyncConnectionPool (ticket #520). * Add check parameter to the pool constructor and check_connection() method. (ticket #656). * Make connection pool classes generic on the connection type (ticket #559). * Raise a warning if sync pools rely an implicit open=True and the pool context is not used. In the future the default will become False (ticket #659). * Raise a warning if async pools are opened in the constructor. In the future it will become an error. (ticket #659).
Ana Guerrero (anag+factory)
accepted
request 1098279
from
Steve Kowalik (StevenK)
(revision 1)
Initial release of 3.1.7
Displaying all 4 revisions