@@ -42,6 +42,20 @@ The v4.0 driver release includes the following new features:
42
42
- Adds a getter method for the ``start_at_operation_time`` field of a
43
43
``mongocxx::options::change_stream`` instance.
44
44
45
+ The release includes the following bug:
46
+
47
+ - CMake might incorrectly set the API version for an
48
+ auto-downloaded C driver to ``0.0.0`` when the CMake project is configured
49
+ more than once or to the same value as the C++ driver's
50
+ API version when ``BUILD_VERSION`` is explicitly set during initial configuration.
51
+ CMake will only auto-download the C driver with the C++ driver
52
+ if it cannot find an existing C driver installation by using ``find_package()``.
53
+ This bug will be fixed in an upcoming patch release.
54
+
55
+ To learn more about this release, see the
56
+ `v4.0 Release Notes <https://github.com/mongodb/mongo-cxx-driver/releases/tag/r4.0.0>`__
57
+ on GitHub.
58
+
45
59
.. _version-3.11:
46
60
47
61
What's New in 3.11
@@ -61,6 +75,16 @@ The v3.11 driver release includes the following new features:
61
75
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
62
76
- Adds ``empty()`` member function for ``mongocxx::v_noabi::bulk_write``.
63
77
78
+ The release includes the following bug:
79
+
80
+ - CMake might incorrectly set the API version for an
81
+ auto-downloaded C driver to ``0.0.0`` when the CMake project is configured
82
+ more than once or to the same value as the C++ driver's
83
+ API version when ``BUILD_VERSION`` is explicitly set during initial configuration.
84
+ CMake will only auto-download the C driver with the C++ driver
85
+ if it cannot find an existing C driver installation by using ``find_package()``.
86
+ This bug will be fixed in an upcoming patch release.
87
+
64
88
To learn more about this release, see the
65
89
`v3.11 Release Notes <https://github.com/mongodb/mongo-cxx-driver/releases/tag/r3.11.0>`__
66
90
on GitHub.
0 commit comments