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.rbby @p-schlickmann in #678 - Improve Consistency of README by @conradbeach in #680
- More flakes and prevent deadlocked actions from consuming GH quota by @p-schlickmann in #681
- Attempt to reduce flakiness of
recurring_tasks_testby @p-schlickmann in #684 - Fixed indentation for the adapter line in the README’s cable.yml example by @simaaaji in #687
- Fix spacing for
database.ymlinREADME.mdby @danielvdao in #691 - Update README.md with MariaDB
SKIP LOCKEDversion information by @chapmajs in #690 - Attempt to reduce flakiness of
scheduler_testby @p-schlickmann in #686 - Add Ruby 4 to tests and stop using
minitest/mockforstubby @rosa in #697 - Adapt tests to Rails 8.2+ re-introduction of
enqueue_after_transaction_on_commitby @rosa in #698 - Re-institute async mode by @joshleblanc in #644
New Contributors
- @conradbeach made their first contribution in #680
- @simaaaji made their first contribution in #687
- @danielvdao made their first contribution in #691
- @chapmajs made their first contribution in #690
Full Changelog: v1.2.4...v1.3.0