Version 9.0.2 of the Mongoid ODM for MongoDB is now available.
Release Highlights
This patch release adds support for Rails 7.2. It also adds support for custom polymorphic types, and includes bug fixes.
Documentation
Documentation is available at MongoDB.com.
Installation
You may install this version via RubyGems, with:
gem install --version 9.0.2 mongoid
What’s Changed
- MONGOID-5734 Custom polymorphic types by @jamis in MONGOID-5734 Custom polymorphic types by jamis · Pull Request #5845 · mongodb/mongoid · GitHub
- MONGOID-5797 Fix accessing parent when projected by @comandeo-mongo in MONGOID-5797 Fix accessing parent when projected by comandeo-mongo · Pull Request #5847 · mongodb/mongoid · GitHub
- MONGOID-5806 Rails 7.2 Support by @AlexKovynev in MONGOID-5806 Rails 7.2 Support by AlexKovynev · Pull Request #5852 · mongodb/mongoid · GitHub
- MONGOID-5808 Fix collection_options in store_in by @comandeo-mongo in MONGOID-5808 Fix collection_options in store_in by comandeo-mongo · Pull Request #5859 · mongodb/mongoid · GitHub