Skip to content

Commit 0da0767

Browse files
authored
DOCSP-49436: v6.16 release (#1093)
1 parent 1a7aa49 commit 0da0767

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

config/redirects

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/node
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v5.9 v6.0 v6.1 v6.2 v6.3 v6.4 v6.5 v6.6 v6.7 v6.8 v6.9 v6.10 v6.11 v6.12 6.13 6.14 6.15 master
3+
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v5.9 v6.0 v6.1 v6.2 v6.3 v6.4 v6.5 v6.6 v6.7 v6.8 v6.9 v6.10 v6.11 v6.12 6.13 6.14 6.15 6.16 master
44

55
symlink: current -> master
66

snooty.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ toc_landing_pages = [
1919
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2020

2121
[constants]
22-
version = "6.15"
22+
version = "6.16"
2323
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2424
driver-long = "MongoDB Node.js driver"
2525
driver-short = "Node.js driver"

source/includes/language-compatibility-table-node.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Node.js v16.x.x
1111
- Node.js v14.x.x
1212

13-
* - 6.11 to 6.15 [#latest-note]_
13+
* - 6.11 to 6.16 [#latest-note]_
1414
- ✓
1515
- ✓
1616
- ✓

source/includes/mongodb-compatibility-table-node.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- MongoDB 4.0
1414
- MongoDB 3.6
1515

16-
* - 6.10 to 6.15
16+
* - 6.10 to 6.16
1717
- ✓
1818
- ✓
1919
- ✓

source/whats-new.txt

+21
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ What's New
2020

2121
Learn what's new in:
2222

23+
* :ref:`Version 6.16 <version-6.16>`
2324
* :ref:`Version 6.15 <version-6.15>`
2425
* :ref:`Version 6.14 <version-6.14>`
2526
* :ref:`Version 6.13 <version-6.13>`
@@ -37,6 +38,26 @@ Learn what's new in:
3738
* :ref:`Version 6.1 <version-6.1>`
3839
* :ref:`Version 6.0 <version-6.0>`
3940

41+
.. _version-6.16:
42+
43+
What's New in 6.16
44+
------------------
45+
46+
The {+driver-short+} v6.16 release includes the following features:
47+
48+
- The ``Collection.distinct()`` method now supports an optional ``hint``
49+
parameter which you can use to specify the index to use for the command. This functionality
50+
requires {+mdb-server+} 7.1 or later.
51+
- Fixes a bug with processing of multiple messages within one network data chunk which
52+
could cause processing times to slow down.
53+
- Fixes a bug where ``FindCursor.rewind()`` threw errors in certain cases.
54+
- Deprecates support for {+mdb-server+} 4.0. Support will be completely removed
55+
in a future minor release.
56+
57+
To learn more about this release, see the
58+
:github:`v6.16.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.16.0>` on
59+
GitHub.
60+
4061
.. _version-6.15:
4162

4263
What's New in 6.15

0 commit comments

Comments
 (0)