File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ The {+driver-short+} v4.10 release includes the following new features:
35
35
36
36
- Adds provisional support for a new binary BSON subtype (9), which can be used
37
37
for efficient storage and retrieval of :atlas:`vectors
38
- </atlas-vector-search/vector-search-overview/#std-term-vector>`. This includes
39
- the new methods: ``bson.binary.Binary.from_vector`` and ``bson.binary.Binary.as_vector``.
40
- Support for BSON subtype 9 is in beta and is subject to change before the
38
+ </atlas-vector-search/vector-search-overview/#std-term-vector>` by using the
39
+ ``bson.binary.Binary.from_vector() `` and ``bson.binary.Binary.as_vector()``
40
+ methods. Support for BSON subtype 9 is in beta and is subject to change before the
41
41
generally available release.
42
- - Adds ``"C "`` to client metadata when an application uses the C extension.
42
+ - Adds ``"c "`` to the ``driver.name`` client metadata field when an application uses the C extension.
43
43
- Fixes a bug that could cause ``AsyncMongoClient`` to deadlock.
44
- - Fixes a bug that caused Windows to fail when importing {+driver-short+} if
44
+ - Fixes a bug that causes Windows to fail when importing {+driver-short+} if
45
45
asyncio is misconfigured.
46
46
47
47
.. _version-4.9:
You can’t perform that action at this time.
0 commit comments