Skip to content

Commit cbc3f1a

Browse files
authored
DOCSP-40728: v5.1.1 updates (#162)
1 parent efd48c9 commit cbc3f1a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

examples/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kotlin.code.style=official
2-
kotlin_mongodb_version=5.1.0
2+
kotlin_mongodb_version=5.1.1

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ driver = "kotlin"
2020
driver-short = "Kotlin driver"
2121
driver-long = "MongoDB Kotlin Driver"
2222
version = "5.1"
23-
full-version = "{+version+}.0"
23+
full-version = "{+version+}.1"
2424
mdb-server = "MongoDB server"
2525
kotlin-docs = "https://kotlinlang.org"
2626

source/whats-new.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,25 @@ What's New
1212

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

2236
What's New in 5.1

0 commit comments

Comments
 (0)