This repository has been archived by the owner on May 3, 2024. It is now read-only.
Releases: bytebeamio/uplink-android
Releases Β· bytebeamio/uplink-android
v0.7.1
Contains uplink v2.9.0
Full Changelog: v0.7.0...v0.7.1
v0.7.0-rc
Add logs to improve observability into persistence storage, run the binary with following arguments:
-m uplink -m storage -vv
Full Changelog: v0.6.9...v0.7.0
v0.6.9
Based on uplink v2.8.0
Full Changelog: v0.6.8...v0.6.9
v0.6.8
v0.6.8-rc
Full Changelog: v0.6.7...v0.6.8-rc
v0.6.7
Based on uplink v2.7.1
Significant Changes
- Downloader will cancel partial downloads that are past the action's timeout period, this fixes an issue that were observed in earlier versions of uplink causing rogue downloads to continue in the background even though platform was told that the download had failed due to action timeout.
- Downloader will ensure it has access permissions to the files once downloaded, fixing an issue that caused uplink downloads to be inaccessible to the installer.
send_script
actions can be enabled with the following config for instant execution of scripts sent with Bytebeam platform on the user devices usingsh
# Redirecting the download action to the script runner post download
action_redirections = { "send_script" = "run_script" }
# Configure the script runner to accept run_script actions
script_runner = [{ name = "run_script" }]
# Configure the downloader to accept send_script actions and download script into path
[downloader]
actions = [{ name = "send_script" }]
path = "/path/to/file"
- Uplink now allows running an OTA or any other action in parallel to multiple tunshell sessions, thus tunshell sessions can be run during another action's execution
Full Changelog: v0.6.5...v0.6.7
v0.6.6
This release contains the latest uplink v2.7.0
Full Changelog: v0.6.5...v0.6.6