File tree Expand file tree Collapse file tree 5 files changed +31
-2
lines changed
Expand file tree Collapse file tree 5 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 55 // the branches available to backport to
66 "targetBranchChoices" : [
77 " master" ,
8+ " v5.5" ,
89 " v5.4" ,
910 " v5.3" ,
1011 " v5.2" ,
Original file line number Diff line number Diff line change 11define: prefix docs/drivers/node
22define: 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 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 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 master
44
55symlink: current -> master
66
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ toc_landing_pages = [
1818sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919
2020[constants ]
21- version = " 5.4 "
21+ version = " 5.5 "
2222package-name-org = " mongodb-org"
2323api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
2424min-node-version = " v12"
Original file line number Diff line number Diff line change 1616 - MongoDB 3.0
1717 - MongoDB 2.6
1818
19+ * - 5.5
20+ - ✓
21+ - ✓
22+ - ✓
23+ - ✓
24+ - ✓
25+ - ✓
26+ - ✓
27+ -
28+ -
29+ -
30+ -
31+
1932 * - 5.4
2033 - ✓
2134 - ✓
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
1212
1313Learn what's new in:
1414
15+ * :ref:`Version 5.5 <version-5.5>`
1516* :ref:`Version 5.4 <version-5.4>`
1617* :ref:`Version 5.3 <version-5.3>`
1718* :ref:`Version 5.2 <version-5.2>`
@@ -36,6 +37,20 @@ Learn what's new in:
3637* :ref:`Version 3.7 <version-3.7>`
3738* :ref:`Version 3.6 <version-3.6>`
3839
40+ .. _version-5.5:
41+
42+ What's New in 5.5
43+ -----------------
44+
45+ New features of the 5.5 {+driver-short+} release include:
46+
47+ - The driver now accurately detects Function-as-a-Service (FaaS)
48+ environments in AWS by considering AWS environment variables only if
49+ they begin with ``AWS_Lambda_``.
50+ - You must upgrade ``mongodb-client-encryption`` to version 2.8.0 or
51+ later if you want to create an encrypted collection by using the
52+ Queryable Encryption feature.
53+
3954.. _version-5.4:
4055
4156What's New in 5.4
You can’t perform that action at this time.
0 commit comments