Skip to content

v0.5.0

Compare
Choose a tag to compare
@geofmureithi geofmureithi released this 25 Feb 12:24
· 50 commits to master since this release
05cbe06

Breaking Changes

  • Both storage and mq features have been dropped from apalis-core
  • register_with_count no longer takes in a callback
Monitor::new()
        .register_with_count(2, move |index| { ... })
// Becomes
Monitor::new()
        .register_with_count(2, worker)
  • JobContext was dropped, consider using Data
  • expose feature and support for apalis board has been dropped. Watch out for the new apalis-board built with Rust.

What's Changed

Full Changelog: v0.4.9...v0.5.0