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"
2323full-version = " {+version+}.2"
2424api = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongo-scala-driver"
2525driver-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
2020Learn about new features, improvements, and fixes introduced in the
2121following versions of the {+driver-long+}:
2222
23+ * :ref:`Version 5.2 <scala-version-5.2>`
2324* :ref:`Version 5.1.3 <scala-version-5.1.3>`
2425* :ref:`Version 5.1.1 <scala-version-5.1.1>`
2526* :ref:`Version 5.1 <scala-version-5.1>`
2627
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+
2742.. _scala-version-5.1.3:
2843
2944What's New in 5.1.3
You can’t perform that action at this time.
0 commit comments