From 9456f255c928c3a5949b3a04f01e2f7bb8cbcc86 Mon Sep 17 00:00:00 2001 From: rustagir Date: Wed, 8 Jan 2025 14:33:12 -0500 Subject: [PATCH 1/2] DOCSP-44667: bson vector subtype --- source/whats-new.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 415e46317..3644e1759 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -35,10 +35,17 @@ Learn what's new in: What's New in 5.3 ----------------- -The 5.3 {+driver-short+} release introduces the following improvements, features, -and fixes: +The 5.3 driver release includes the following changes, fixes, +and features: + +.. sharedinclude:: dbx/jvm/v5.3-wn-items.rst + + .. replacement:: vector-type-example-link + + To learn about how to use this type when using the Atlas + Vector Search feature, see the :ref:`` guide. -- Client bulk write API that allows you to perform write operations on multiple +- Adds a client bulk write API that allows you to perform write operations on multiple databases and collections at once. To learn more about this feature, see the :ref:`java-sync-client-bulk-write` section of the Bulk Operations guide. From 8e2371d91818da399586068e22a135fe12be9234 Mon Sep 17 00:00:00 2001 From: rustagir Date: Wed, 8 Jan 2025 16:38:57 -0500 Subject: [PATCH 2/2] todo --- source/whats-new.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 3644e1759..0ededd787 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -43,7 +43,7 @@ and features: .. replacement:: vector-type-example-link To learn about how to use this type when using the Atlas - Vector Search feature, see the :ref:`` guide. + Vector Search feature, see the TODO add link :ref:`` guide. - Adds a client bulk write API that allows you to perform write operations on multiple databases and collections at once. To learn more about this feature, see the