Skip to content

Commit

Permalink
Document direct_tls support version
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Jul 7, 2022
1 parent f2a937d commit d502abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asyncpg/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2065,6 +2065,9 @@ async def connect(dsn=None, *,
in the *dsn* argument now have consistent default values of files under
``~/.postgresql/`` as libpq.
.. versionchanged:: 0.26.0
Added the *direct_tls* parameter.
.. _SSLContext: https://docs.python.org/3/library/ssl.html#ssl.SSLContext
.. _create_default_context:
https://docs.python.org/3/library/ssl.html#ssl.create_default_context
Expand Down

0 comments on commit d502abb

Please sign in to comment.