| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mongoid-9.0.8.gem | 2025-09-18 | 812.0 kB | |
| mongoid-9.0.8.gem.sig | 2025-09-18 | 833 Bytes | |
| 9.0.8 source code.tar.gz | 2025-09-17 | 825.6 kB | |
| 9.0.8 source code.zip | 2025-09-17 | 1.3 MB | |
| README.md | 2025-09-17 | 1.7 kB | |
| Totals: 5 Items | 3.0 MB | 0 | |
The MongoDB Ruby team is pleased to announce version 9.0.8 of the mongoid gem - a Ruby ODM for MongoDB. This is a new patch release in the 9.0.x series of Mongoid.
Install this release using RubyGems via the command line as follows:
gem install -v 9.0.8 mongoid
Or simply add it to your Gemfile:
gem 'mongoid', '9.0.8'
Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.
Bug Fixes
- MONGOID-5852 Fix after_action_commit callbacks (PR)
- MONGOID-4889 Optimize batch assignment of embedded documents (PR)
- MONGOID-5888 Ensure deeply nested children are validated correctly (PR)
- MONGOID-5885 Return value from transaction yield to caller instead of internal state (PR)
- MONGOID-5895 Make Reload Properly Update new_record (PR)
- MONGOID-5887 Include server hint for aggregate operations (PR)
- MONGOID-5869 Fix incorrectly named global_executor_concurrency config in code comment (PR)