v2.6.0
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 ofbuf_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