Skip to content

Commit 30ca2d1

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

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ raw: ${prefix}/stable -> ${base}/current/
1010
[*-master]: ${prefix}/${version}/fundamentals/versioned-api/ -> ${base}/${version}/fundamentals/stable-api/
1111
[*-master]: ${prefix}/${version}/fundamentals/connection/lambda/ -> ${base}/${version}/fundamentals/connection/
1212
[v4.7-*]: ${prefix}/${version}/fundamentals/csfle -> ${base}/${version}/fundamentals/encrypt-fields/
13-
[*-v4.6]: ${prefix}/${version}/fundamentals/encrypt-fields -> ${base}/${version}/fundamentals/csfle/
13+
[*-v4.6]: ${prefix}/${version}/fundamentals/encrypt-fields -> ${base}/${version}/fundamentals/csfle/

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,31 @@
2323
- ✓
2424
- ✓
2525
- ✓
26+
-
27+
-
28+
-
29+
-
30+
31+
* - 4.17
32+
- ⊛
33+
- ✓
34+
- ✓
35+
- ✓
36+
- ✓
37+
- ✓
38+
- ✓
39+
-
40+
-
41+
-
42+
-
43+
44+
* - 4.15
45+
- ⊛
46+
- ✓
47+
- ✓
48+
- ✓
49+
- ✓
50+
- ✓
2651
- ✓
2752
-
2853
-

source/whats-new.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ What's New
1111
Learn what's new in:
1212

1313
* :ref:`Version 5.0 <version-5.0>`
14+
* :ref:`Version 4.17 <version-4.17>`
15+
* :ref:`Version 4.15 <version-4.15>`
1416
* :ref:`Version 4.14 <version-4.14>`
1517
* :ref:`Version 4.13 <version-4.13>`
1618
* :ref:`Version 4.12 <version-4.12>`
@@ -89,6 +91,31 @@ New features of the 5.0 {+driver-short+} release include:
8991
dependency successfully, the driver uses the AWS SDK itself to
9092
manage credentials from the environment.
9193

94+
.. _version-4.17:
95+
96+
What's New in 4.17
97+
------------------
98+
99+
New features of the 4.17 {+driver-short+} release include:
100+
101+
- Adds the ``mongodb-js/saslprep`` package as a driver dependency.
102+
- Improves compatibility with the Queryable Encryption feature.
103+
104+
To learn more, see the `v4.17.0 Release Highlights
105+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.17.0>`__.
106+
107+
.. _version-4.15:
108+
109+
What's New in 4.15
110+
------------------
111+
112+
New features of the 4.15 {+driver-short+} release include:
113+
114+
- Support for AWS IAM roles for service accounts.
115+
116+
To learn more, see the `v4.15.0 Release Highlights
117+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.15.0>`__.
118+
92119
.. _version-4.14:
93120

94121
What's New in 4.14

0 commit comments

Comments
 (0)