Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mongoid-8.1.9.gem | 2025-01-30 | 728.6 kB | |
mongoid-8.1.9.gem.sig | 2025-01-30 | 833 Bytes | |
8.1.9 source code.tar.gz | 2025-01-30 | 918.4 kB | |
8.1.9 source code.zip | 2025-01-30 | 1.4 MB | |
README.md | 2025-01-30 | 976 Bytes | |
Totals: 5 Items | 3.0 MB | 0 |
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::Timestamps
module would (in certain cases) attempt to timestamp deleted documents, which resulted in aFrozenError
being 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: https://github.com/mongodb/mongoid/compare/v8.1.8...v8.1.9