File tree 5 files changed +31
-2
lines changed 5 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 5
5
// the branches available to backport to
6
6
"targetBranchChoices" : [
7
7
" master" ,
8
+ " v5.5" ,
8
9
" v5.4" ,
9
10
" v5.3" ,
10
11
" v5.2" ,
Original file line number Diff line number Diff line change 1
1
define: prefix docs/drivers/node
2
2
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 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
4
4
5
5
symlink: current -> master
6
6
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ toc_landing_pages = [
18
18
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
19
19
20
20
[constants ]
21
- version = " 5.4 "
21
+ version = " 5.5 "
22
22
package-name-org = " mongodb-org"
23
23
api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
24
24
min-node-version = " v12"
Original file line number Diff line number Diff line change 16
16
- MongoDB 3.0
17
17
- MongoDB 2.6
18
18
19
+ * - 5.5
20
+ - ✓
21
+ - ✓
22
+ - ✓
23
+ - ✓
24
+ - ✓
25
+ - ✓
26
+ - ✓
27
+ -
28
+ -
29
+ -
30
+ -
31
+
19
32
* - 5.4
20
33
- ✓
21
34
- ✓
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 5.5 <version-5.5>`
15
16
* :ref:`Version 5.4 <version-5.4>`
16
17
* :ref:`Version 5.3 <version-5.3>`
17
18
* :ref:`Version 5.2 <version-5.2>`
@@ -36,6 +37,20 @@ Learn what's new in:
36
37
* :ref:`Version 3.7 <version-3.7>`
37
38
* :ref:`Version 3.6 <version-3.6>`
38
39
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
+
39
54
.. _version-5.4:
40
55
41
56
What's New in 5.4
You can’t perform that action at this time.
0 commit comments