Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Releases: devguardio/carrier

0.9.7

02 Jul 10:04
@aep aep
Compare
Choose a tag to compare
0.9.7 Pre-release
Pre-release
  • backpressure fixes
  • proper return codes
  • command and environment options for shell

0.9.6

31 May 15:47
@aep aep
Compare
Choose a tag to compare
0.9.6 Pre-release
Pre-release

implements several features for infrastructure deployment:

  • attach to a remote android adb by using 'carrier tcp'
  • fixes ota upload performance
  • apis for belltower application updates

0.8.5

11 Feb 20:33
@aep aep
Compare
Choose a tag to compare
0.8.5 Pre-release
Pre-release

carrier now supports "principal" identities.

these are a light version of delegated identities with the same use case
but backwards compatible with pre 0.8 clients.

you can now specify two different secrets in carrier.toml like so:

secret     = "oX...."
principal =  "oX...."

the secret is still bound to one computer and will be used to synchronize with the network, but the principal can be shared among many peers and is used to establish a peer to peer session with for example conduit or shell.

users with cloud environments can now use the same secret as principal, while using different peer identities in each container.

Due to the security implications of sharing a principal key, we recommend users restrict their principal key access to the absolute minimum and never store it in on disk. Preferably use something like hashicorp vault.

0.8.2

04 Feb 07:33
@aep aep
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

0.8 is a complete rewrite based on osaka instead of tokio.

binary size has been reduced drastically and the code base is much simpler now

0.7.0

27 Dec 17:34
@aep aep
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

negotiable timeouts

keepalive= in /opt/devguard/axon.toml will negotiate timeouts to this value on seconds.

set it to a low value to work around aggressive firewalls
set it to a high value to avoid costly network traffic over 3g for example

if you're using a conduit integration, this can be set from conduit via Channel::config and does not need to be changed on each IoT device.

sender sleeps

supports ultra low power devices by indicating this peer will sleep until the next timeout period.
set via Channel::config. The other side will not terminate the connection during the period, even if acks are outstanding. Also added the Channel::on_idle callback that allows delaying a shutdown until all ACKs have been sent out.

port forwarding

carrier forward can now attach to a remote tcp port. can be used in combination with ssh to do a full socks tunnel.

cli headers

carrier get now supports passing arbitrary headers via -H.
for example:

$ carrier get oWXuXRxNnSPZ83ZftcHXyCnT3RH55BdGWs5fEffxmmiC6qd /v0/system_stats -H POLL_INTERVAL 2

clock sources

clock can now be sourced from either ~/.devguard/clock or system time, to support multiple use cases with ephermal sysclock (embedded) or ephermal storage (kubernetes)

bugfixes

carrier push now correctly respects MTU boundaries

0.6.0

23 Oct 10:11
@aep aep
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
0.6.0

0.5.0

09 Oct 11:31
@aep aep
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
0.5.0

0.4.2

04 Oct 15:36
@aep aep
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
0.4.2

0.4.1

18 Sep 11:31
@aep aep
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

minor bugfix for slow terminals (especially on osx)

0.4.0

14 Sep 22:29
@aep aep
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
0.4.0