v0.6
Introducing a new wait-then-else
macro that simplifies asynchronous workflows.
This release also introduces a couple of breaking changes
- For simplicity, the
wait
macro no longer takes thewith
key for the delay stream. - The old, non-composable
retry
andbackoff
macros have been retired in favor of the newer composable counterparts.