Resonate v0.5.5
Release Notes - Version 0.5.5
Overview
Cleanup and minor refactoring.
New Features
- Retry Policy is now stored with the durable promise and used in the recovery path.
- Run can take an FC as an argument #120
Breaking Changes
- Generator version of the API have been removed, will likely be re-added in the future.
What's Changed
- Add RetryPolicy Removes IRetry by @avillega in #122
- Store the retry policy with the DurablePromise. by @avillega in #123
- Removes "default" options from the invocation by @avillega in #125
- Replace DurablePromise union type with single type by @avillega in #128
- Add initial support for Function Call types by @avillega in #129
- Remove the generator version of the sdk. by @avillega in #130
New Contributors
Full Changelog: v0.5.3...v0.5.4