Skip to content

Commit 7d6ab40

Browse files
MONGOID-5176 Deprecate old MongoDB support (#5152)
1 parent c556b9e commit 7d6ab40

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

source/reference/compatibility.txt

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ Please refer to `the driver compatibility page
168168
<https://docs.mongodb.com/ruby-driver/current/reference/driver-compatibility/>`_
169169
for driver compatibility matrices.
170170

171+
"D" in a column means support for that MongoDB server version is deprecated
172+
and will be removed in a next version.
173+
171174
.. list-table::
172175
:header-rows: 1
173176
:stub-columns: 1
@@ -190,65 +193,65 @@ for driver compatibility matrices.
190193
- |checkmark|
191194
- |checkmark|
192195
- |checkmark|
193-
- |checkmark|
194-
- |checkmark|
195-
- |checkmark|
196-
- |checkmark|
196+
- D
197+
- D
198+
- D
199+
- D
197200

198201
* - 7.3
199202
- |checkmark|
200203
- |checkmark|
201204
- |checkmark|
202205
- |checkmark|
203206
- |checkmark|
204-
- |checkmark|
205-
- |checkmark|
206-
- |checkmark|
207-
- |checkmark|
207+
- D
208+
- D
209+
- D
210+
- D
208211

209212
* - 7.2
210213
- |checkmark|
211214
- |checkmark|
212215
- |checkmark|
213216
- |checkmark|
214217
- |checkmark|
215-
- |checkmark|
216-
- |checkmark|
217-
- |checkmark|
218-
- |checkmark|
218+
- D
219+
- D
220+
- D
221+
- D
219222

220223
* - 7.1
221224
- |checkmark|
222225
- |checkmark|
223226
- |checkmark|
224227
- |checkmark|
225228
- |checkmark|
226-
- |checkmark|
227-
- |checkmark|
228-
- |checkmark|
229-
- |checkmark|
229+
- D
230+
- D
231+
- D
232+
- D
230233

231234
* - 7.0
232235
- |checkmark|
233236
- |checkmark|
234237
- |checkmark|
235238
- |checkmark|
236239
- |checkmark|
237-
- |checkmark|
238-
- |checkmark|
239-
- |checkmark|
240-
- |checkmark|
240+
- D
241+
- D
242+
- D
243+
- D
241244

242245
* - 6.4
243246
- |checkmark|
244247
- |checkmark|
245248
- |checkmark|
246249
- |checkmark|
247250
- |checkmark|
248-
- |checkmark|
249-
- |checkmark|
250-
- |checkmark|
251-
- |checkmark|
251+
- D
252+
- D
253+
- D
254+
- D
252255

253256

254257
.. _rails-compatibility:

0 commit comments

Comments
 (0)