v2.13.0
Significant Changes
Actions can now be remotely cancelled on device by using a new "name": "cancel-action"
action. When configuring uplink on startup, if the field "cancellable"
is set to true
for an action route, uplink will forward "cancel-action"
actions to the handler on the configured route.
What's Changed
- feat: action cancellation by @de-sh in #339
- Simulator: increased timeout by @Inventor77 in #346
- fix: mark parallel actions as failed on restart by @de-sh in #349
- fix: push all actions no matter what by @de-sh in #347
- fix: action cancellation state loss by @de-sh in #351
New Contributors
- @Inventor77 made their first contribution in #346
Full Changelog: v2.12.2...v2.13.0