Skip to content

Commit e9f6b8d

Browse files
authored
DOCSP-49812: v2.0.1 release (#119)
* DOCSP-49812: v2.0.1 release * edits * RM feedback
1 parent 2feb6dd commit e9f6b8d

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2222
[constants]
2323

2424
version = "2.0"
25-
full-version = "{+version+}.0"
25+
full-version = "{+version+}.1"
2626
is-experimental = "is part of the experimental Queryable Encryption API and may be subject to breaking changes in future releases."
2727
range-is-experimental = "Range algorithm is experimental only and not intended for public use. It is subject to breaking changes."
2828
api-is-experimental = "This API {+is-experimental+}"

source/whats-new.txt

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and deprecations made in each version of the driver libraries.
2626

2727
Learn what's new in:
2828

29+
* :ref:`Version 2.0.1 <c-version-2.0.1>`
2930
* :ref:`Version 2.0.0 <c-version-2.0.0>`
3031
* :ref:`Version 1.30.3 <c-version-1.30.3>`
3132
* :ref:`Version 1.30.0 <c-version-1.30.0>`
@@ -44,10 +45,47 @@ Learn what's new in:
4445

4546
.. _c-upcoming-breaking-changes:
4647

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+
4785
.. _c-version-2.0.0:
4886

4987
What's New in 2.0.0
50-
--------------------
88+
-------------------
5189

5290
.. warning:: Breaking Changes
5391

0 commit comments

Comments
 (0)