mongodb-dbx-release-bot
released this
12 Nov 17:31
·
14 commits
to master
since this release
Version 9.0.3 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 9.0.
Documentation
Documentation is available at MongoDB.com.
Installation
You may install this version via RubyGems, with:
gem install --version 9.0.3 mongoid
What's Changed
- MONGOID-5757 Fix validation checks so that all associated records are validated by @jamis in #5882
- MONGOID-5819 Do not pass the :database option when creating a client by @jamis in #5890
- MONGOID-5823 Use proper thread-local variables instead of fiber-local variables by @jamis in #5896
- MONGOID-5818 Support Rails 8 (#5876) by @comandeo-mongo in #5898
Full Changelog: v9.0.2...v9.0.3