Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@strohel strohel released this 13 Aug 13:32
· 1 commit to main since this release

What's Changed

  • Cache last published event by @goodhoko in #87
    • ⚠️ BREAKING: Event types now must be Send + Sync
  • Error reporting QoL by @strohel in #88
    • ⚠️ BRAKING: Actor::Error now must be Display (and no longer needs to be Debug)
  • Make Actor::started(), stopped() fallible by @strohel in #89
    • ⚠️ BREAKING: Actor::started(), Actor::stopped() signatures have changed, you need to adapt your code

New Contributors

Full Changelog: v0.9.0...v0.10.0