File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ What's New in 4.1
40
40
41
41
The v4.1 driver release includes the following new features:
42
42
43
- - Adds support for the BSON Binary Vector type.
44
-
45
- For more information, see the following resources:
46
-
47
- - :manual:`Binary Data BSON Types </reference/bson-types/#binary-data>` in the {+mdb-server+} manual
48
- - :github:`BSON Binary Vector </mongodb/mongo-cxx-driver/blob/master/examples/bsoncxx/bson_binary_vector.cpp>` usage example on GitHub
49
43
- Replaces the ``storage_options()`` method with ``storage_engine()`` in ``mongocxx::v_noabi::options::index``
50
44
- Declares C++17 polyfill implementations for ``optional<T>`` and ``string_view`` in the ``bsoncxx::v1::stdx`` namespace. The
51
45
``bsoncxx::v_noabi::stdx`` namespace now contains type aliases to their v1
@@ -55,6 +49,12 @@ The v4.1 driver release includes the following new features:
55
49
56
50
This does not affect users who compile with C++17 or newer and have not set ``BSONCXX_POLY_USE_IMPLS=ON``
57
51
52
+ - Adds support for the BSON Binary Vector type.
53
+
54
+ For more information, see the following resources:
55
+
56
+ - :manual:`Binary Data BSON Types </reference/bson-types/#binary-data>` in the {+mdb-server+} manual
57
+ - :github:`BSON Binary Vector </mongodb/mongo-cxx-driver/blob/master/examples/bsoncxx/bson_binary_vector.cpp>` usage example on GitHub
58
58
- Fixes the :ref:`CMake API versioning error <v4.0-cmake-api-version-bug>` noted
59
59
in the v4.0 release
60
60
You can’t perform that action at this time.
0 commit comments