Skip to content

Commit

Permalink
DOCSP-40728: v5.1.1 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Jun 28, 2024
1 parent efd48c9 commit 6def54c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
kotlin_mongodb_version=5.1.0
kotlin_mongodb_version=5.1.1
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ driver = "kotlin"
driver-short = "Kotlin driver"
driver-long = "MongoDB Kotlin Driver"
version = "5.1"
full-version = "{+version+}.0"
full-version = "{+version+}.1"
mdb-server = "MongoDB server"
kotlin-docs = "https://kotlinlang.org"

Expand Down
14 changes: 14 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,25 @@ What's New

Learn what's new in:

* :ref:`Version 5.1.1 <kotlin-coroutine-version-5.1.1>`
* :ref:`Version 5.1 <kotlin-coroutine-version-5.1>`
* :ref:`Version 5.0 <version-5.0>`
* :ref:`Version 4.11 <version-4.11>`
* :ref:`Version 4.10 <version-4.10>`

.. _kotlin-coroutine-version-5.1.1:

What's New in 5.1.1
-------------------

The 5.1.1 driver patch release includes the following changes:

- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
include comma characters in the ``authMechanismProperties`` connection
string value. To learn more about this behavior, see the
:ref:`MONGODB-OIDC <kotlin-oidc>` section of the Enterprise
Authentication guide.

.. _kotlin-coroutine-version-5.1:

What's New in 5.1
Expand Down

0 comments on commit 6def54c

Please sign in to comment.