mongodb-dbx-release-bot
released this
20 Sep 12:14
·
14 commits
to master
since this release
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 #5845
- MONGOID-5797 Fix accessing parent when projected by @comandeo-mongo in #5847
- MONGOID-5806 Rails 7.2 Support by @AlexKovynev in #5852
- MONGOID-5808 Fix collection_options in store_in by @comandeo-mongo in #5859
New Contributors
- @AlexKovynev made their first contribution in #5852
Full Changelog: v9.0.1...v9.0.2