8.0.12
·
356 commits
to master
since this release
The MongoDB Ruby team is pleased to announce version 8.0.12 of the mongoid gem - a Ruby ODM for MongoDB. This is a new patch release in the 8.0.x series of Mongoid.
Install this release using RubyGems via the command line as follows:
gem install -v 8.0.12 mongoid
Or simply add it to your Gemfile:
gem 'mongoid', '8.0.12'
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-5919 Restrict to_criteria (PR)