Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mongoid-9.0.5.gem | 2025-01-30 | 779.3 kB | |
mongoid-9.0.5.gem.sig | 2025-01-30 | 833 Bytes | |
9.0.5 source code.tar.gz | 2025-01-30 | 823.7 kB | |
9.0.5 source code.zip | 2025-01-30 | 1.3 MB | |
README.md | 2025-01-30 | 975 Bytes | |
Totals: 5 Items | 2.9 MB | 1 |
Version 9.0.5 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 9.0.5 mongoid
Full Changelog: https://github.com/mongodb/mongoid/compare/v9.0.4...v9.0.5