Skip to content

distant v0.13.0

Compare
Choose a tag to compare
@chipsenkbeil chipsenkbeil released this 06 Sep 01:48
· 261 commits to master since this release
9a7463f

Highlights

For a full commit list, see 0.12.0 -> 0.13.0.

  • New lsp command now available that translates distant:// scheme to file:// and vice versa for compatibility with editors
  • Split into two crates: distant-core comprised of client & server logic and distant containing CLI implementation
    • Expose variety of library logic through distant-core (previously nothing made accessible)
  • Implement a variety of tests for distant and distant-core

Bugs

  • Fix bug where shutdown task would not execute for servers
  • Session no longer terminates when half of transport closes

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

e0a0c421e8a9862e1f46837ec42bdc3b7b994ff7e2f9ab7607d88a7f0991ab5d  distant-linux64-gnu
6121f65f060851fab53e0d8713083b34f7295b337e2156d9f582a27472310dab  distant-linux64-musl
adcb0f966becb6f8d0619459b7da4cb9db5f67639bbcff2e28bd878f03ec2423  distant-macos