File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ What's New
19
19
20
20
Learn what's new in:
21
21
22
+ * :ref:`Version 5.1.1 <java-version-5.1.1>`
22
23
* :ref:`Version 5.1 <version-5.1>`
23
24
* :ref:`Version 5.0 <version-5.0>`
24
25
* :ref:`Version 4.11 <version-4.11>`
@@ -36,6 +37,23 @@ Learn what's new in:
36
37
* :ref:`Version 4.1 <version-4.1>`
37
38
* :ref:`Version 4.0 <version-4.0>`
38
39
40
+ .. _java-version-5.1.1:
41
+
42
+ What's New in 5.1.1
43
+ -------------------
44
+
45
+ The 5.1.1 driver patch includes the following changes:
46
+
47
+ - When using the ``MONGODB-OIDC`` authentication mechanism, you must not
48
+ include comma characters in the ``authMechanismProperties`` connection
49
+ string value. To learn more about this behavior, see the
50
+ :ref:`MONGODB-OIDC <mongodb-oidc>` section of the Enterprise
51
+ Authentication guide.
52
+
53
+ - Optimizes GridFS throughput by removing redundant byte array cloning.
54
+ The ``GridFSDownloadStream`` and ``GridFSUploadStream`` types use
55
+ the ``BsonDocument`` type instead of ``Document``.
56
+
39
57
.. _version-5.1:
40
58
41
59
What's New in 5.1
You can’t perform that action at this time.
0 commit comments