Skip to content

v2.6.0

Compare
Choose a tag to compare
@de-sh de-sh released this 01 Aug 04:27
· 195 commits to main since this release
be8e019

Significant Changes

  • Uplink now flushes all streams waiting on bridge during shutdown and waits 5 seconds before shutting down, allowing the transmission or persistence of data. Previously any data left unflushed on bridge during shutdown would have been lost.
  • Uplink will by default use the current directory instead of /var/lib/uplink, allowing for execution on platforms other than just linux.
  • Uplink file-downloader(#258) and stat collector(#259) bug fixes and improvements.

What's Changed

  • doc: update apps.md by @de-sh in #245
  • argonaut workflow Setup : by @argonautbot in #249
  • feat: force flush all streams before shutdown by @de-sh in #251
  • fix: use flush_period instead of buf_size for important streams by @de-sh in #255
  • Uplink should ignore save_current_action failures by @amokfa in #253
  • fix: stop download on action timeout, don't drop action on resend by @de-sh in #258
  • fix: glob error stopping stat collector by @de-sh in #259
  • feat: use current_dir instead of /var/lib by @de-sh in #260

Full Changelog: v2.5.0...v2.6.0