@@ -74,6 +74,20 @@ New versions of the {+driver-short+} can introduce the following types of breaki
74
74
75
75
.. _upcoming-breaking-changes:
76
76
77
+ The release includes the following bug:
78
+
79
+ - CMake might incorrectly set the API version for an
80
+ auto-downloaded C driver to ``0.0.0`` when the CMake project is configured
81
+ more than once or to the same value as the C++ driver's
82
+ API version when ``BUILD_VERSION`` is explicitly set during initial configuration.
83
+ CMake will only auto-download the C driver with the C++ driver
84
+ if it cannot find an existing C driver installation by using ``find_package()``.
85
+ This bug will be fixed in an upcoming patch release.
86
+
87
+ To learn more about this release, see the
88
+ `v4.0 Release Notes <https://github.com/mongodb/mongo-cxx-driver/releases/tag/r4.0.0>`__
89
+ on GitHub.
90
+
77
91
.. _version-3.11:
78
92
79
93
What's New in 3.11
@@ -113,6 +127,16 @@ The v3.11 driver release includes the following new features:
113
127
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
114
128
- Adds ``empty()`` member function for ``mongocxx::v_noabi::bulk_write``.
115
129
130
+ The release includes the following bug:
131
+
132
+ - CMake might incorrectly set the API version for an
133
+ auto-downloaded C driver to ``0.0.0`` when the CMake project is configured
134
+ more than once or to the same value as the C++ driver's
135
+ API version when ``BUILD_VERSION`` is explicitly set during initial configuration.
136
+ CMake will only auto-download the C driver with the C++ driver
137
+ if it cannot find an existing C driver installation by using ``find_package()``.
138
+ This bug will be fixed in an upcoming patch release.
139
+
116
140
To learn more about this release, see the
117
141
`v3.11 Release Notes <https://github.com/mongodb/mongo-cxx-driver/releases/tag/r3.11.0>`__
118
142
on GitHub.
0 commit comments