Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Releases: bytebeamio/uplink-android

v0.7.1

16 Oct 15:01
Compare
Choose a tag to compare

Contains uplink v2.9.0

Full Changelog: v0.7.0...v0.7.1

v0.7.0-rc

29 Sep 08:21
Compare
Choose a tag to compare
v0.7.0-rc Pre-release
Pre-release

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

26 Sep 15:59
Compare
Choose a tag to compare

Based on uplink v2.8.0

Full Changelog: v0.6.8...v0.6.9

v0.6.8

25 Aug 04:30
Compare
Choose a tag to compare
  • updated uplink

v0.6.8-rc

15 Aug 10:06
be00526
Compare
Choose a tag to compare
v0.6.8-rc Pre-release
Pre-release

Full Changelog: v0.6.7...v0.6.8-rc

v0.6.7

09 Aug 04:55
Compare
Choose a tag to compare

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 using sh
# 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

06 Aug 12:58
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release

This release contains the latest uplink v2.7.0

Full Changelog: v0.6.5...v0.6.6

v0.6.5

12 Jul 05:07
Compare
Choose a tag to compare
  • Updated uplink

v0.6.4

22 Jun 11:50
Compare
Choose a tag to compare
  • Updated uplink

v0.6.3

15 Apr 06:24
Compare
Choose a tag to compare
  • Use local time in logs
  • Restart every week instead of everyday