Skip to content

8.1.6

Compare
Choose a tag to compare
@mongodb-dbx-release-bot mongodb-dbx-release-bot released this 20 Sep 16:58
· 260 commits to master since this release
a549de2

Version 8.1.6 of the Mongoid ODM for MongoDB is now available.

Release Highlights

  • MONGOID-5806: Rails 7.2 support.
  • MONGOID-5769: Fix error with the $pull and $pop operators not being handled correctly by updateAll.
  • MONGOID-5789: Fix behavior when requesting an attribute with nil as the name. Previously raised a spurious exception, now returns an empty string.
  • MONGOID-5797: When using a projection on a model with an embeds_many relation, accessing the inverse (parent) relation was failing. This has been fixed.

Documentation

Documentation is available at MongoDB.com.

Installation

You may install this version via RubyGems, with:

gem install --version 8.1.6 mongoid

What's Changed

Full Changelog: v8.1.5...v8.1.6