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 5
5
// the branches available to backport to
6
6
"targetBranchChoices" : [
7
7
" master" ,
8
+ " v6.0" ,
8
9
" v5.8" ,
9
10
" v5.7" ,
10
11
" v5.6" ,
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 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
4
4
5
5
symlink: current -> master
6
6
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ toc_landing_pages = [
18
18
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
19
19
20
20
[constants ]
21
- version = " 5.8 "
21
+ version = " 6.0 "
22
22
api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
23
23
driver-long = " MongoDB Node.js driver"
24
24
driver-short = " Node.js driver"
25
25
mdb-server = " MongoDB Server"
26
- min-node-version = " v12 "
26
+ min-node-version = " v16 "
27
27
stable-api = " Stable API"
Original file line number Diff line number Diff line change 16
16
- MongoDB 3.0
17
17
- MongoDB 2.6
18
18
19
+ * - 6.0
20
+ - ✓
21
+ - ✓
22
+ - ✓
23
+ - ✓
24
+ - ✓
25
+ - ✓
26
+ - ✓
27
+ -
28
+ -
29
+ -
30
+ -
31
+
19
32
* - 5.8
20
33
- ✓
21
34
- ✓
Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ Version 6.x Breaking Changes
102
102
perform any operations in the session.
103
103
- The ``includeResultMetadata`` option for compound operation methods is
104
104
``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.
105
108
106
109
.. _node-breaking-changes-v5.x:
107
110
Original file line number Diff line number Diff line change @@ -89,6 +89,14 @@ What's New in 6.0
89
89
is ``false`` by default. See the :ref:`Built-in
90
90
Methods <node-compound-operations-builtin>` section of the Compound
91
91
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>`__.
92
100
93
101
The {+driver-short+} v6.0 release includes the following features:
94
102
@@ -153,6 +161,9 @@ The {+driver-short+} v6.0 release includes the following features:
153
161
document. To learn more, see the :ref:`Command Options
154
162
<node-command-options>` section of the Run a Command guide.
155
163
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
+
156
167
.. _version-5.8:
157
168
158
169
What's New in 5.8
You can’t perform that action at this time.
0 commit comments