Skip to content

Releases: mongodb/mongoid

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:

7.0.2

17 Sep 20:53
Compare
Choose a tag to compare

This patch release has the following minor changes:

  • MONGOID-4542 embedded_in with polymorphic and touch results in load_missing_constant
  • MONGOID-4543 accepts_nested_attributes_for no longer sets autosave: true
  • MONGOID-4544 Model#touch results in NoMethodError: undefined method `touch'
  • MONGOID-4549 Dependents are tracked incorrectly through sibling documents
  • MONGOID-4559 Setting an embeds_one to nil does not persist
  • MONGOID-4560 Cloning documents with deep embedded documents don't work
  • MONGOID-4608 Add Nor matcher
  • MONGOID-4609 Fix Settable: allow setting a nested value to a non-string (on 7.x)
  • MONGOID-4610 Mongoid::Clients::Factory test is failing with driver_master
  • MONGOID-4612 Map reduce with preference test failure
  • MONGOID-4532 Namespaced models in relations are not found
  • MONGOID-4576 drop_dups: mark deprecated

7.0.1

04 May 15:35
Compare
Choose a tag to compare

This patch release has the following minor changes:

  • fix before_remove and after_remove relation callbacks and add shift relation method
  • MONGOID-4536 Change session accessor name on a model to avoid name clash