File tree Expand file tree Collapse file tree 6 files changed +31
-3
lines changed Expand file tree Collapse file tree 6 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 55 // the branches available to backport to
66 "targetBranchChoices" : [
77 " master" ,
8+ " v6.0" ,
89 " v5.8" ,
910 " v5.7" ,
1011 " v5.6" ,
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 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
55symlink: current -> master
66
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ toc_landing_pages = [
1818sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919
2020[constants ]
21- version = " 5.8 "
21+ version = " 6.0 "
2222api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
2323driver-long = " MongoDB Node.js driver"
2424driver-short = " Node.js driver"
2525mdb-server = " MongoDB Server"
26- min-node-version = " v12 "
26+ min-node-version = " v16 "
2727stable-api = " Stable API"
Original file line number Diff line number Diff line change 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 - ✓
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
93101The {+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
158169What's New in 5.8
You can’t perform that action at this time.
0 commit comments