Skip to content

Commit 6ca4f85

Browse files
author
Chris Cho
committed
DOCSP-32417: v4.17 updates (#742)
(cherry picked from commit 0c07d95)
1 parent d18629a commit 6ca4f85

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Learn what's new in:
2020
* :ref:`Version 5.2 <version-5.2>`
2121
* :ref:`Version 5.1 <version-5.1>`
2222
* :ref:`Version 5.0 <version-5.0>`
23+
* :ref:`Version 4.17 <version-4.17>`
2324
* :ref:`Version 4.15 <version-4.15>`
2425
* :ref:`Version 4.14 <version-4.14>`
2526
* :ref:`Version 4.13 <version-4.13>`
@@ -252,6 +253,19 @@ New features of the 5.0 {+driver-short+} release include:
252253
dependency successfully, the driver uses the AWS SDK itself to
253254
manage credentials from the environment.
254255

256+
.. _version-4.17:
257+
258+
What's New in 4.17
259+
------------------
260+
261+
New features of the 4.17 {+driver-short+} release include:
262+
263+
- Adds the ``mongodb-js/saslprep`` package as a driver dependency.
264+
- Improves compatibility with the Queryable Encryption feature.
265+
266+
To learn more, see the `v4.17.0 Release Highlights
267+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.17.0>`__.
268+
255269
.. _version-4.15:
256270

257271
What's New in 4.15

0 commit comments

Comments
 (0)