Skip to content

Commit 275e143

Browse files
Chris ChomongoKart
authored andcommitted
DOCSP-32228: Add component support matrix (mongodb#740)
* DOCSP-32228: Add component support matrix
1 parent 6965001 commit 275e143

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

source/compatibility.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,14 @@ The first column lists the driver version.
3030

3131
.. include:: /includes/language-compatibility-table-node.rst
3232

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+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+

0 commit comments

Comments
 (0)