File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Changes in Version 4.14.0 (2025/08/06)
6
6
7
7
PyMongo 4.14 brings a number of changes including:
8
8
9
+ - Dropped support for MongoDB 4.0.
9
10
- Added preliminary support for Python 3.14 and 3.14 with free-threading. We do
10
11
not yet support the following with Python 3.14:
11
12
@@ -23,7 +24,6 @@ PyMongo 4.14 brings a number of changes including:
23
24
:meth: `pymongo.mongo_client.MongoClient.append_metadata ` to allow instantiated
24
25
MongoClients to send client metadata on-demand
25
26
- Improved performance of selecting a server with the Primary selector.
26
-
27
27
- Introduces a minor breaking change. When encoding
28
28
:class: `bson.binary.BinaryVector `, a ``ValueError `` will be raised if the
29
29
'padding' metadata field is < 0 or > 7, or non-zero for any type other than
You can’t perform that action at this time.
0 commit comments