Skip to content
Merged
Changes from 1 commit
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
10 changes: 5 additions & 5 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
The 2.1 {+driver-short+} release includes the following improvements
and fixes:

- You can use the new `Client.BulkWrite <{+api+}/mongo#Client.BulkWrite>`__ method
to perform many insert, update, and delete operations on multiple databases and
collections in one request.
- Adds the new `Client.BulkWrite <{+api+}/mongo#Client.BulkWrite>`__ method
to make performing many insert, update, and delete operations on multiple databases and

Check failure on line 49 in source/whats-new.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.CommaOxford] Use the Oxford comma in ' to make performing many insert, update, and delete operations on multiple databases and '. Raw Output: {"message": "[MongoDB.CommaOxford] Use the Oxford comma in ' to make performing many insert, update, and delete operations on multiple databases and '.", "location": {"path": "source/whats-new.txt", "range": {"start": {"line": 49, "column": 1}}}, "severity": "ERROR"}
collections in one request more efficient.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depending on how you interpret the "more efficient" part it could be slightly inaccurate. How about one of these variants?

Adds the new Client.BulkWrite <{+api+}/mongo#Client.BulkWrite>__ method to provide clients the ability to perform many insert, update, and delete operations on multiple databases and collections in one request.

or

Introduces the new Client.BulkWrite <{+api+}/mongo#Client.BulkWrite>__, enabling clients to perform multiple insert, update, and delete operations across databases and collections in a single request.

Copy link
Collaborator Author

@lindseymoore lindseymoore Mar 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the second one, thanks! Also added 'Introduces' to second bullet


- Adds the new `bson.Vector <{+api+}/bson#Vector>`__ type to make inserting and querying
vector data using :atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>`
easier and more efficient.
vector data by using :atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>`
more efficient.

- Extends the `ServerError <{+api+}/mongo#ServerError>`__ interface to include
``ErrorCodes``, which returns a list of deduplicated error codes returned by
Expand Down
Loading