Skip to content

Commit d502abb

Browse files
committed
Document direct_tls support version
1 parent f2a937d commit d502abb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

asyncpg/connection.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,9 @@ async def connect(dsn=None, *,
20652065
in the *dsn* argument now have consistent default values of files under
20662066
``~/.postgresql/`` as libpq.
20672067
2068+
.. versionchanged:: 0.26.0
2069+
Added the *direct_tls* parameter.
2070+
20682071
.. _SSLContext: https://docs.python.org/3/library/ssl.html#ssl.SSLContext
20692072
.. _create_default_context:
20702073
https://docs.python.org/3/library/ssl.html#ssl.create_default_context

0 commit comments

Comments
 (0)