Skip to content

Commit f2d5a9a

Browse files
authored
DOCSP-42282: java avs type support (#47)
* DOCSP-42282: java avs type support * fix link
1 parent d57c648 commit f2d5a9a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ version = "5.1"
2323
full-version = "{+version+}.2"
2424
api = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongo-scala-driver"
2525
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"

source/whats-new.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,25 @@ 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.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

2944
What's New in 5.1.3

0 commit comments

Comments
 (0)