Skip to content

Bump solid_queue from 1.2.4 to 1.3.1#2425

Merged
flavorjones merged 1 commit intomainfrom
dependabot/bundler/solid_queue-1.3.1
Feb 23, 2026
Merged

Bump solid_queue from 1.2.4 to 1.3.1#2425
flavorjones merged 1 commit intomainfrom
dependabot/bundler/solid_queue-1.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps solid_queue from 1.2.4 to 1.3.1.

Release notes

Sourced from solid_queue's releases.

v1.3.0 - Async mode reintroduced

The main change in this release is the re-introduction of async mode for the supervisor. Read more about it in the README.

What's Changed

New Contributors

Full Changelog: rails/solid_queue@v1.2.4...v1.3.0

Commits
  • 552f7d0 Bump solid_queue to 1.3.1
  • 9fec81b Fix undefined variable when replacing a failed thread
  • 6a9928f Improve flaky tests across the board
  • 6a6f1c4 Remove extra formating
  • 567d217 Update README with wildcard queue behavior details
  • 05b8c0b Update README with wildcard queue explanation
  • 695683f Fix typo in error message
  • 73b4dac Fix NoMethodError when status.exitstatus is nil
  • 6c54dc0 Bump solid_queue to 1.3.0
  • 839d627 Merge pull request #644 from joshleblanc/async-mode
  • Additional commits viewable in compare view

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 23, 2026
@dependabot dependabot bot force-pushed the dependabot/bundler/solid_queue-1.3.1 branch from 00e3857 to df1ee3c Compare February 12, 2026 16:08
@flavorjones
Copy link
Member

Upgrade Plan: solid_queue v1.2.4..v1.3.1 for Fizzy

  • Date: 2026-02-23
  • Gem: solid_queue
  • Range: v1.2.4..v1.3.1 (33 commits)
  • Target: fizzy

Summary

  • Total commits: 33
  • No impact: 23 (skipped at recon)
  • Analyzed, not affected: 10
  • Requires mitigation: 0

This upgrade is safe to merge with no application-level changes required. The major change in this version range is the re-introduction of async mode for the supervisor, but Fizzy does not use async mode, customize supervisor internals, or override any of the changed APIs. The default behavior (fork mode) is preserved.

Notable changes (no Fizzy impact, but worth knowing)

  1. Async mode re-introduced (d95b8d49, 50438703, cca44d2c, f7feb485, e7c219f7): Solid Queue now supports running workers/dispatchers as threads in the same process (async mode) as an alternative to forking. Configurable via SOLID_QUEUE_SUPERVISOR_MODE env var or Puma DSL. Default remains fork mode.

  2. Bug fixes in supervisor process management (73b4dacf, 9fec81b1): Fixes for NoMethodError when status.exitstatus is nil (signal-terminated workers) and an undefined variable bug in async thread replacement. These are beneficial stability fixes that require no action.

  3. Version bump to 1.3.1 (552f7d0a): Patch release incorporating the above bug fixes.

Commits Requiring Mitigation

None.

Analyzed — No App Impact

Commit Summary Impact Level
a0b35ead Use immediate transactions for Rails < 8.2 unlikely impact
d95b8d49 Re-introduce async mode likely impact
50438703 Refactor async mode and restore tests for it definite impact
6e785eb3 DRY refactor of claimed job release in supervisors unlikely impact
e7c219f7 Document async mode and allow configuring via environment variable unlikely impact
cca44d2c Run non-standalone supervisor in a separate thread likely impact
f7feb485 Ensure that non-standalone supervisor terminates gracefully unlikely impact
73b4dacf Fix NoMethodError when status.exitstatus is nil likely impact
9fec81b1 Fix undefined variable when replacing a failed thread likely impact
552f7d0a Bump solid_queue to 1.3.1 unlikely impact

No Impact (Skipped)

23 commits assessed as "no impact" during recon. Not analyzed against app. These include test flakiness fixes, README/documentation updates, CI configuration changes, and version bumps.

Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.2.4 to 1.3.1.
- [Release notes](https://github.com/rails/solid_queue/releases)
- [Commits](rails/solid_queue@v1.2.4...v1.3.1)

---
updated-dependencies:
- dependency-name: solid_queue
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@flavorjones flavorjones force-pushed the dependabot/bundler/solid_queue-1.3.1 branch from df1ee3c to 426228f Compare February 23, 2026 23:37
@flavorjones flavorjones merged commit 361d4a7 into main Feb 23, 2026
12 checks passed
@flavorjones flavorjones deleted the dependabot/bundler/solid_queue-1.3.1 branch February 23, 2026 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant