| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mongoid-9.0.10.gem | 2026-01-26 | 817.7 kB | |
| mongoid-9.0.10.gem.sig | 2026-01-26 | 833 Bytes | |
| 9.0.10 source code.tar.gz | 2026-01-26 | 830.7 kB | |
| 9.0.10 source code.zip | 2026-01-26 | 1.3 MB | |
| README.md | 2026-01-26 | 1.1 kB | |
| Totals: 5 Items | 3.0 MB | 0 | |
The MongoDB Ruby team is pleased to announce version 9.0.10 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.10 mongoid
Or simply add it to your Gemfile:
gem 'mongoid', '9.0.10'
Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.
New Features
- MONGOID-5864 Include Rails framework version in client metadata on initial handshake (PR)
Bug Fixes
- MONGOID-5899 Write conflict error when accessing embedded documents via [] operator after direct DB update (PR)
- MONGOID-5919 Restrict Criteria.from_hash method (PR)