-
Notifications
You must be signed in to change notification settings - Fork 52
DOCSP-44611: v6.10 #920
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
DOCSP-44611: v6.10 #920
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,16 @@ | |
- MongoDB 4.0 | ||
- MongoDB 3.6 | ||
|
||
* - 6.10 | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- | ||
|
||
* - 6.9 | ||
- ✓ | ||
- ✓ | ||
|
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -19,6 +19,7 @@ What's New | |||||||||||
|
||||||||||||
Learn what's new in: | ||||||||||||
|
||||||||||||
* :ref:`Version 6.10 <version-6.10>` | ||||||||||||
* :ref:`Version 6.9 <version-6.9>` | ||||||||||||
* :ref:`Version 6.8 <version-6.8>` | ||||||||||||
* :ref:`Version 6.7 <version-6.7>` | ||||||||||||
|
@@ -30,6 +31,28 @@ Learn what's new in: | |||||||||||
* :ref:`Version 6.1 <version-6.1>` | ||||||||||||
* :ref:`Version 6.0 <version-6.0>` | ||||||||||||
|
||||||||||||
.. _version-6.10: | ||||||||||||
|
||||||||||||
What's New in 6.10 | ||||||||||||
------------------ | ||||||||||||
|
||||||||||||
The {+driver-short+} v6.10 release is the first official release to support all {+mdb-server+} | ||||||||||||
8.0 features, and includes the following: | ||||||||||||
|
||||||||||||
- Support for {+mdb-server+} 3.6 has been removed. | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S: parallelism
Suggested change
|
||||||||||||
|
||||||||||||
- Adds support for the new {+mdb-server+} 8.0 bulk write API, which supports bulk write | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||
operations across multiple databases and collections in a single call. | ||||||||||||
|
||||||||||||
- The driver now allows SRV hostnames with fewer than three parts separated by ``.`` | ||||||||||||
characters. | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S: could you also provide a short example here?
Suggested change
|
||||||||||||
|
||||||||||||
- You can now use the explain option to retrieve an accurate ``maxTimeMS`` value for | ||||||||||||
CRUD commands. The explain options for find and aggregate operations have been deprecated. | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||
|
||||||||||||
To learn more about this release, see the :github:`v6.10.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.10.0>` on | ||||||||||||
GitHub. | ||||||||||||
|
||||||||||||
.. _version-6.9: | ||||||||||||
|
||||||||||||
What's New in 6.9 | ||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: complete sentences