Skip to content

Commit fd95b53

Browse files
authored
DOCSP-50455 Fix legacy compat tables (#1156)
* DOCSP-50455 Fix legacy compat tables * use regualr include
1 parent d774a57 commit fd95b53

3 files changed

Lines changed: 3 additions & 123 deletions

File tree

source/compatibility.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The first column lists the driver version.
3232

3333
.. sharedinclude:: dbx/compatibility-table-legend.rst
3434

35-
.. sharedinclude:: dbx/mongodb-compatibility-table-node.rst
35+
.. include:: /includes/mongodb-compatibility-table-node.rst
3636

3737
Language Compatibility
3838
----------------------
@@ -41,7 +41,7 @@ the {+driver-long+} for use with a specific version of Node.js.
4141

4242
The first column lists the driver version.
4343

44-
.. sharedinclude:: dbx/language-compatibility-table-node.rst
44+
.. include:: /includes/language-compatibility-table-node.rst
4545

4646
Component Compatibility
4747
-----------------------

source/includes/language-compatibility-table-node.rst

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -83,47 +83,5 @@
8383
-
8484
-
8585
-
86-
87-
* - 2.X
88-
-
89-
-
90-
-
91-
-
92-
-
93-
-
94-
- ✓
95-
- ✓
96-
- ✓
97-
- ✓
98-
- ✓
99-
- ✓
100-
101-
* - >= 1.4.18
102-
-
103-
-
104-
-
105-
-
106-
-
107-
-
108-
-
109-
-
110-
-
111-
- ✓
112-
- ✓
113-
- ✓
114-
* - 1.4.X
115-
-
116-
-
117-
-
118-
-
119-
-
120-
-
121-
-
122-
-
123-
-
124-
-
125-
- ✓
126-
- ✓
127-
86+
12887
.. [#latest-note] Versions 6.0 and later of the {+driver-short+} require Node.js v16.20.1 or later.
129-

source/includes/mongodb-compatibility-table-node.rst

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -120,82 +120,4 @@
120120
- ✓
121121
- ✓
122122

123-
* - 3.3 to 3.5
124-
-
125-
- ⊛
126-
- ⊛
127-
- ⊛
128-
- ✓
129-
- ✓
130-
- ✓
131-
- ✓
132-
- ✓
133-
- ✓
134-
- ✓
135-
136-
* - 3.1 to 3.2
137-
-
138-
- ⊛
139-
- ⊛
140-
- ⊛
141-
- ⊛
142-
- ✓
143-
- ✓
144-
- ✓
145-
- ✓
146-
- ✓
147-
- ✓
148-
149-
* - 3.0
150-
-
151-
-
152-
-
153-
-
154-
-
155-
-
156-
- ✓
157-
- ✓
158-
- ✓
159-
- ✓
160-
- ✓
161-
162-
* - 2.2.12
163-
-
164-
-
165-
-
166-
-
167-
-
168-
-
169-
-
170-
- ✓
171-
- ✓
172-
- ✓
173-
- ✓
174-
175-
* - 2.0.14
176-
-
177-
-
178-
-
179-
-
180-
-
181-
-
182-
-
183-
-
184-
-
185-
- ✓
186-
- ✓
187-
188-
* - 1.4.29
189-
-
190-
-
191-
-
192-
-
193-
-
194-
-
195-
-
196-
-
197-
-
198-
- ✓
199-
- ✓
200-
201123
.. [#unified-topology] When using Node.js Driver version 3.7, you must set the ``useUnifiedTopology`` flag to ``true`` for certain features.

0 commit comments

Comments
 (0)