File tree Expand file tree Collapse file tree 2 files changed +58
-2
lines changed Expand file tree Collapse file tree 2 files changed +58
-2
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,14 @@ The first column lists the driver version.
30
30
31
31
.. include:: /includes/language-compatibility-table-node.rst
32
32
33
- For more information on how to read the compatibility tables, see our guide on
34
- :ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
33
+ Component Compatibility
34
+ -----------------------
35
+ The following table describes add-on component version compatibility for
36
+ versions of the {+driver-long+}. Any other combination of packages might be
37
+ unstable.
38
+
39
+ .. include:: /includes/component-compatibility-table-node.rst
40
+
41
+ For more information on how to read the compatibility tables, see our guide
42
+ about :ref:`MongoDB Compatibility Tables <about-driver-compatibility>`.
43
+
Original file line number Diff line number Diff line change
1
+ .. list-table ::
2
+ :header-rows: 1
3
+ :stub-columns: 1
4
+ :class: compatibility-large
5
+
6
+ * - Component
7
+ - Node.js Driver v6.x
8
+ - Node.js Driver v5.x
9
+ - Node.js Driver v4.x
10
+ - Node.js Driver v3.x
11
+
12
+ * - bson
13
+ - ^6.0.0
14
+ - ^5.0.0
15
+ - ^4.0.0
16
+ - ^1.0.0
17
+
18
+ * - bson-ext
19
+ -
20
+ -
21
+ - ^4.0.0
22
+ - ^1.0.0 or ^2.0.0
23
+
24
+ * - kerberos
25
+ - ^2.0.1
26
+ - ^1.0.0 or ^2.0.0
27
+ - ^1.0.0 or ^2.0.0
28
+ - ^1.0.0
29
+
30
+ * - mongodb-client-encryption
31
+ - ^6.0.0
32
+ - ^2.3.0
33
+ - ^1.0.0 or ^2.0.0
34
+ - ^1.0.0
35
+
36
+ * - mongodb-legacy
37
+ - ^6.0.0
38
+ - ^5.0.0
39
+ - ^4.0.0
40
+ -
41
+
42
+ * - @mongodb-js/zstd
43
+ - ^1.1.0
44
+ - ^1.0.0
45
+ - ^1.0.0
46
+ -
47
+
You can’t perform that action at this time.
0 commit comments