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
1919
2020Learn what's new in:
2121
22+ * :ref:`Version 5.1.1 <java-version-5.1.1>`
2223* :ref:`Version 5.1 <version-5.1>`
2324* :ref:`Version 5.0 <version-5.0>`
2425* :ref:`Version 4.11 <version-4.11>`
@@ -36,6 +37,23 @@ Learn what's new in:
3637* :ref:`Version 4.1 <version-4.1>`
3738* :ref:`Version 4.0 <version-4.0>`
3839
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+
3957.. _version-5.1:
4058
4159What's New in 5.1
You can’t perform that action at this time.
0 commit comments