v2.12.0
Significant Changes
- DEPRECATED:
kind
field inAction
struct is deprecated as it was unused, applications will BREAK if they expect this field to be a part of the action JSON message. - uplink now forwards errors faced when it is forced to retry a download, this improves observability into the agent.
- Downloader now retries a download post restart if it was discontinued only because of an uplink shutdown.
What's Changed
- fix: need not retry HTTP status errors by @de-sh in #332
- deprecate kind field in actions by @de-sh in #331
- fix: forward error messages triggering retry by @de-sh in #333
- refactor: downloader by @de-sh in #336 and #338
- feat: restart download post reboot by @de-sh in #335
Full Changelog: v2.11.0...v2.12.0