Skip to content

v1.3.0 - Async mode reintroduced

Latest

Choose a tag to compare

@rosa rosa released this 09 Jan 07:06
· 8 commits to main since this release

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 #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_test by @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.yml in README.md by @danielvdao in #691
  • Update README.md with MariaDB SKIP LOCKED version information by @chapmajs in #690
  • Attempt to reduce flakiness of scheduler_test by @p-schlickmann in #686
  • Add Ruby 4 to tests and stop using minitest/mock for stub by @rosa in #697
  • Adapt tests to Rails 8.2+ re-introduction of enqueue_after_transaction_on_commit by @rosa in #698
  • Re-institute async mode by @joshleblanc in #644

New Contributors

Full Changelog: v1.2.4...v1.3.0