@@ -15,21 +15,41 @@ What's New
15
15
:values: reference
16
16
17
17
.. meta::
18
- :keywords: update, new feature, deprecation, upgrade, driver v4.7, driver v4.8, driver v4.9
18
+ :keywords: update, new feature, deprecation, upgrade, driver v4.7, driver v4.8, driver v4.9, driver v4.10
19
19
20
20
Learn what's new in:
21
21
22
+ * :ref:`Version 4.10 <version-4.10>`
22
23
* :ref:`Version 4.9 <version-4.9>`
23
24
* :ref:`Version 4.8 <version-4.8>`
24
25
* :ref:`Version 4.7 <version-4.7>`
25
26
26
27
.. _upcoming-breaking-changes:
27
28
29
+ .. _version-4.10:
30
+
31
+ What's New in 4.10
32
+ ------------------
33
+
34
+ The {+driver-short+} v4.10 release includes the following new features:
35
+
36
+ - Adds provisional support for a new binary BSON subtype (9), which can be used
37
+ for efficient storage and retrieval of vectors. This includes the new methods:
38
+ ``bson.binary.Binary.from_vector`` and ``bson.binary.Binary.as_vector``.
39
+ Support for BSON subtype 9 is in beta and is subject to change before the
40
+ generally available release.
41
+ - Adds ``"C"`` to client metadata when an application uses the C extension.
42
+ - Fixes a bug that could cause ``AsyncMongoClient`` to deadlock.
43
+ - Fixes a bug that caused Windows to fail when importing {+driver-short+} if
44
+ asyncio is misconfigured.
45
+
28
46
.. _version-4.9:
29
47
30
48
What's New in 4.9
31
49
-----------------
32
50
51
+ The {+driver-short+} v4.9 release includes the following new features:
52
+
33
53
- Adds support for {+mdb-server+} 8.0 and Python 3.13.
34
54
- Adds support for Queryable Encryption range queries. To use this
35
55
feature, your app must connect to {+mdb-server+} 8.0 or later. For
0 commit comments