Sourced from psycopg2-binary's changelog.
Current release
What's new in psycopg 2.9.11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Add support for Python 3.14.
- Avoid a segfault passing more arguments than placeholders if Python is built with assertions enabled (:ticket:
[#1791](https://github.com/psycopg/psycopg2/issues/1791)
).~psycopg2.errorcodes
map and~psycopg2.errors
classes updated to PostgreSQL 18.- Drop support for Python 3.8.
What's new in psycopg 2.9.10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Add support for Python 3.13.
- Receive notifications on commit (:ticket:
[#1728](https://github.com/psycopg/psycopg2/issues/1728)
).~psycopg2.errorcodes
map and~psycopg2.errors
classes updated to PostgreSQL 17.- Drop support for Python 3.7.
What's new in psycopg 2.9.9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Add support for Python 3.12.
- Drop support for Python 3.6.
What's new in psycopg 2.9.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Wheel package bundled with PostgreSQL 16 libpq in order to add support for recent features, such as
sslcertmode
.What's new in psycopg 2.9.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fix propagation of exceptions raised during module initialization (:ticket:
[#1598](https://github.com/psycopg/psycopg2/issues/1598)
).- Fix building when pg_config returns an empty string (:ticket:
[#1599](https://github.com/psycopg/psycopg2/issues/1599)
).- Wheel package bundled with OpenSSL 1.1.1v.
What's new in psycopg 2.9.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
... (truncated)
fd9ae8c
chore: bump to version 2.9.11d923840
chore: update docs requirementsd42dc71
Merge branch 'fix-1791'4fde656
fix: avoid failed assert passing more arguments than placeholders8308c19
fix: drop warning about the use of deprecated PyWeakref_GetObject
function1a1eabf
build(deps): bump actions/github-script from 7 to 8897af8b
build(deps): bump peter-evans/repository-dispatch from 3 to 4ceefd30
build(deps): bump actions/checkout from 4 to 54dc5854
build(deps): bump actions/setup-python from 5 to 61945788
Merge pull request #1802
from edgarrmondragon/cp314-wheels