Skip to content

Conversation

@comandeo-mongo
Copy link
Contributor

@comandeo-mongo comandeo-mongo commented Jan 26, 2026

The MongoDB Ruby team is pleased to announce version 8.1.12 of the mongoid gem - a Ruby ODM for MongoDB. This is a new patch release in the 8.1.x series of Mongoid.

Install this release using RubyGems via the command line as follows:

gem install -v 8.1.12 mongoid

Or simply add it to your Gemfile:

gem 'mongoid', '8.1.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-4889 Optimize batch assignment of embedded documents (backport to 8.1) (PR)
  • MONGOID-5864 Include Rails framework version in client metadata on initial handshake (PR)

Bug Fixes

@comandeo-mongo comandeo-mongo requested a review from a team as a code owner January 26, 2026 08:34
@comandeo-mongo comandeo-mongo added the release-candidate The PR represents a potential candidate for a new release label Jan 26, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the release candidate for Mongoid version 8.1.12, a patch release in the 8.1.x series. The release includes performance optimizations for batch assignment of embedded documents, Rails metadata support, and bug fixes for Document#touch and criteria restrictions.

Changes:

  • Version number updated from 8.1.11 to 8.1.12 in both configuration and code files

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
product.yml Updated version number to 8.1.12 in product metadata
lib/mongoid/version.rb Updated VERSION constant to 8.1.12

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jamis jamis merged commit f7a0d35 into mongodb:8.1-stable Jan 26, 2026
50 of 53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-candidate The PR represents a potential candidate for a new release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants