Skip to content

Commit 8c2459d

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

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

config/redirects

Lines changed: 2 additions & 2 deletions
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 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 master
44

55
symlink: current -> master
66

@@ -18,4 +18,4 @@ raw: ${prefix}/stable -> ${base}/current/
1818
[*-v5.0]: ${prefix}/${version}/quick-start/download-and-install/ -> ${base}/${version}/quick-start/
1919
[*-v5.0]: ${prefix}/${version}/quick-start/next-steps/ -> ${base}/${version}/quick-start/
2020

21-
[v4.3-master]: ${prefix}/${version}/fundamentals/utf8-validation -> ${base}/${version}/fundamentals/bson/utf8-validation/
21+
[v4.3-master]: ${prefix}/${version}/fundamentals/utf8-validation -> ${base}/${version}/fundamentals/bson/utf8-validation/

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@
5555
-
5656
-
5757

58+
* - 4.17
59+
- ⊛
60+
- ✓
61+
- ✓
62+
- ✓
63+
- ✓
64+
- ✓
65+
- ✓
66+
-
67+
-
68+
-
69+
-
70+
5871
* - 4.15
5972
- ✓
6073
- ✓

source/whats-new.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Learn what's new in:
1313
* :ref:`Version 5.2 <version-5.2>`
1414
* :ref:`Version 5.1 <version-5.1>`
1515
* :ref:`Version 5.0 <version-5.0>`
16+
* :ref:`Version 4.17 <version-4.17>`
1617
* :ref:`Version 4.15 <version-4.15>`
1718
* :ref:`Version 4.14 <version-4.14>`
1819
* :ref:`Version 4.13 <version-4.13>`
@@ -120,6 +121,19 @@ New features of the 5.0 {+driver-short+} release include:
120121
dependency successfully, the driver uses the AWS SDK itself to
121122
manage credentials from the environment.
122123

124+
.. _version-4.17:
125+
126+
What's New in 4.17
127+
------------------
128+
129+
New features of the 4.17 {+driver-short+} release include:
130+
131+
- Adds the ``mongodb-js/saslprep`` package as a driver dependency.
132+
- Improves compatibility with the Queryable Encryption feature.
133+
134+
To learn more, see the `v4.17.0 Release Highlights
135+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.17.0>`__.
136+
123137
.. _version-4.15:
124138

125139
What's New in 4.15

0 commit comments

Comments
 (0)