v1.3.0 Release
Feature & Improvement:
- Support failing workflow with results
- Improve workflow uncompleted error return(canceled, failed, timeout, terminated)
Note that they both require a newer version of SDKs to use.
What's Changed
- Fix initial search attribute to be available by @longquanzheng in #147
- AnyCommandCombination should allow extra command completed by @longquanzheng in #151
- Refactor continueAsNew query handler; anyCommandCombination support duplicate commandIds as different commands by @longquanzheng in #153
- Handle workflow failure for different types by @longquanzheng in #155
- Return correct workflow failure sub error for state API activity timeout by @longquanzheng in #157
- AutoContinueAsNew: dump dataObjects and search attributes in query by @longquanzheng in #158
- AutoContinueAsNew: unify to use signal receiver by @longquanzheng in #159
- Add CI Integ test against Cadence/Temporal using Github Action by @longquanzheng in #161
- Upgrade idl to add format for backoffCoefficient by @longquanzheng in #163
Full Changelog: v1.2.2...v1.3.0
Link to Docker image