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 1
1
kotlin.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"
20
20
driver-short = " Kotlin driver"
21
21
driver-long = " MongoDB Kotlin Driver"
22
22
version = " 5.1"
23
- full-version = " {+version+}.0 "
23
+ full-version = " {+version+}.1 "
24
24
mdb-server = " MongoDB server"
25
25
kotlin-docs = " https://kotlinlang.org"
26
26
Original file line number Diff line number Diff line change @@ -12,11 +12,25 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 5.1.1 <kotlin-coroutine-version-5.1.1>`
15
16
* :ref:`Version 5.1 <kotlin-coroutine-version-5.1>`
16
17
* :ref:`Version 5.0 <version-5.0>`
17
18
* :ref:`Version 4.11 <version-4.11>`
18
19
* :ref:`Version 4.10 <version-4.10>`
19
20
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
+
20
34
.. _kotlin-coroutine-version-5.1:
21
35
22
36
What's New in 5.1
You can’t perform that action at this time.
0 commit comments