Unclaimed project
Are you a maintainer of solid_queue? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
solid_queue
Database-backed Active Job backend
Back to changelogNew
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
- Minimizing flakiness of
dispatcher_test.rb by @p-schlickmann in https://github.com/rails/solid_queue/pull/678
- Improve Consistency of README by @conradbeach in https://github.com/rails/solid_queue/pull/680
- More flakes and prevent deadlocked actions from consuming GH quota by @p-schlickmann in https://github.com/rails/solid_queue/pull/681
- Attempt to reduce flakiness of
recurring_tasks_test by @p-schlickmann in https://github.com/rails/solid_queue/pull/684
- Fixed indentation for the adapter line in the README’s cable.yml example by @simaaaji in https://github.com/rails/solid_queue/pull/687
- Fix spacing for
database.yml in by @danielvdao in https://github.com/rails/solid_queue/pull/691
README.md
Update README.md with MariaDB SKIP LOCKED version information by @chapmajs in https://github.com/rails/solid_queue/pull/690Attempt to reduce flakiness of scheduler_test by @p-schlickmann in https://github.com/rails/solid_queue/pull/686Add Ruby 4 to tests and stop using minitest/mock for stub by @rosa in https://github.com/rails/solid_queue/pull/697Adapt tests to Rails 8.2+ re-introduction of enqueue_after_transaction_on_commit by @rosa in https://github.com/rails/solid_queue/pull/698Re-institute async mode by @joshleblanc in https://github.com/rails/solid_queue/pull/644New Contributors
- @conradbeach made their first contribution in https://github.com/rails/solid_queue/pull/680
- @simaaaji made their first contribution in https://github.com/rails/solid_queue/pull/687
- @danielvdao made their first contribution in https://github.com/rails/solid_queue/pull/691
- @chapmajs made their first contribution in https://github.com/rails/solid_queue/pull/690
Full Changelog: https://github.com/rails/solid_queue/compare/v1.2.4...v1.3.0