Skip to content

2.16.0

Latest
Compare
Choose a tag to compare
@amokfa amokfa released this 30 Oct 08:12
· 21 commits to main since this release
5ca70a9

Significant changes

  • Remove action timeouts everywhere
    Actions will not be timed out by uplink anymore. Timeouts and cancellation will have to be done from the dashboard. Uplink will just move messages to various applications and won't have any other logic built into it.

  • Delete persistence data if it is for the wrong project.
    If a device is reprovisioned to another project and had data saved in persistence at that time, uplink used to attempt pushing that data to cloud which fails because the device credentials have changed. This caused problems during startup.