Skip to content

DOCSP-44667: bson vector subtype #607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 TODO add link :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.

Expand Down
Loading