]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: expose used_gssapi attribute to the public API 1140/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Aug 2025 02:16:25 +0000 (04:16 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Aug 2025 13:02:15 +0000 (15:02 +0200)
commit0950694522e73852c07ab7e4d747e8a9ab0cb045
tree93ec9913eaa3ff3320a97b9e955a0ae0d864df71
parentc9c8367533bb07f910b37ccd82b898cc5aa89c48
feat: expose used_gssapi attribute to the public API

Already implemented in 3.1.10, but kept as internal implementation.

Fix #1138
docs/api/objects.rst
docs/api/pq.rst
docs/news.rst
psycopg/psycopg/_capabilities.py
psycopg/psycopg/pq/pq_ctypes.py
tests/test_capabilities.py