Skip to content

6.0.1

Compare
Choose a tag to compare
@estolfo estolfo released this 19 Oct 12:46
· 1536 commits to master since this release

This patch level release has the following bug fixes:

  • MONGOID-4315 Eager load objects when criteria docs are enumerated multiple times
  • MONGOID-4350 Fix counter_cache update when foreign_key isn't default (@TheSmartnik)
  • MONGOID-4313, MONGOID-4317 Fix Includes throwing NoMethodError when document is nil
  • MONGOID-3407 Fix setting a hash field with atomic operator
  • MONGOID-4310 Chained $in clauses should be an intersection.
  • Add docs for create/remove indexes called on models (@miguelgraz)
  • Don't fail when doing a localized attribute lookup which has a nil value after object initialization (@nicolasblanco)
  • Add support for clone documents that have nil legacy attributes. (@okoriko)