We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825f8ed commit f635625Copy full SHA for f635625
doc/changelog.rst
@@ -7,6 +7,9 @@ PyMongo 4.14 brings a number of changes including:
7
8
- Added :attr:`bson.codec_options.TypeRegistry.codecs` and :attr:`bson.codec_options.TypeRegistry.fallback_encoder` properties
9
to allow users to directly access the type codecs and fallback encoder for a given :class:`bson.codec_options.TypeRegistry`.
10
+- Added :meth:`pymongo.asynchronous.mongo_client.AsyncMongoClient.append_metadata` and
11
+ :meth:`pymongo.mongo_client.MongoClient.append_metadata` to allow instantiated MongoClients to send client metadata
12
+ on-demand
13
14
Changes in Version 4.13.2 (2025/06/17)
15
--------------------------------------
0 commit comments