File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ Changelog
4
4
Changes in Version 4.14.0 (2025/08/06)
5
5
--------------------------------------
6
6
7
+ .. warning :: PyMongo 4.14 drops support for MongoDB 4.0. PyMongo now supports
8
+ MongoDB 4.2+.
9
+
7
10
PyMongo 4.14 brings a number of changes including:
8
11
12
+ - Dropped support for MongoDB 4.0.
9
13
- Added preliminary support for Python 3.14 and 3.14 with free-threading. We do
10
14
not yet support the following with Python 3.14:
11
15
@@ -23,12 +27,11 @@ PyMongo 4.14 brings a number of changes including:
23
27
:meth: `pymongo.mongo_client.MongoClient.append_metadata ` to allow instantiated
24
28
MongoClients to send client metadata on-demand
25
29
- Improved performance of selecting a server with the Primary selector.
26
-
27
30
- Introduces a minor breaking change. When encoding
28
31
:class: `bson.binary.BinaryVector `, a ``ValueError `` will be raised if the
29
32
'padding' metadata field is < 0 or > 7, or non-zero for any type other than
30
33
PACKED_BIT.
31
- - Changed :meth: `~pymongo.uri_parser.parse_uri `'s ``options `` parameter to be
34
+ - Changed :meth: `~pymongo.uri_parser.parse_uri `'s ``options `` return value to be
32
35
type ``dict `` instead of ``_CaseInsensitiveDictionary ``.
33
36
34
37
Changes in Version 4.13.2 (2025/06/17)
You can’t perform that action at this time.
0 commit comments