Bump mongoid from 9.0.6 to 9.0.8 #22

Open
dependabot[bot] wants to merge 1 commit from dependabot/bundler/mongoid-9.0.8 into main
dependabot[bot] commented 2025-09-18 20:20:08 +00:00 (Migrated from github.com)

Bumps mongoid from 9.0.6 to 9.0.8.

Release notes

Sourced from mongoid's releases.

9.0.8

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)

9.0.7

The MongoDB Ruby team is pleased to announce version 9.0.7 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.7 mongoid

Or simply add it to your Gemfile:

gem 'mongoid', '9.0.7'

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-5848 Revert MONGOID-5822 (PR)

MONGOID-5822 attempted to fix a regression where child callbacks that depended on parent state were no longer invoked if the child had not changed. However, the fix itself introduced an unacceptable performance regression.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mongoid](https://github.com/mongodb/mongoid) from 9.0.6 to 9.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongoid/releases">mongoid's releases</a>.</em></p> <blockquote> <h2>9.0.8</h2> <p>The MongoDB Ruby team is pleased to announce version 9.0.8 of the <code>mongoid</code> gem - a Ruby ODM for MongoDB. This is a new patch release in the 9.0.x series of Mongoid.</p> <p>Install this release using <a href="https://rubygems.org/">RubyGems</a> via the command line as follows:</p> <pre><code>gem install -v 9.0.8 mongoid </code></pre> <p>Or simply add it to your <code>Gemfile</code>:</p> <pre><code>gem 'mongoid', '9.0.8' </code></pre> <p>Have any feedback? Click on through to MongoDB's JIRA and <a href="https://jira.mongodb.org/projects/MONGOID">open a new ticket</a> to let us know what's on your mind 🧠.</p> <h1>Bug Fixes</h1> <ul> <li><a href="https://jira.mongodb.org/browse/MONGOID-5852">MONGOID-5852</a> Fix after_action_commit callbacks (<a href="https://redirect.github.com/mongodb/mongoid/pull/5969">PR</a>)</li> <li><a href="https://jira.mongodb.org/browse/MONGOID-4889">MONGOID-4889</a> Optimize batch assignment of embedded documents (<a href="https://redirect.github.com/mongodb/mongoid/pull/6010">PR</a>)</li> <li><a href="https://jira.mongodb.org/browse/MONGOID-5888">MONGOID-5888</a> Ensure deeply nested children are validated correctly (<a href="https://redirect.github.com/mongodb/mongoid/pull/6029">PR</a>)</li> <li><a href="https://jira.mongodb.org/browse/MONGOID-5885">MONGOID-5885</a> Return value from transaction yield to caller instead of internal state (<a href="https://redirect.github.com/mongodb/mongoid/pull/6030">PR</a>)</li> <li><a href="https://jira.mongodb.org/browse/MONGOID-5895">MONGOID-5895</a> Make Reload Properly Update new_record (<a href="https://redirect.github.com/mongodb/mongoid/pull/6037">PR</a>)</li> <li><a href="https://jira.mongodb.org/browse/MONGOID-5887">MONGOID-5887</a> Include server hint for aggregate operations (<a href="https://redirect.github.com/mongodb/mongoid/pull/6038">PR</a>)</li> <li><a href="https://jira.mongodb.org/browse/MONGOID-5869">MONGOID-5869</a> Fix incorrectly named global_executor_concurrency config in code comment (<a href="https://redirect.github.com/mongodb/mongoid/pull/6039">PR</a>)</li> </ul> <h2>9.0.7</h2> <p>The MongoDB Ruby team is pleased to announce version 9.0.7 of the <code>mongoid</code> gem - a Ruby ODM for MongoDB. This is a new patch release in the 9.0.x series of Mongoid.</p> <p>Install this release using <a href="https://rubygems.org/">RubyGems</a> via the command line as follows:</p> <pre><code>gem install -v 9.0.7 mongoid </code></pre> <p>Or simply add it to your <code>Gemfile</code>:</p> <pre><code>gem 'mongoid', '9.0.7' </code></pre> <p>Have any feedback? Click on through to MongoDB's JIRA and <a href="https://jira.mongodb.org/projects/MONGOID">open a new ticket</a> to let us know what's on your mind 🧠.</p> <h1>Bug Fixes</h1> <h3><a href="https://jira.mongodb.org/browse/MONGOID-5848">MONGOID-5848</a> Revert MONGOID-5822 (<a href="https://redirect.github.com/mongodb/mongoid/pull/6013">PR</a>)</h3> <p>MONGOID-5822 attempted to fix a regression where child callbacks that depended on parent state were no longer invoked if the child had not changed. However, the fix itself introduced an unacceptable performance regression.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongoid/commit/57a3fc448716fc4de0e25d762ea10373c21ea054"><code>57a3fc4</code></a> Release candidate for 9.0.8 (<a href="https://redirect.github.com/mongodb/mongoid/issues/6040">#6040</a>)</li> <li><a href="https://github.com/mongodb/mongoid/commit/e98d9567c3ac9eb4031c1e8890d21f8ac035e90f"><code>e98d956</code></a> MONGOID-5887 Include server hint for aggregate operations (<a href="https://redirect.github.com/mongodb/mongoid/issues/6035">#6035</a>) (<a href="https://redirect.github.com/mongodb/mongoid/issues/6038">#6038</a>)</li> <li><a href="https://github.com/mongodb/mongoid/commit/615620fb33e8c294dcce77258ea4d487d72c39aa"><code>615620f</code></a> MONGOID-5895 Make Reload Properly Update new_record (<a href="https://redirect.github.com/mongodb/mongoid/issues/6034">#6034</a>) (<a href="https://redirect.github.com/mongodb/mongoid/issues/6037">#6037</a>)</li> <li><a href="https://github.com/mongodb/mongoid/commit/6fb3d4175e1747a763ec4531f54a97c94b858c3a"><code>6fb3d41</code></a> MONGOID-5869 - Fix incorrectly named global_executor_concurrency config in co...</li> <li><a href="https://github.com/mongodb/mongoid/commit/e70aeafaff7349d70988f48bebc2714861029d7a"><code>e70aeaf</code></a> Return value from transaction yield to caller instead of internal state (<a href="https://redirect.github.com/mongodb/mongoid/issues/600">#600</a>...</li> <li><a href="https://github.com/mongodb/mongoid/commit/9bea9775a405080f1374d3ed48993a6001c1c5c9"><code>9bea977</code></a> Fix after_action_commit callbacks (<a href="https://redirect.github.com/mongodb/mongoid/issues/5968">#5968</a>) (<a href="https://redirect.github.com/mongodb/mongoid/issues/5969">#5969</a>)</li> <li><a href="https://github.com/mongodb/mongoid/commit/40f93d2bbb1d9c150a65315db08a6fc4e747a791"><code>40f93d2</code></a> MONGOID-5888 Ensure deeply nested children are validated correctly (<a href="https://redirect.github.com/mongodb/mongoid/issues/6028">#6028</a>) (#...</li> <li><a href="https://github.com/mongodb/mongoid/commit/cfc43bb9c0d0ba34408d9bf96224d83bd7e94011"><code>cfc43bb</code></a> MONGOID-4889 Optimize batch assignment of embedded documents (<a href="https://redirect.github.com/mongodb/mongoid/issues/6008">#6008</a>) (<a href="https://redirect.github.com/mongodb/mongoid/issues/6010">#6010</a>)</li> <li><a href="https://github.com/mongodb/mongoid/commit/cdbf0484ee12dbb6f6bd27aa25e39992a9da897e"><code>cdbf048</code></a> Add CODEOWNERS file (<a href="https://redirect.github.com/mongodb/mongoid/issues/5973">#5973</a>) (<a href="https://redirect.github.com/mongodb/mongoid/issues/6025">#6025</a>)</li> <li><a href="https://github.com/mongodb/mongoid/commit/50a3b72f9a95189904480c6f3e4dd2deb5dcda10"><code>50a3b72</code></a> Bump version to 9.0.7 (<a href="https://redirect.github.com/mongodb/mongoid/issues/6022">#6022</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongoid/compare/v9.0.6...v9.0.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongoid&package-manager=bundler&previous-version=9.0.6&new-version=9.0.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/bundler/mongoid-9.0.8:dependabot/bundler/mongoid-9.0.8
git switch dependabot/bundler/mongoid-9.0.8

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/bundler/mongoid-9.0.8
git switch dependabot/bundler/mongoid-9.0.8
git rebase main
git switch main
git merge --ff-only dependabot/bundler/mongoid-9.0.8
git switch dependabot/bundler/mongoid-9.0.8
git rebase main
git switch main
git merge --no-ff dependabot/bundler/mongoid-9.0.8
git switch main
git merge --squash dependabot/bundler/mongoid-9.0.8
git switch main
git merge --ff-only dependabot/bundler/mongoid-9.0.8
git switch main
git merge dependabot/bundler/mongoid-9.0.8
git push origin main
Sign in to join this conversation.
No description provided.