Skip to content

DOCSP-32417: v4.17 updates #742

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

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/drivers/node
define: base https://www.mongodb.com/${prefix}
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
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

symlink: current -> master

Expand Down
13 changes: 13 additions & 0 deletions source/includes/mongodb-compatibility-table-node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,19 @@
-
-

* - 4.17
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-

* - 4.15
- ⊛
- ✓
Expand Down
20 changes: 17 additions & 3 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Learn what's new in:
* :ref:`Version 5.2 <version-5.2>`
* :ref:`Version 5.1 <version-5.1>`
* :ref:`Version 5.0 <version-5.0>`
* :ref:`Version 4.17 <version-4.17>`
* :ref:`Version 4.15 <version-4.15>`
* :ref:`Version 4.14 <version-4.14>`
* :ref:`Version 4.13 <version-4.13>`
Expand Down Expand Up @@ -49,19 +50,19 @@ What's New in 6.0
.. important:: Breaking Changes in v6.0

- Version 6.0 of the {+driver-short+} requires Node.js v16.20.1 or later.

- If you add ``mongodb-client-encryption`` as a dependency,
the major version number must match that of the {+driver-short+}. For example,
{+driver-short+} v6.x.x requires ``mongodb-client-encryption`` v6.x.x.

- Automatic Encryption methods are now in the {+driver-short+}. You must
import these methods from the driver instead of from
``mongodb-client-encryption``.

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

.. important:: Deprecation Notice

All of the ``ssl``-prefixed options in the ``MongoClientOptions``
type are deprecated. In addition, the ``tlsCertificateFile`` option
is deprecated.
Expand Down Expand Up @@ -305,6 +306,19 @@ New features of the 5.0 {+driver-short+} release include:
dependency successfully, the driver uses the AWS SDK itself to
manage credentials from the environment.

.. _version-4.17:

What's New in 4.17
------------------

New features of the 4.17 {+driver-short+} release include:

- Adds the ``mongodb-js/saslprep`` package as a driver dependency.
- Improves compatibility with the Queryable Encryption feature.

To learn more, see the `v4.17.0 Release Highlights
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.17.0>`__.

.. _version-4.15:

What's New in 4.15
Expand Down