Skip to content

v0.16: Generic error signatures for actors

Compare
Choose a tag to compare
@eledhwen eledhwen released this 21 Oct 09:38
· 83 commits to master since this release
  • Actors no longer require specific exception signatures (eg. TransformationException, LoadingException), they didn't provide anything of value as a requirement, this change enables much better integration with third-party functions
  • Node-specific exceptions will remain for the time being (BC + they can still handy as a default error type)
  • Added an optional Consumer-based handler for Flow.nonFatal helpers