PYTHON-4800 Add changelog for 4.10.0 (#1883)

This commit is contained in:
Steven Silvester 2024-09-30 20:42:28 -05:00 committed by GitHub
parent 15b22651ec
commit 545b88cbd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,25 @@
Changelog
=========
Changes in Version 4.10.0
-------------------------
- Added provisional **(BETA)** support for a new Binary BSON subtype (9) used for efficient storage and retrieval of vectors:
densely packed arrays of numbers, all of the same type.
This includes new methods :meth:`~bson.binary.Binary.from_vector` and :meth:`~bson.binary.Binary.as_vector`.
- Added C extension use to client metadata, for example: ``{"driver": {"name": "PyMongo|c", "version": "4.10.0"}, ...}``
- Fixed a bug where :class:`~pymongo.asynchronous.mongo_client.AsyncMongoClient` could deadlock.
- Fixed a bug where PyMongo could fail to import on Windows if ``asyncio`` is misconfigured.
Issues Resolved
...............
See the `PyMongo 4.10 release notes in JIRA`_ for the list of resolved issues
in this release.
.. _PyMongo 4.10 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40553
Changes in Version 4.9.0
-------------------------