Skip to content

v0.12.3

Latest
Compare
Choose a tag to compare
@slawlor slawlor released this 16 Oct 15:29
defec7f

Ractor v0.12.3 is released!

While this release contains a single PR, there's a lot in here (see #275 for the full context)

  1. Debug implementations to all public types
  2. A new RetriableMessage structure to facilitate automatic retries in factories
  3. Factories can now be utilized without the async-trait crate! (This has been asked a couple times and is now resolved #272 #248)