Skip to content

Commit 0408a7b

Browse files
authored
DOCSP-49809: 1.30.4 release (#118)
* DOCSP-49809: 1.30.4 release * edits * build * fix * RR feedback
1 parent 28ba767 commit 0408a7b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
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 = "1.30"
25-
full-version = "{+version+}.2"
25+
full-version = "{+version+}.4"
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: 30 additions & 0 deletions
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 1.30.4 <c-version-1.30.4>`
2930
* :ref:`Version 1.30.3 <c-version-1.30.3>`
3031
* :ref:`Version 1.30.0 <c-version-1.30.0>`
3132
* :ref:`Version 1.29.0 <c-version-1.29.0>`
@@ -43,6 +44,35 @@ Learn what's new in:
4344

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

47+
.. _c-version-1.30.4:
48+
49+
What's New in 1.30.4
50+
--------------------
51+
52+
The following sections describe the changes in the 1.30.4 release of
53+
the {+driver-short+}.
54+
55+
{+libbson+}
56+
~~~~~~~~~~~
57+
58+
This version is incremented to match the ``{+libmongoc+}`` version, but there are no changes since 1.30.3.
59+
60+
{+libmongoc+}
61+
~~~~~~~~~~~~~
62+
63+
The 1.30.4 release of ``{+libmongoc+}`` includes the following changes:
64+
65+
Fixes
66+
`````
67+
68+
- Fixes a username handling issue for ``MONGODB-X509`` authentication
69+
that occurred when the {+driver-short+} was configured to use the Secure
70+
Transport or Secure Channel library.
71+
72+
- No longer populates a ``mongoc_bulkwritereturn_t.res`` with a partial result
73+
when the ``mongoc_bulkwrite_execute()`` function generates a client error after the
74+
first write operation.
75+
4676
.. _c-version-1.30.3:
4777

4878
What's New in 1.30.3

0 commit comments

Comments
 (0)