File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ PR Reviewing Guidelines] ( https://github.com/mongodb/docs-java-rs/blob/master/REVIEWING.md )
4
4
5
- ** Note: this is part of a consolidation effort, so your review should
6
- not address style guide issues or phrasing unless there are errors**
7
-
8
5
JIRA - < https://jira.mongodb.org/browse/DOCSP-NNNNN >
9
6
Staging - < https://docs-mongodbcom-staging.corp.mongodb.com/drivers/docsworker-xlarge/NNNNN/ >
10
7
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ toc_landing_pages = [
16
16
driver-short = " Java Reactive Streams driver"
17
17
driver-long = " MongoDB Java Reactive Streams Driver"
18
18
version = " 5.1"
19
- full-version = " {+version+}.0 "
19
+ full-version = " {+version+}.1 "
20
20
api = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
21
21
rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
22
22
driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
Original file line number Diff line number Diff line change @@ -20,8 +20,20 @@ What's New
20
20
Learn about new features, improvements, and fixes introduced in the
21
21
following versions of the {+driver-long+}:
22
22
23
+ * :ref:`Version 5.1.1 <javars-version-5.1.1>`
23
24
* :ref:`Version 5.1 <javars-version-5.1>`
24
25
26
+ .. _javars-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
+
25
37
.. _javars-version-5.1:
26
38
27
39
What's New in 5.1
You can’t perform that action at this time.
0 commit comments