Skip to content

Commit 67eaae1

Browse files
authored
DOCSP-40728: v5.1.1 updates (#35)
1 parent 3283392 commit 67eaae1

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
[PR Reviewing Guidelines](https://github.com/mongodb/docs-java-rs/blob/master/REVIEWING.md)
44

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-
85
JIRA - <https://jira.mongodb.org/browse/DOCSP-NNNNN>
96
Staging - <https://docs-mongodbcom-staging.corp.mongodb.com/drivers/docsworker-xlarge/NNNNN/>
107

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ toc_landing_pages = [
1616
driver-short = "Java Reactive Streams driver"
1717
driver-long = "MongoDB Java Reactive Streams Driver"
1818
version = "5.1"
19-
full-version = "{+version+}.0"
19+
full-version = "{+version+}.1"
2020
api = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
2121
rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
2222
driver-source-gh = "https://github.com/mongodb/mongo-java-driver"

source/whats-new.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,20 @@ What's New
2020
Learn about new features, improvements, and fixes introduced in the
2121
following versions of the {+driver-long+}:
2222

23+
* :ref:`Version 5.1.1 <javars-version-5.1.1>`
2324
* :ref:`Version 5.1 <javars-version-5.1>`
2425

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+
2537
.. _javars-version-5.1:
2638

2739
What's New in 5.1

0 commit comments

Comments
 (0)