Skip to content

DOCSP-30318: Node.js driver v5.6.0 release #700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// the branches available to backport to
"targetBranchChoices": [
"master",
"v5.6",
"v5.5",
"v5.4",
"v5.3",
Expand Down
4 changes: 2 additions & 2 deletions config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/drivers/node
define: base https://www.mongodb.com/${prefix}
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
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 v5.6 master

symlink: current -> master

Expand All @@ -18,4 +18,4 @@ raw: ${prefix}/stable -> ${base}/current/
[*-v5.0]: ${prefix}/${version}/quick-start/next-steps/ -> ${base}/${version}/quick-start/

[v4.3-master]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/fundamentals/bson/utf8-validation/
[*-v4.2]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/
[*-v4.2]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ toc_landing_pages = [
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

[constants]
version = "5.5"
version = "5.6"
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
driver-long = "MongoDB Node.js driver"
driver-short = "Node.js driver"
Expand Down
32 changes: 31 additions & 1 deletion source/includes/language-compatibility-table-node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:class: compatibility-large

* - Node.js Driver Version
- Node.js v20.x.x
- Node.js v18.x.x
- Node.js v16.x.x
- Node.js v14.x.x
Expand All @@ -15,7 +16,22 @@
- Node.js v0.12.X
- Node.js v0.10.X
- Node.js v0.8.X
* - 5.X

* - >= 5.6.X
- ✓
- ✓
- ✓
- ✓
-
-
-
-
-
-
-
-
* - 5.0.0 to 5.5.X
-
- ✓
- ✓
- ✓
Expand All @@ -28,6 +44,7 @@
-
-
* - 4.X
-
- ✓
- ✓
- ✓
Expand All @@ -40,6 +57,7 @@
-
-
* - 3.7.X
-
-
-
- ✓
Expand All @@ -52,6 +70,7 @@
-
-
* - 3.6.X
-
-
-
- ✓
Expand All @@ -64,6 +83,7 @@
-
-
* - 3.5.X
-
-
-
- ✓
Expand All @@ -76,6 +96,7 @@
-
-
* - 3.4.X
-
-
-
- ✓
Expand All @@ -88,6 +109,7 @@
-
-
* - 3.3.X
-
-
-
- ✓
Expand All @@ -100,6 +122,7 @@
-
-
* - 3.2.X
-
-
-
- ✓
Expand All @@ -112,6 +135,7 @@
-
-
* - 3.1.X
-
-
-
- ✓
Expand All @@ -124,6 +148,7 @@
-
-
* - 3.0.X
-
-
-
- ✓
Expand All @@ -141,6 +166,7 @@
-
-
-
-
- ✓
- ✓
- ✓
Expand All @@ -153,6 +179,7 @@
-
-
-
-
- ✓
- ✓
- ✓
Expand All @@ -165,6 +192,7 @@
-
-
-
-
- ✓
- ✓
- ✓
Expand All @@ -180,6 +208,7 @@
-
-
-
-
- ✓
- ✓
- ✓
Expand All @@ -193,6 +222,7 @@
-
-
-
-
- ✓
- ✓

Loading