Skip to content

Releases: mongodb/mongoid

7.5.0

20 Jul 04:52
Compare
Choose a tag to compare

This release in the 7.x series is primarily intended to assist with migration to Mongoid 8. To this end, Mongoid 7.5 adds deprecation warnings for functionality removed in Mongoid 8. Some of the new functionality in Mongoid 8 is also available in 7.5, as follows:

The following deprecations have been added:

The following issues were fixed:

Mongoid 7.5 adds support for JRuby 9.3 and deprecates support for JRuby 9.2. Mongoid 8 will require JRuby 9.3 or newer.

7.4.1

20 Jul 04:27
Compare
Choose a tag to compare

7.3.5

20 Jul 04:26
Compare
Choose a tag to compare

7.4.0

30 Mar 20:30
Compare
Choose a tag to compare

Mongoid 7.4.0 is a feature release fully compatible with 7.3. All behavior changes described below are optional and must be opted-into by toggling the respective configuration options.

Mongoid 7.4 formally supports Ruby 3.1.

Mongoid 7.4 formally supports MongoDB server 5.0 and deprecates support for servers 3.4 and earlier. Mongoid 8 will require server 3.6 or newer.

For a more thorough description of the new functionality, and the options needed to enable it, please review the release notes.

The following major improvements are available in 7.4.0:

The following bugs were fixed and, where previously the functionality worked in a different way rather than was completely unusable, must also be explicitly requested via the respective options:

7.3.4

22 Feb 19:16
8838063
Compare
Choose a tag to compare

This patch release in the 7.3 series adds compatibility with Rails 7.

The following bug was fixed:

7.3.3

7.2.6

7.1.11

7.3.2

03 Aug 15:42
Compare
Choose a tag to compare

This patch release in the 7.3 series fixes the following bug:

  • MONGOID-5123 Association proxies method_missing does not handle keyword args

7.2.5

03 Aug 15:41
Compare
Choose a tag to compare

This patch release in the 7.2 series fixes the following bug:

  • MONGOID-5123 Association proxies method_missing does not handle keyword args