Skip to content

Commit 84714e0

Browse files
committed
update changelog
1 parent 1556e92 commit 84714e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ PyMongo 4.14 brings a number of changes including:
77

88
.. warning:: PyMongo 4.14 drops support for Python 3.9: Python 3.10+ or PyPy 3.10+ is now required.
99

10-
- Added support for Python 3.14 and Python 3.14t.
10+
- Added support for Python 3.14 and Python 3.14 in free-threaded mode.
1111
- Added :attr:`bson.codec_options.TypeRegistry.codecs` and :attr:`bson.codec_options.TypeRegistry.fallback_encoder` properties
1212
to allow users to directly access the type codecs and fallback encoder for a given :class:`bson.codec_options.TypeRegistry`.
1313
- Added :meth:`pymongo.asynchronous.mongo_client.AsyncMongoClient.append_metadata` and
1414
:meth:`pymongo.mongo_client.MongoClient.append_metadata` to allow instantiated MongoClients to send client metadata
1515
on-demand
1616
- Improved performance of selecting a server with the Primary selector.
17+
- Dropped support for Python 3.9.
18+
- Dropped support for free-threaded mode in Python 3.13.
19+
- Dropped support for ``dnspython`` 1.0. ``dnspython`` 1.0 is not supported on Python 3.10+.
1720
- Dropped support for Eventlet.
1821

1922
- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised

0 commit comments

Comments
 (0)