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 @@ -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+}.1 "
19
+ full-version = " {+version+}.2 "
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,9 +20,21 @@ 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.2 <javars-version-5.1.2>`
23
24
* :ref:`Version 5.1.1 <javars-version-5.1.1>`
24
25
* :ref:`Version 5.1 <javars-version-5.1>`
25
26
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
+
26
38
.. _javars-version-5.1.1:
27
39
28
40
What's New in 5.1.1
You can’t perform that action at this time.
0 commit comments