Skip to content

distant v0.11.0

Compare
Choose a tag to compare
@chipsenkbeil chipsenkbeil released this 15 Aug 21:28
· 303 commits to master since this release
f6e9195

Highlights

  • New exists request and response type available to check if a path on a remote machine exists
  • Refactored distant::core::data::ResponseData::Error to wrap distant::core::data::Error, which now includes kind alongside description
  • Refactored kind for errors to now be a defined set of error types found in distant::core::data::ErrorKind rather than an arbitrary string
  • 0.10.1: Exit codes are now returned to better reflect why the distant binary has terminated (changed from returning -1 for all errors). These mirror many of the exit codes defined by FreeBSD's sysexists

Release Targets

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms

SHA256 Checksums

d3d04ada029987e3039d69067e15f85dda9afb841814363cce1a86e45c475751  distant-linux64-gnu
1c1a5f89d1f10afd316e8d638d7e71e8e2710001686928fb6ee79d823a92bd9c  distant-linux64-musl
a6b75f84bb3e85c538a8277985b8fe4880428a339ef86fbee32050b6491a38ac  distant-macos