File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11kotlin.code.style =official
2- kotlin_mongodb_version =5.1.0
2+ kotlin_mongodb_version =5.1.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ driver = "kotlin"
2020driver-short = " Kotlin driver"
2121driver-long = " MongoDB Kotlin Driver"
2222version = " 5.1"
23- full-version = " {+version+}.0 "
23+ full-version = " {+version+}.1 "
2424mdb-server = " MongoDB server"
2525kotlin-docs = " https://kotlinlang.org"
2626
Original file line number Diff line number Diff line change @@ -12,11 +12,25 @@ What's New
1212
1313Learn what's new in:
1414
15+ * :ref:`Version 5.1.1 <kotlin-coroutine-version-5.1.1>`
1516* :ref:`Version 5.1 <kotlin-coroutine-version-5.1>`
1617* :ref:`Version 5.0 <version-5.0>`
1718* :ref:`Version 4.11 <version-4.11>`
1819* :ref:`Version 4.10 <version-4.10>`
1920
21+ .. _kotlin-coroutine-version-5.1.1:
22+
23+ What's New in 5.1.1
24+ -------------------
25+
26+ The 5.1.1 driver patch release includes the following changes:
27+
28+ - When using the ``MONGODB-OIDC`` authentication mechanism, you must not
29+ include comma characters in the ``authMechanismProperties`` connection
30+ string value. To learn more about this behavior, see the
31+ :ref:`MONGODB-OIDC <kotlin-oidc>` section of the Enterprise
32+ Authentication guide.
33+
2034.. _kotlin-coroutine-version-5.1:
2135
2236What's New in 5.1
You can’t perform that action at this time.
0 commit comments