Skip to content

Commit c69521b

Browse files
DOCSP-49398: C driver 2.0 requirement (#130)
Co-authored-by: Rachel Mackintosh <[email protected]>
1 parent 08ae7ad commit c69521b

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

source/advanced-installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Install the MongoDB C Driver
170170

171171
The mongocxx driver builds on top of the `MongoDB C driver <https://www.mongodb.com/docs/drivers/c/>`__.
172172

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
174174
C driver is not detected. To use an existing install of the C driver, set
175175
``CMAKE_PREFIX_PATH`` to the directory containing the C driver install. For information
176176
about the minimum required ``libmongoc`` version for each version of the C++ driver, see

source/includes/libmongoc-compatibility-table-cxx.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
* - C++ Driver Version
77
- Minimum libmongoc Version
88

9-
* - 4.0.x and 4.1.x
9+
* - 4.1.x
10+
- 2.0.0
11+
12+
* - 4.0.x
1013
- 1.29.0
1114

1215
* - 3.11.x

source/upgrade.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,20 @@ The following sections describe the breaking changes introduced by
121121
each driver version release.
122122

123123
.. _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+
124138
.. _version-4.0-breaking-changes:
125139

126140
Version 4.0

source/whats-new.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Overview
2222

2323
Learn what's new in:
2424

25+
* :ref:`Version 4.1 <version-4.1>`
2526
* :ref:`Version 4.0 <version-4.0>`
2627
* :ref:`Version 3.11 <version-3.11>`
2728
* :ref:`Version 3.10 <version-3.10>`
@@ -32,6 +33,11 @@ Learn what's new in:
3233
What's New in 4.1
3334
-----------------
3435

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+
3541
The v4.1 driver release includes the following new features:
3642

3743
- Adds support for the BSON Binary Vector type.

0 commit comments

Comments
 (0)