Skip to content

v0.9.0

Latest

Choose a tag to compare

@crazyscot crazyscot released this 24 Jun 11:38
v0.9.0

⛰️ Features

  • (protocol) Add compatibility Level 5 - (41fe742)
  • Add automatic parent directory creation for PUT and GET commands - (4386c82)
  • Add --skip-existing option to skip files with the same size - (169995c)
  • Consolidate parallel transfer improvements - (08e6433)

🐛 Bug Fixes

  • (test) Apply provided patch for failing test - (3ff7119)
  • Allow aes256 to be set in config file - (dcae896)
  • Client-server deadlock with too many parallel transfers - (51d58a0)

📚 Documentation

  • Add notes on parallel (-j) mode - (a7bbbdd)

⚙️ Miscellaneous Tasks

  • Update warnings for options requested but not available on remote - (31a16d7)
  • Remove async_trait crate - (db2fa58)

🚜 Refactor

  • (put) Simplify destination path checks - (e0eab56)
  • (tests) Improve macOS ignore messages for clarity - (e6f86b1)
  • Job request processing fns take an Arc<Mutex> - (8f53489)

Download notes

  • Debian and Ubuntu users will likely find the .deb packages convenient.
  • Other Linux distributions, use qcp-linux-<ARCH>-musl.tar.gz. These are static musl binaries which should work on all distributions.