Skip to content

Commit 1751141

Browse files
authored
DOCSP-50482: 6.17 release (#1159)
* DOCSP-50482: 6.17 release * edits * wording * feedback
1 parent 8709448 commit 1751141

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
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 v6.13 v6.14 v6.15 v6.16 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 v6.13 v6.14 v6.15 v6.16 v6.17 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ toc_landing_pages = [
2525
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2626

2727
[constants]
28-
version = "6.16"
28+
version = "6.17"
2929
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
3030
driver-long = "MongoDB Node.js driver"
3131
driver-short = "Node.js driver"

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

Lines changed: 1 addition & 1 deletion
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.16 [#latest-note]_
13+
* - 6.11 to 6.17 [#latest-note]_
1414
- ✓
1515
- ✓
1616
- ✓

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
- MongoDB 4.0
1414
- MongoDB 3.6
1515

16+
* - 6.17
17+
- ✓
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
-
24+
-
25+
1626
* - 6.10 to 6.16
1727
- ✓
1828
- ✓

source/reference/release-notes.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Release Notes
2121

2222
Learn what's new in:
2323

24+
* :ref:`Version 6.17 <version-6.17>`
2425
* :ref:`Version 6.16 <version-6.16>`
2526
* :ref:`Version 6.15 <version-6.15>`
2627
* :ref:`Version 6.14 <version-6.14>`
@@ -39,6 +40,44 @@ Learn what's new in:
3940
* :ref:`Version 6.1 <version-6.1>`
4041
* :ref:`Version 6.0 <version-6.0>`
4142

43+
.. _version-6.17:
44+
45+
What's New in 6.17
46+
------------------
47+
48+
The {+driver-short+} v6.17 release includes the following features:
49+
50+
- Removes support for {+mdb-server+} 4.0.
51+
52+
- Upgrades the ``bson`` package to v6.10.4. For more information about this release,
53+
see the :github:`v6.10.4 Release Notes <mongodb/js-bson/releases/tag/v6.10.4>` for the
54+
``bson`` package on GitHub.
55+
56+
- Adds the ``keepAliveInitialDelay`` option when constructing a ``MongoClient``.
57+
This option defaults to ``120000`` milliseconds.
58+
59+
- Retries OIDC authentication when the initial authentication fails due to an
60+
expired token error.
61+
62+
- Adds the ``sort`` option for ``updateOne()`` and ``replaceOne()`` operations.
63+
This option requires {+mdb-server+} 8.0 or later.
64+
65+
- Instructs the ``MongoClient.close()`` method to close outstanding in-use
66+
connections.
67+
68+
- Adds a ``keyTimeoutMS`` encryption option for configuring DEK cache expiration time.
69+
This option defaults to ``6000`` milliseconds and requires ``mongodb-client-encryption``
70+
version 6.4 or later.
71+
72+
- Instructs update operations to generate an error if the ``ignoreUndefined`` is set
73+
to ``true`` and all updates are undefined.
74+
75+
- Treats socket errors as network errors.
76+
77+
To learn more about this release, see the
78+
:github:`v6.17.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.17.0>` on
79+
GitHub.
80+
4281
.. _version-6.16:
4382

4483
What's New in 6.16

0 commit comments

Comments
 (0)