Skip to content

Commit d0d14e0

Browse files
rustagirmongoKart
authored andcommitted
DOCSP-29850: v5.5 release version updates (mongodb#682)
* DOCSP-29850: v5.5 release version updates * add item to WN * CC PR fixes 1
1 parent baae07c commit d0d14e0

File tree

5 files changed

+31
-2
lines changed

5 files changed

+31
-2
lines changed

.backportrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// the branches available to backport to
66
"targetBranchChoices": [
77
"master",
8+
"v5.5",
89
"v5.4",
910
"v5.3",
1011
"v5.2",

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 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

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toc_landing_pages = [
1818
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919

2020
[constants]
21-
version = "5.4"
21+
version = "5.5"
2222
package-name-org = "mongodb-org"
2323
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2424
min-node-version = "v12"

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
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
- ✓

source/whats-new.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn 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

4156
What's New in 5.4

0 commit comments

Comments
 (0)