8.1.7
mongodb-dbx-release-bot
released this
12 Nov 17:28
·
263 commits
to master
since this release
Version 8.1.7 of the Mongoid ODM for MongoDB is now available.
Release Highlights
This patch release adds support for Ruby 3.3 and Rails 8 to Mongoid 8.1.
Documentation
Documentation is available at MongoDB.com.
Installation
You may install this version via RubyGems, with:
gem install --version 8.1.7 mongoid
What's Changed
- MONGOID-5805 Short-circuit the logic in extract_attribute to fix performance regression by @jamis in #5869
- MONGOID-5757 Fix validation checks so that all associated records are validated by @jamis in #5883
- MONGOID-5818 Support Rails 8 by @comandeo-mongo in #5897
Full Changelog: v8.1.6...v8.1.7