File tree Expand file tree Collapse file tree 3 files changed +43
-68
lines changed Expand file tree Collapse file tree 3 files changed +43
-68
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,17 @@ is deprecated.
8585 - Ruby 2.2
8686 - JRuby 9.2
8787
88+ * - 8.0
89+ - |checkmark|
90+ - |checkmark|
91+ - |checkmark|
92+ - |checkmark|
93+ - |checkmark|
94+ -
95+ -
96+ -
97+ - |checkmark|
98+
8899 * - 7.4
89100 - |checkmark|
90101 - |checkmark|
@@ -193,6 +204,17 @@ and will be removed in a next version.
193204 - MongoDB 3.0
194205 - MongoDB 2.6
195206
207+ * - 8.0
208+ - |checkmark|
209+ - |checkmark|
210+ - |checkmark|
211+ - |checkmark|
212+ - |checkmark|
213+ -
214+ -
215+ -
216+ -
217+
196218 * - 7.4
197219 - |checkmark|
198220 - |checkmark|
@@ -279,116 +301,55 @@ are supported by Mongoid.
279301 - Rails 6.0
280302 - Rails 5.2
281303 - Rails 5.1
282- - Rails 5.0
283- - Rails 4.2
304+
305+ * - 8.0
306+ - |checkmark|
307+ - |checkmark|
308+ - |checkmark|
309+ - |checkmark| [#rails-5-ruby-3.0]_
310+ - |checkmark| [#rails-5-ruby-3.0]_
284311
285312 * - 7.4
286313 - |checkmark|
287314 - |checkmark|
288315 - |checkmark|
289316 - |checkmark| [#rails-5-ruby-3.0]_
290317 - |checkmark| [#rails-5-ruby-3.0]_
291- -
292- -
293318
294319 * - 7.3
295320 - |checkmark| [#rails-7-Mongoid-7.3]_
296321 - |checkmark|
297322 - |checkmark|
298323 - |checkmark| [#rails-5-ruby-3.0]_
299324 - |checkmark| [#rails-5-ruby-3.0]_
300- -
301- -
302325
303326 * - 7.2
304327 -
305328 - |checkmark| [#rails-6.1]_
306329 - |checkmark|
307330 - |checkmark| [#rails-5-ruby-3.0]_
308331 - |checkmark| [#rails-5-ruby-3.0]_
309- -
310- -
311332
312333 * - 7.1
313334 -
314335 - |checkmark| [#rails-6.1]_
315336 - |checkmark|
316337 - |checkmark|
317338 - |checkmark|
318- -
319- -
320339
321340 * - 7.0
322341 -
323342 - |checkmark| [#rails-6.1]_
324343 - |checkmark| [#rails-6]_
325344 - |checkmark|
326345 - |checkmark|
327- -
328- -
329346
330347 * - 6.4
331348 -
332349 -
333350 -
334351 - |checkmark|
335352 - |checkmark|
336- -
337- -
338-
339- * - 6.3
340- -
341- -
342- -
343- - |checkmark|
344- - |checkmark|
345- -
346- -
347-
348- * - 6.2
349- -
350- -
351- -
352- - |checkmark|
353- - |checkmark|
354- -
355- -
356-
357- * - 6.1
358- -
359- -
360- -
361- -
362- -
363- - |checkmark|
364- -
365-
366- * - 6.0
367- -
368- -
369- -
370- -
371- -
372- - |checkmark|
373- -
374-
375- * - 5.4
376- -
377- -
378- -
379- -
380- -
381- -
382- - |checkmark|
383-
384- * - 5.2
385- -
386- -
387- -
388- -
389- -
390- -
391- - |checkmark|
392353
393354.. [#rails-5-ruby-3.0] Using Rails 5.x with Ruby 3 is not supported.
394355
Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ As of version 7.4, Mongoid supports Ruby 2.5+.
2929Support for Ruby 2.4 and earlier has been dropped.
3030
3131
32+ Support for MongoDB 3.4 and Earlier Servers Deprecated
33+ ------------------------------------------------------
34+
35+ Mongoid 7.4 deprecates support for MongoDB 3.4 and earlier.
36+ Mongoid 8 will require MongoDB 3.6 or newer.
37+
38+
3239Change ``===`` Operator To Match Ruby Semantics
3340-----------------------------------------------
3441
Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ please consult GitHub releases for detailed release notes and JIRA for
1818the complete list of issues fixed in each release, including bug fixes.
1919
2020
21+ Support for MongoDB 3.4 and Earlier Servers Dropped
22+ ---------------------------------------------------
23+
24+ Mongoid 8 requires MongoDB 3.6 or newer. Earlier server versions are not
25+ supported.
26+
27+
2128Default Option Values Changed
2229-----------------------------
2330
You can’t perform that action at this time.
0 commit comments