File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ PyMongo 4.14 brings a number of changes including:
1313- Introduces a minor breaking change. When encoding :class: `bson.binary.BinaryVector `, a ``ValueError `` will be raised
1414 if the 'padding' metadata field is < 0 or > 7, or non-zero for any type other than PACKED_BIT.
1515- Fixed a bug that raised ``EncryptionError `` when using :meth: `pymongo.mongo_client.MongoClient.server_info ` with an
16- encrypted connection.
16+ encrypted connection. :meth: `pymongo.mongo_client.MongoClient.server_info ` now runs the camel cased ``buildInfo `` command
17+ instead of the lower cased ``buildinfo `` command which may cause a breaking change in applications that rely on matching the
18+ lower cased ``buildinfo `` command.
1719
1820Changes in Version 4.13.2 (2025/06/17)
1921--------------------------------------
You can’t perform that action at this time.
0 commit comments