]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: raise a warning if a GSS connection is obtained using the libpq default 1137/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Aug 2025 01:28:16 +0000 (03:28 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 5 Sep 2025 21:57:07 +0000 (23:57 +0200)
commit00f7dbbd696c5f0fe75cb098ea6cbb2bca149b9e
treed7b4f5329530525cbe768b94d233ee83c09a3eed
parent2199c109f59f64cd32ad639d37c40bcf060c9ec8
feat: raise a warning if a GSS connection is obtained using the libpq default

Suggest the user to specify a 'gssencmode' setting explicitly so that,
in the future, we will be able to change the setting default to 'disable'.

See #1136
.flake8
docs/news.rst
psycopg/psycopg/_conninfo_utils.py
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py
tests/test_connection.py
tests/test_connection_async.py