Skip to content

Commit 0ec50a6

Browse files
aclark4lifemongodb-dbx-release-bot[bot]
authored andcommitted
PYTHON-5487 Update 4.14 changelog to mention MongoDB 4.0 is no longer supported (#2462)
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Co-authored-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> (cherry picked from commit 4e9b52b)
1 parent ce2812d commit 0ec50a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ Changelog
44
Changes in Version 4.14.0 (2025/08/06)
55
--------------------------------------
66

7+
.. warning:: PyMongo 4.14 drops support for MongoDB 4.0. PyMongo now supports
8+
MongoDB 4.2+.
9+
710
PyMongo 4.14 brings a number of changes including:
811

12+
- Dropped support for MongoDB 4.0.
913
- Added preliminary support for Python 3.14 and 3.14 with free-threading. We do
1014
not yet support the following with Python 3.14:
1115

@@ -23,12 +27,11 @@ PyMongo 4.14 brings a number of changes including:
2327
:meth:`pymongo.mongo_client.MongoClient.append_metadata` to allow instantiated
2428
MongoClients to send client metadata on-demand
2529
- Improved performance of selecting a server with the Primary selector.
26-
2730
- Introduces a minor breaking change. When encoding
2831
:class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised if the
2932
'padding' metadata field is < 0 or > 7, or non-zero for any type other than
3033
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
3235
type ``dict`` instead of ``_CaseInsensitiveDictionary``.
3336

3437
Changes in Version 4.13.2 (2025/06/17)

0 commit comments

Comments
 (0)