@@ -22,6 +22,7 @@ Learn what's new in:
22
22
* :ref:`Version 5.2 <version-5.2>`
23
23
* :ref:`Version 5.1 <version-5.1>`
24
24
* :ref:`Version 5.0 <version-5.0>`
25
+ * :ref:`Version 4.17 <version-4.17>`
25
26
* :ref:`Version 4.15 <version-4.15>`
26
27
* :ref:`Version 4.14 <version-4.14>`
27
28
* :ref:`Version 4.13 <version-4.13>`
@@ -49,19 +50,19 @@ What's New in 6.0
49
50
.. important:: Breaking Changes in v6.0
50
51
51
52
- Version 6.0 of the {+driver-short+} requires Node.js v16.20.1 or later.
52
-
53
+
53
54
- If you add ``mongodb-client-encryption`` as a dependency,
54
55
the major version number must match that of the {+driver-short+}. For example,
55
56
{+driver-short+} v6.x.x requires ``mongodb-client-encryption`` v6.x.x.
56
-
57
+
57
58
- Automatic Encryption methods are now in the {+driver-short+}. You must
58
59
import these methods from the driver instead of from
59
60
``mongodb-client-encryption``.
60
61
61
62
The {+driver-short+} v6.0 release includes the following features:
62
63
63
64
.. important:: Deprecation Notice
64
-
65
+
65
66
All of the ``ssl``-prefixed options in the ``MongoClientOptions``
66
67
type are deprecated. In addition, the ``tlsCertificateFile`` option
67
68
is deprecated.
@@ -305,6 +306,19 @@ New features of the 5.0 {+driver-short+} release include:
305
306
dependency successfully, the driver uses the AWS SDK itself to
306
307
manage credentials from the environment.
307
308
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
+
308
322
.. _version-4.15:
309
323
310
324
What's New in 4.15
0 commit comments