8.1.9
          ·
          
            303 commits
          
          to master
          since this release
        
        
        
Version 8.1.9 of the Mongoid ODM for MongoDB is now available.
Release Highlights
- MONGOID-5836 - Callbacks were being duplicated on deeply embedded children.
- MONGOID-5839 - When using single-collection inheritance, eager loading (with #includes) was not producing the correct query when the root of the query was the document subclass.
- MONGOID-5825 - The Mongoid::Timestampsmodule would (in certain cases) attempt to timestamp deleted documents, which resulted in aFrozenErrorbeing raised.
- MONGOID-5822 - Perform validations on embedded documents even if the embedded documents have not changed.
Documentation
Documentation is available at MongoDB.com.
Installation
You may install this version via RubyGems, with:
gem install --version 8.1.9 mongoid
Full Changelog: v8.1.8...v8.1.9