Skip to content

Commit bddc892

Browse files
committed
add versionchanged string to parse_uri
1 parent a9c6176 commit bddc892

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pymongo/asynchronous/uri_parser.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ async def parse_uri(
8080
wait for a response from the DNS server.
8181
:param srv_service_name: A custom SRV service name
8282
83+
.. versionchanged:: 4.14
84+
'options' is now type ``dict`` as opposed to a ``_CaseInsensitiveDictionary``.
85+
8386
.. versionchanged:: 4.6
8487
The delimiting slash (``/``) between hosts and connection options is now optional.
8588
For example, "mongodb://example.com?tls=true" is now a valid URI.

pymongo/synchronous/uri_parser.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ def parse_uri(
8080
wait for a response from the DNS server.
8181
:param srv_service_name: A custom SRV service name
8282
83+
.. versionchanged:: 4.14
84+
'options' is now type ``dict`` as opposed to a ``_CaseInsensitiveDictionary``.
85+
8386
.. versionchanged:: 4.6
8487
The delimiting slash (``/``) between hosts and connection options is now optional.
8588
For example, "mongodb://example.com?tls=true" is now a valid URI.

0 commit comments

Comments
 (0)