File tree Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
22
22
[constants ]
23
23
24
24
version = " 2.0"
25
- full-version = " {+version+}.0 "
25
+ full-version = " {+version+}.1 "
26
26
is-experimental = " is part of the experimental Queryable Encryption API and may be subject to breaking changes in future releases."
27
27
range-is-experimental = " Range algorithm is experimental only and not intended for public use. It is subject to breaking changes."
28
28
api-is-experimental = " This API {+is-experimental+}"
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ and deprecations made in each version of the driver libraries.
26
26
27
27
Learn what's new in:
28
28
29
+ * :ref:`Version 2.0.1 <c-version-2.0.1>`
29
30
* :ref:`Version 2.0.0 <c-version-2.0.0>`
30
31
* :ref:`Version 1.30.3 <c-version-1.30.3>`
31
32
* :ref:`Version 1.30.0 <c-version-1.30.0>`
@@ -44,10 +45,47 @@ Learn what's new in:
44
45
45
46
.. _c-upcoming-breaking-changes:
46
47
48
+ .. _c-version-2.0.1:
49
+
50
+ What's New in 2.0.1
51
+ -------------------
52
+
53
+ The following sections describe the changes in the 2.0.1 release of
54
+ the {+driver-short+}.
55
+
56
+ {+libbson+}
57
+ ~~~~~~~
58
+
59
+ The 2.0.1 release of ``{+libbson+}`` includes the following changes:
60
+
61
+ Fixes
62
+ `````
63
+
64
+ - Fixes a CMake 4 configuration error on macOS operating systems
65
+
66
+ {+libmongoc+}
67
+ ~~~~~~~~~
68
+
69
+ The 2.0.1 release of ``{+libmongoc+}`` includes the following changes:
70
+
71
+ Fixes
72
+ `````
73
+
74
+ - Fixes a username handling issue for ``MONGODB-X509`` authentication
75
+ that occurred when the {+driver-short+} was configured to use the Secure
76
+ Transport or Secure Channel library
77
+
78
+ - No longer populates a ``mongoc_bulkwritereturn_t.res`` with a partial result
79
+ when the ``mongoc_bulkwrite_execute()`` function generates a client error after the
80
+ first write operation
81
+
82
+ For more information about this release, see the :github:`v2.0.1 release notes
83
+ </mongodb/mongo-c-driver/releases/tag/2.0.1>`.
84
+
47
85
.. _c-version-2.0.0:
48
86
49
87
What's New in 2.0.0
50
- --------------------
88
+ -------------------
51
89
52
90
.. warning:: Breaking Changes
53
91
You can’t perform that action at this time.
0 commit comments