Skip to content

distant v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 02:58
fd325e4

Release Notes

Changed

  • shutdown-after replaced with shutdown that supports three options:
    1. never - server will never shutdown automatically
    2. after=N - server will shutdown after N seconds
    3. lonely=N - server will shutdown N seconds after no connections

Binaries

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • 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
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

50791988ae76e540afae273993354d669d1ee0a34544567551c9cd2b212287a6  distant-macos
b3b6e7541d61422193eb73fc9233f227e5bdc76cf7feb66e231f169d81bb1213  distant-win64.exe
65d49688f60fb8e9e8427b407c748115db881d2eaf81c26eb4ff3f2146bf2dc4  distant-linux64-gnu
e91fb2e7aac1f0f8ebd0e9032aeb901b3656c824c8769fc5f3f19c9868f57701  distant-linux64-musl