Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 15:24

New Features

  • Saga now supports asynchronous readers

BREAKING CHANGES

  • due to 297e38: Saga now supports asynchronous readers

this now requires Saga to be executed from an async scope. See the example app in the Saga repo for an example (run.swift).