Add support for async !reconnect_failed callbacks in AsyncConnectionPool
(:ticket:[#520](https://github.com/psycopg/psycopg/issues/520)).
Add !check parameter to the pool constructor and
~ConnectionPool.check_connection() method. (:ticket:[#656](https://github.com/psycopg/psycopg/issues/656)).
Make connection pool classes generic on the connection type (:ticket:[#559](https://github.com/psycopg/psycopg/issues/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](https://github.com/psycopg/psycopg/issues/659)).
Raise a warning if async pools are opened in the constructor. In the future
it will become an error. (:ticket:[#659](https://github.com/psycopg/psycopg/issues/659)).
psycopg_pool 3.1.9
^^^^^^^^^^^^^^^^^^
Fix the return type annotation of !NullConnectionPool.__enter__()
(:ticket:[#540](https://github.com/psycopg/psycopg/issues/540)).
psycopg_pool 3.1.8
^^^^^^^^^^^^^^^^^^
Enforce connections' max_lifetime on ~ConnectionPool.check()
(:ticket:[#482](https://github.com/psycopg/psycopg/issues/482)).
psycopg_pool 3.1.7
^^^^^^^^^^^^^^^^^^
Fix handling of tasks cancelled while waiting in async pool queue
(:ticket:[#503](https://github.com/psycopg/psycopg/issues/503)).
psycopg_pool 3.1.6
^^^^^^^^^^^^^^^^^^
Declare all parameters in pools constructors, instead of using !**kwargs
(:ticket:[#493](https://github.com/psycopg/psycopg/issues/493)).
psycopg_pool 3.1.5
^^^^^^^^^^^^^^^^^^
Make sure that !ConnectionPool.check() refills an empty pool
(:ticket:[#438](https://github.com/psycopg/psycopg/issues/438)).
Avoid error in Pyright caused by aliasing !TypeAlias (:ticket:[#439](https://github.com/psycopg/psycopg/issues/439)).
... (truncated)
Commits
896eee2 chore: bump psycopg package version to 3.2.0
2e2f4d7 chore: bump psycopg package version to 3.1.20
7369d3b Merge pull request #846 from eli-schwartz/tomllib
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps psycopg[binary] from 3.1.19 to 3.2.0.
Changelog
Sourced from psycopg[binary]'s changelog.
... (truncated)
Commits
896eee2
chore: bump psycopg package version to 3.2.02e2f4d7
chore: bump psycopg package version to 3.1.207369d3b
Merge pull request #846 from eli-schwartz/tomllib6672c70
style: shorter line in pyproject.tomla517bb4
build: avoid installing tomli on recent pythona063606
fix: avoid to dump [multi]range as text when binary is requestede41cdd0
Merge pull request #847 from psycopg/update-libse6b0bcb
docs: add release note about OpenSSL 3.3.x7fe06aa
chore: bump ldap version to 2.6.8badc0b8
chore: bump openssl to 3.3.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show