8.1.6
mongodb-dbx-release-bot
released this
20 Sep 16:58
·
262 commits
to master
since this release
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 byupdateAll
. - 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
- DOCSP-37327: Fix table format (#5798) by @norareidy in #5800
- Mongoize is not called on update_all, when $set operator is used by @dem in #5815
- DOCSP-38361 - Add text to empty pages (#5826) by @jamis in #5827
- MONGOID-5789 Allow nil attribute access (backport of #5836) by @jamis in #5838
- MONGOID-5797 Fix accessing parent when projected (#5847) by @comandeo-mongo in #5849
- Fix mongoize update all array operators 8.1 by @JohnMaguir in #5824
- MONGOID-5806 Rails 7.2 Support (#5852) by @comandeo-mongo in #5860
- MONGOID-5793 Backport SSDLC changes from master by @jamis in #5865
- Prepare 8.1.6 release by @comandeo-mongo in #5864
- Prep for 8.1.6 by @jamis in #5867
Full Changelog: v8.1.5...v8.1.6