File tree Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Install the MongoDB C Driver
170
170
171
171
The mongocxx driver builds on top of the `MongoDB C driver <https://www.mongodb.com/docs/drivers/c/>`__.
172
172
173
- The build of mongocxx-3.9.0 automatically downloads and installs the C driver if the
173
+ The build of mongocxx-{+full-version+} automatically downloads and installs the C driver if the
174
174
C driver is not detected. To use an existing install of the C driver, set
175
175
``CMAKE_PREFIX_PATH`` to the directory containing the C driver install. For information
176
176
about the minimum required ``libmongoc`` version for each version of the C++ driver, see
Original file line number Diff line number Diff line change 6
6
* - C++ Driver Version
7
7
- Minimum libmongoc Version
8
8
9
- * - 4.0.x and 4.1.x
9
+ * - 4.1.x
10
+ - 2.0.0
11
+
12
+ * - 4.0.x
10
13
- 1.29.0
11
14
12
15
* - 3.11.x
Original file line number Diff line number Diff line change @@ -121,6 +121,20 @@ The following sections describe the breaking changes introduced by
121
121
each driver version release.
122
122
123
123
.. _upcoming-breaking-changes:
124
+ .. _version-4.1-breaking-changes:
125
+
126
+ Version 4.1
127
+ ~~~~~~~~~~~
128
+
129
+ .. _version-4.1-build-system-breaking:
130
+
131
+ Build System Breaking Changes in v4.1
132
+ `````````````````````````````````````
133
+
134
+ The v4.1 driver introduces the following breaking changes to the build system:
135
+
136
+ - Requires MongoDB C Driver v2.0.0 or later.
137
+
124
138
.. _version-4.0-breaking-changes:
125
139
126
140
Version 4.0
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Overview
22
22
23
23
Learn what's new in:
24
24
25
+ * :ref:`Version 4.1 <version-4.1>`
25
26
* :ref:`Version 4.0 <version-4.0>`
26
27
* :ref:`Version 3.11 <version-3.11>`
27
28
* :ref:`Version 3.10 <version-3.10>`
@@ -32,6 +33,11 @@ Learn what's new in:
32
33
What's New in 4.1
33
34
-----------------
34
35
36
+ .. warning:: Breaking Changes
37
+
38
+ {+driver-short+} v4.1 contains breaking changes. For more information, see
39
+ :ref:`version-4.1-breaking-changes` in the Upgrade Driver Versions guide.
40
+
35
41
The v4.1 driver release includes the following new features:
36
42
37
43
- Adds support for the BSON Binary Vector type.
You can’t perform that action at this time.
0 commit comments