From c9a875d341925dfca0c0a2e448d907e095130400 Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 15 Aug 2024 10:03:00 -0400 Subject: [PATCH] DOCSP-42282: java avs type support --- source/whats-new.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index 748a125..4940f3e 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -20,10 +20,25 @@ What's New Learn about new features, improvements, and fixes introduced in the following versions of the {+driver-long+}: +* :ref:`Version 5.2 ` * :ref:`Version 5.1.3 ` * :ref:`Version 5.1.1 ` * :ref:`Version 5.1 ` +.. _scala-version-5.2: + +What's New in 5.2 +----------------- + +New features of the 5.2 driver release include: + +.. sharedinclude:: dbx/jvm/v5.2-wn-items.rst + + .. replacement:: avs-index-link + + the `SearchIndexModel <{+api+}/mongodb-driver-core/com/mongodb/client/model/SearchIndexModel.html>`__ + API documentation + .. _scala-version-5.1.3: What's New in 5.1.3