-
Notifications
You must be signed in to change notification settings - Fork 47
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
Merged
Merged
DOCSP-44611: v6.10 #920
Changes from 4 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,16 @@ | |
- MongoDB 4.0 | ||
- MongoDB 3.6 | ||
|
||
* - 6.10 | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- | ||
|
||
* - 6.9 | ||
- ✓ | ||
- ✓ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,30 @@ 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 improvements and fixes: | ||||||||||
|
||||||||||
- Removes support for {+mdb-server+} 3.6. | ||||||||||
|
||||||||||
- Adds support for the new {+mdb-server+} 8.0 bulk write API, which supports bulk write | ||||||||||
operations across multiple databases and collections in a single call. | ||||||||||
|
||||||||||
- Allows SRV hostnames with fewer than three parts separated by ``.`` | ||||||||||
characters. For example, the driver now supports hostnames like | ||||||||||
``mongodb+srv://mongodb.local``. | ||||||||||
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
|
||||||||||
|
||||||||||
- Supports the explain option to retrieve an accurate ``maxTimeMS`` value for | ||||||||||
CRUD commands to describe the operation time. The explain options for find and aggregate | ||||||||||
operations are deprecated. | ||||||||||
|
||||||||||
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 | ||||||||||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.