Skip to content

Commit f08c19b

Browse files
committed
Update 4.14 changelog
Update 4.14 changelog to mention MongoDB 4.0 is no longer supported
1 parent dd3760a commit f08c19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changes in Version 4.14.0 (2025/08/06)
66

77
PyMongo 4.14 brings a number of changes including:
88

9+
- Dropped support for MongoDB 4.0.
910
- Added preliminary support for Python 3.14 and 3.14 with free-threading. We do
1011
not yet support the following with Python 3.14:
1112

@@ -23,7 +24,6 @@ PyMongo 4.14 brings a number of changes including:
2324
:meth:`pymongo.mongo_client.MongoClient.append_metadata` to allow instantiated
2425
MongoClients to send client metadata on-demand
2526
- Improved performance of selecting a server with the Primary selector.
26-
2727
- Introduces a minor breaking change. When encoding
2828
:class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised if the
2929
'padding' metadata field is < 0 or > 7, or non-zero for any type other than

0 commit comments

Comments
 (0)