Skip to content

Conversation

jamis
Copy link
Contributor

@jamis jamis commented Sep 17, 2025

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

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

gem install -v 9.0.8 mongoid

Or simply add it to your Gemfile:

gem 'mongoid', '9.0.8'

Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.

Bug Fixes

  • MONGOID-5852 Fix after_action_commit callbacks (PR)
  • MONGOID-4889 Optimize batch assignment of embedded documents (PR)
  • MONGOID-5888 Ensure deeply nested children are validated correctly (PR)
  • MONGOID-5885 Return value from transaction yield to caller instead of internal state (PR)
  • MONGOID-5895 Make Reload Properly Update new_record (PR)
  • MONGOID-5887 Include server hint for aggregate operations (PR)
  • MONGOID-5869 Fix incorrectly named global_executor_concurrency config in code comment (PR)

@jamis jamis requested a review from a team as a code owner September 17, 2025 20:51
@Copilot Copilot AI review requested due to automatic review settings September 17, 2025 20:51
@jamis jamis added the release-candidate The PR represents a potential candidate for a new release label Sep 17, 2025
Copy link
Contributor

@Copilot 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 for the 9.0.8 deployment of the Mongoid gem by removing the SILK_ASSET_GROUP environment variable and its usage from the GitHub Actions release workflow.

  • Removes the SILK_ASSET_GROUP environment variable definition
  • Removes the silk_asset_group parameter from the release action

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jamis jamis merged commit 7660bb8 into mongodb:9.0-stable Sep 17, 2025
62 checks passed
@jamis jamis deleted the rc-9.0.8-1 branch September 17, 2025 21:26
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