File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ version = "5.1"
23
23
full-version = " {+version+}.2"
24
24
api = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongo-scala-driver"
25
25
driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
26
- rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
26
+ rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
27
+ core-api = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongodb-driver-core"
Original file line number Diff line number Diff line change @@ -20,10 +20,25 @@ 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.2 <scala-version-5.2>`
23
24
* :ref:`Version 5.1.3 <scala-version-5.1.3>`
24
25
* :ref:`Version 5.1.1 <scala-version-5.1.1>`
25
26
* :ref:`Version 5.1 <scala-version-5.1>`
26
27
28
+ .. _scala-version-5.2:
29
+
30
+ What's New in 5.2
31
+ -----------------
32
+
33
+ New features of the 5.2 driver release include:
34
+
35
+ .. sharedinclude:: dbx/jvm/v5.2-wn-items.rst
36
+
37
+ .. replacement:: avs-index-link
38
+
39
+ the `SearchIndexModel <{+core-api+}/com/mongodb/client/model/SearchIndexModel.html>`__
40
+ API documentation
41
+
27
42
.. _scala-version-5.1.3:
28
43
29
44
What's New in 5.1.3
You can’t perform that action at this time.
0 commit comments