Skip to content

Commit f09e867

Browse files
v6 release updates (#753)
1 parent 733522a commit f09e867

File tree

6 files changed

+31
-3
lines changed

6 files changed

+31
-3
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+
"v6.0",
89
"v5.8",
910
"v5.7",
1011
"v5.6",

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 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 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 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v6.0 master
44

55
symlink: current -> master
66

snooty.toml

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

2020
[constants]
21-
version = "5.8"
21+
version = "6.0"
2222
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2323
driver-long = "MongoDB Node.js driver"
2424
driver-short = "Node.js driver"
2525
mdb-server = "MongoDB Server"
26-
min-node-version = "v12"
26+
min-node-version = "v16"
2727
stable-api = "Stable API"

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+
* - 6.0
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
-
28+
-
29+
-
30+
-
31+
1932
* - 5.8
2033
- ✓
2134
- ✓

source/upgrade.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Version 6.x Breaking Changes
102102
perform any operations in the session.
103103
- The ``includeResultMetadata`` option for compound operation methods is
104104
``false`` by default.
105+
- Raised the optional ``kerberos`` dependency minimum version to 2.0.1 and
106+
removed support for version 1.x.
107+
- Raised the optional ``zstd`` dependency minimum version to 1.1.0.
105108

106109
.. _node-breaking-changes-v5.x:
107110

source/whats-new.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ What's New in 6.0
8989
is ``false`` by default. See the :ref:`Built-in
9090
Methods <node-compound-operations-builtin>` section of the Compound
9191
Operations guide for more information.
92+
93+
- Raised the optional ``kerberos`` dependency minimum version to 2.0.1 and
94+
removed support for version 1.x.
95+
96+
- Raised the optional ``zstd`` dependency minimum version to 1.1.0.
97+
98+
To learn more about the breaking changes included in this release, see the
99+
`v6.0.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v6.0.0>`__.
92100

93101
The {+driver-short+} v6.0 release includes the following features:
94102

@@ -153,6 +161,9 @@ The {+driver-short+} v6.0 release includes the following features:
153161
document. To learn more, see the :ref:`Command Options
154162
<node-command-options>` section of the Run a Command guide.
155163

164+
To learn more about this release, see the
165+
`v6.0.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v6.0.0>`__.
166+
156167
.. _version-5.8:
157168

158169
What's New in 5.8

0 commit comments

Comments
 (0)