Skip to content

Commit 545b88c

Browse files
authoredOct 1, 2024··
PYTHON-4800 Add changelog for 4.10.0 (#1883)
1 parent 15b2265 commit 545b88c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎doc/changelog.rst

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

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

0 commit comments

Comments
 (0)
Please sign in to comment.