Skip to content

Commit 3cf4994

Browse files
Chris ChomongoKart
authored andcommitted
DOCSP-32417: v4.17 updates (mongodb#742)
1 parent e3b1cf0 commit 3cf4994

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
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 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 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.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 master
44

55
symlink: current -> master
66

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,19 @@
120120
-
121121
-
122122

123+
* - 4.17
124+
- ⊛
125+
- ✓
126+
- ✓
127+
- ✓
128+
- ✓
129+
- ✓
130+
- ✓
131+
-
132+
-
133+
-
134+
-
135+
123136
* - 4.15
124137
- ⊛
125138
- ✓

source/whats-new.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Learn what's new in:
2222
* :ref:`Version 5.2 <version-5.2>`
2323
* :ref:`Version 5.1 <version-5.1>`
2424
* :ref:`Version 5.0 <version-5.0>`
25+
* :ref:`Version 4.17 <version-4.17>`
2526
* :ref:`Version 4.15 <version-4.15>`
2627
* :ref:`Version 4.14 <version-4.14>`
2728
* :ref:`Version 4.13 <version-4.13>`
@@ -49,19 +50,19 @@ What's New in 6.0
4950
.. important:: Breaking Changes in v6.0
5051

5152
- Version 6.0 of the {+driver-short+} requires Node.js v16.20.1 or later.
52-
53+
5354
- If you add ``mongodb-client-encryption`` as a dependency,
5455
the major version number must match that of the {+driver-short+}. For example,
5556
{+driver-short+} v6.x.x requires ``mongodb-client-encryption`` v6.x.x.
56-
57+
5758
- Automatic Encryption methods are now in the {+driver-short+}. You must
5859
import these methods from the driver instead of from
5960
``mongodb-client-encryption``.
6061

6162
The {+driver-short+} v6.0 release includes the following features:
6263

6364
.. important:: Deprecation Notice
64-
65+
6566
All of the ``ssl``-prefixed options in the ``MongoClientOptions``
6667
type are deprecated. In addition, the ``tlsCertificateFile`` option
6768
is deprecated.
@@ -305,6 +306,19 @@ New features of the 5.0 {+driver-short+} release include:
305306
dependency successfully, the driver uses the AWS SDK itself to
306307
manage credentials from the environment.
307308

309+
.. _version-4.17:
310+
311+
What's New in 4.17
312+
------------------
313+
314+
New features of the 4.17 {+driver-short+} release include:
315+
316+
- Adds the ``mongodb-js/saslprep`` package as a driver dependency.
317+
- Improves compatibility with the Queryable Encryption feature.
318+
319+
To learn more, see the `v4.17.0 Release Highlights
320+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.17.0>`__.
321+
308322
.. _version-4.15:
309323

310324
What's New in 4.15

0 commit comments

Comments
 (0)