File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ async def parse_uri(
80
80
wait for a response from the DNS server.
81
81
:param srv_service_name: A custom SRV service name
82
82
83
+ .. versionchanged:: 4.14
84
+ 'options' is now type ``dict`` as opposed to a ``_CaseInsensitiveDictionary``.
85
+
83
86
.. versionchanged:: 4.6
84
87
The delimiting slash (``/``) between hosts and connection options is now optional.
85
88
For example, "mongodb://example.com?tls=true" is now a valid URI.
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ def parse_uri(
80
80
wait for a response from the DNS server.
81
81
:param srv_service_name: A custom SRV service name
82
82
83
+ .. versionchanged:: 4.14
84
+ 'options' is now type ``dict`` as opposed to a ``_CaseInsensitiveDictionary``.
85
+
83
86
.. versionchanged:: 4.6
84
87
The delimiting slash (``/``) between hosts and connection options is now optional.
85
88
For example, "mongodb://example.com?tls=true" is now a valid URI.
You can’t perform that action at this time.
0 commit comments