File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
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/"
2222[constants ]
2323
2424version = " 1.30"
25- full-version = " {+version+}.2 "
25+ full-version = " {+version+}.4 "
2626is-experimental = " is part of the experimental Queryable Encryption API and may be subject to breaking changes in future releases."
2727range-is-experimental = " Range algorithm is experimental only and not intended for public use. It is subject to breaking changes."
2828api-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.
2626
2727Learn 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
4878What's New in 1.30.3
You can’t perform that action at this time.
0 commit comments