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/"
22
22
[constants ]
23
23
24
24
version = " 1.30"
25
- full-version = " {+version+}.2 "
25
+ full-version = " {+version+}.4 "
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 1.30.4 <c-version-1.30.4>`
29
30
* :ref:`Version 1.30.3 <c-version-1.30.3>`
30
31
* :ref:`Version 1.30.0 <c-version-1.30.0>`
31
32
* :ref:`Version 1.29.0 <c-version-1.29.0>`
@@ -43,6 +44,35 @@ Learn what's new in:
43
44
44
45
.. _c-upcoming-breaking-changes:
45
46
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
+
46
76
.. _c-version-1.30.3:
47
77
48
78
What's New in 1.30.3
You can’t perform that action at this time.
0 commit comments