Skip to content

Commit 79133f3

Browse files
committed
DOCSP-40400: whats new for v5.1.1 (#556)
* DOCSP-40400: whats new for v5.1.1 * staging (cherry picked from commit 8d73f97)
1 parent b5114e4 commit 79133f3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

source/whats-new.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ What's New
1919

2020
Learn 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

4159
What's New in 5.1

0 commit comments

Comments
 (0)