Skip to content

Commit 84969c0

Browse files
committed
DOCSP-41360: v5.1.2 patch release (#42)
(cherry picked from commit a848c18)
1 parent 2bfb7f5 commit 84969c0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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+}.1"
19+
full-version = "{+version+}.2"
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,9 +20,21 @@ 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.2 <javars-version-5.1.2>`
2324
* :ref:`Version 5.1.1 <javars-version-5.1.1>`
2425
* :ref:`Version 5.1 <javars-version-5.1>`
2526

27+
.. _javars-version-5.1.2:
28+
29+
What's New in 5.1.2
30+
-------------------
31+
32+
The 5.1.2 driver patch release includes the following changes:
33+
34+
- Fixes an issue that prevents the driver from encoding and
35+
decoding concrete classes that extend generic base classes, in cases
36+
that you specify the base class as the generic type of the ``MongoCollection`` instance.
37+
2638
.. _javars-version-5.1.1:
2739

2840
What's New in 5.1.1

0 commit comments

Comments
 (0)