Skip to content

Releases: mongodb/mongoid

7.0.7

30 Apr 20:00
Compare
Choose a tag to compare

7.1.0

09 Mar 16:39
Compare
Choose a tag to compare

Breaking change: the principal improvement in Mongoid 7.1 is the unified treatment of logical operations when building queries (i.e., operating on Criteria objects). This makes Mongoid's behavior match that of ActiveRecord, and results in consistent queries being constructed regardless of the mechanism used to construct them. Please carefully review the documentation here, specifically the section on operator combinations, and audit your application for uses of logical operations that changed behavior.

The following improvements have been made since 7.1.0.rc0:

The following changes have been made since 7.1.0.rc0:

The following bugs have been fixed:

As of version 7.1, Mongoid supports Ruby 2.3+ and JRuby 9.2. Support for Ruby 2.2 and JRuby 9.1 has been dropped.

7.0.6

7.1.0.rc0

27 Dec 02:09
Compare
Choose a tag to compare
7.1.0.rc0 Pre-release
Pre-release

This is a preview release of the next feature release of Mongoid - version 7.1.0.

The principal improvement in Mongoid 7.1 is the unified treatment of logical operations when building queries (i.e., operating on Criteria objects). This makes Mongoid's behavior match that of ActiveRecord, and results in consistent queries being constructed regardless of the mechanism used to construct them. The following tickets cover individual changes made:

Mongoid 7.1 also includes the following other query-related bug fixes:

The following other assorted improvements and bug fixes have been made:

5.4.1

08 Oct 22:12
Compare
Choose a tag to compare

This is a bug fix release in the Mongoid 5.x line addressing one issue:

7.0.5

18 Sep 16:29
Compare
Choose a tag to compare

7.0.4

13 Jun 16:44
Compare
Choose a tag to compare

7.0.3

6.4.4

6.4.2

24 Sep 20:33
Compare
Choose a tag to compare

This patch release has the following minor changes: