Skip to content

distant v0.15.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@chipsenkbeil chipsenkbeil released this 28 Sep 15:51
· 244 commits to master since this release
56a7962

Highlights

  • Add method parameter to support distant & ssh methods for action and lsp subcommands
  • Add ssh-host, ssh-port, and ssh-user parameters to specify information for ssh method

Plumbing

  • Add new distant-ssh2 subcrate to provide an alternate session as an ssh client
  • Rename core -> distant-core in project directory structure
  • Upgrade tokio to 1.12
  • Update github actions to detect changes and apply testing for only those changes
  • Refactor codebase to support Minimum Supported Rust Version (MSRV) of 1.51.0

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

4788a7e1fb42eb0eaf895a0cbff0a8334c7a9947ea885cda226ab753f9c624dd  distant-linux64-gnu
6ef1d5042a6b880b3d1f76624f21c55a4d69a4601d0f66bf4b53f32a149458c9  distant-linux64-musl
382661110ec1e9df561043315b1a21ce8997fd5ec9cb62532b03c2fedc603d75  distant-macos