Skip to content

v2.12.0

Compare
Choose a tag to compare
@de-sh de-sh released this 05 Apr 13:53
· 70 commits to main since this release

Significant Changes

  • DEPRECATED: kind field in Action 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