File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ toc_landing_pages = [
1818driver-short = " Scala driver"
1919driver-long = " MongoDB Scala Driver"
2020version = " 5.1"
21- full-version = " {+version+}.0 "
21+ full-version = " {+version+}.1 "
2222api = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongo-scala-driver"
2323driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
2424rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
Original file line number Diff line number Diff line change @@ -20,8 +20,20 @@ What's New
2020Learn about new features, improvements, and fixes introduced in the
2121following versions of the {+driver-long+}:
2222
23+ * :ref:`Version 5.1.1 <scala-version-5.1.1>`
2324* :ref:`Version 5.1 <scala-version-5.1>`
2425
26+ .. _scala-version-5.1.1:
27+
28+ What's New in 5.1.1
29+ -------------------
30+
31+ The 5.1.1 driver patch release includes the following changes:
32+
33+ - When using the ``MONGODB-OIDC`` authentication mechanism, you must not
34+ include comma characters in the ``authMechanismProperties`` connection
35+ string value.
36+
2537.. _scala-version-5.1:
2638
2739What's New in 5.1
You can’t perform that action at this time.
0 commit comments