v1.10.0
Highlights
- Renamed IdReusePolicy from ALLOW_IF_PREVIOUS_EXISTS_ABNORMALLY to ALLOW_IF_PREVIOUS_EXITS_ABNORMALLY; required for backward compatibility in SDKs
- Renamed GetDataObjects to GetDataAttributes in Temporal and Cadence queryHandler
New features
- Support initial data attributes when starting workflow
What's Changed
- Rename GetDataObjects to GetDataAttributes by @longquanzheng in #418
- Update to latest IDL (add waitForKey and make commandId optional) by @longquanzheng in #420
- Add commandId back as required field in commandResults for SDK backward compatibility by @longquanzheng in #422
- Add default start argument to main func by @lwolczynski in #421
- IWF-103: Require every commandId to exist for ANY_COMMAND_COMBINATION_COMPLETED by @lwolczynski in #423
- Add check for cron workflow using temporal schedule by @longquanzheng in #426
- IWF-125: Limit error size return from API by @lwolczynski in #429
- Fix Cadence pipeline checks not starting by @samuel27m in #431
- IWF-106: Fix typo IdReusePolicy of ALLOW_IF_PREVIOUS_EXISTS_ABNORMALLY by @stevo89519 in #430
- IWF-118: Refactor package structure by @longquanzheng in #433
- IWF-136: Support initial data attributes when starting workflow by @lwolczynski in #435
New Contributors
- @lwolczynski made their first contribution in #421
- @samuel27m made their first contribution in #431
- @stevo89519 made their first contribution in #430
Full Changelog: v1.9.2...v1.10.0