-
Notifications
You must be signed in to change notification settings - Fork 51
DOCSP-49436: v6.16 release #1093
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
Changes from 1 commit
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,7 +13,7 @@ | |
- MongoDB 4.0 | ||
- MongoDB 3.6 | ||
|
||
* - 6.10 to 6.15 | ||
* - 6.10 to 6.16 | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -20,6 +20,7 @@ What's New | |||||
|
||||||
Learn what's new in: | ||||||
|
||||||
* :ref:`Version 6.16 <version-6.16>` | ||||||
* :ref:`Version 6.15 <version-6.15>` | ||||||
* :ref:`Version 6.14 <version-6.14>` | ||||||
* :ref:`Version 6.13 <version-6.13>` | ||||||
|
@@ -37,6 +38,25 @@ Learn what's new in: | |||||
* :ref:`Version 6.1 <version-6.1>` | ||||||
* :ref:`Version 6.0 <version-6.0>` | ||||||
|
||||||
.. _version-6.16: | ||||||
|
||||||
What's New in 6.16 | ||||||
------------------ | ||||||
|
||||||
The {+driver-short+} v6.16 release includes the following features: | ||||||
|
||||||
- The ``Collection.distinct()`` method now supports and an optional ``hint`` | ||||||
parameter which you can use to specify the index to use for the command. | ||||||
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] We could also note here that this requires MongoDB Server 7.1+ in case users miss that in the release notes. |
||||||
- Fixes a bug with processing of multiple messages within one network data chunk which | ||||||
could cause processing times to slow down. | ||||||
- Fixes a bug where ``FindCursor.rewind()`` threw errors in certain cases. | ||||||
- Deprecates support for {+mdb-server+} 4.0. Support will be completely removed | ||||||
in a future minor release. | ||||||
|
||||||
To learn more about this release, see the | ||||||
:github:`v6.16.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.15.0>` on | ||||||
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
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. Good catch! |
||||||
GitHub. | ||||||
|
||||||
.. _version-6.15: | ||||||
|
||||||
What's New in 6.15 | ||||||
|
Uh oh!
There was an error while loading. Please reload this page.