8000 Tags · bwoodsend/psycopg · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bwoodsend/psycopg

Tags

pool-3.2.4

Toggle pool-3.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg_pool 3.2.4 released

- Add a hint to the warning printed if threads fail to stop during
  ``__del__``, which has been reported happening during interpreter shutdown
  on Python 3.13 (see psycopg#954).

3.2.3

Toggle 3.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg 3.2.3 released

- Release binary packages including PostgreSQL 17 libpq (:ticket:`psycopg#852`).

3.2.2

Toggle 3.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg 3.2.2 released

- Drop `!TypeDef` specifications as string from public modules, as they cannot
  be composed by users as `!typing` objects previously could (:ticket:`psycopg#860`).
- Release Python 3.13 binary packages.

pool-3.2.3

Toggle pool-3.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg_pool 3.2.3 released

- Add metadata to declare compatibility with Python 3.13.

3.2.1

Toggle 3.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg 3.2.1 released

- Fix packaging metadata breaking ``[c]``, ``[binary]`` dependencies
  (:ticket:`psycopg#853`).

3.2.0

Toggle 3.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg 3.2.0 released

3.1.20

Toggle 3.1.20's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg 3.1.20 released

- Use the simple query protocol to execute COMMIT/ROLLBACK when possible.
  This should make easier to connect the PgBouncer admin database
  (:ticket:`psycopg#820`).
- Avoid unneeded escaping checks and memory over-allocation in text copy
  (:ticket:`psycopg#829`).
- Bundle binary package with OpenSSL 3.3.x (:ticket:`psycopg#847`).

3.1.19

Toggle 3.1.19's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg 3.1.19 released

- Fix unaligned access undefined behaviour in C extension (:ticket:`psycopg#734`).
- Fix excessive stripping of error message prefixes (:ticket:`psycopg#752`).
- Allow to specify the ``connect_timeout`` connection parameter as float
  (:ticket:`psycopg#796`).
- Improve COPY performance on macOS (:ticket:`psycopg#745`).

pool-3.2.2

Toggle pool-3.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg_pool 3.2.2 released

- Raise a `RuntimeWarning` instead of a `DeprecationWarning` if an async pool
  is open in the constructor.
- Fix connections possibly left in the pool after closing (:ticket:`psycopg#784`).
- Use an empty query instead of ``SELECT 1`` to check connections
  (:ticket:`psycopg#790`).

3.1.18

Toggle 3.1.18's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
psycopg 3.1.18 released

- Fix possible deadlock on pipeline exit (:ticket:`psycopg#685`).
- Fix overflow loading large intervals in C module (:ticket:`psycopg#719`).
- Fix compatibility with musl libc distributions affected by `CPython issue
  #65821`__ (:ticket:`psycopg#725`).
0