Releases: Miyoshi-Ryota/async-ssh2-tokio
Releases · Miyoshi-Ryota/async-ssh2-tokio
v0.12.1
v0.12.0
What's Changed
- feature: improve the file upload functionality by @rwthompsonii in #103
- The PR introduced new arguments, so upgrading this crate will cause a compile error if you use the upload_file method. If you encounter this error after upgrading, please supply the newly added arguments.
- Release 0.12.0 by @Miyoshi-Ryota in #104
New Contributors
- @rwthompsonii made their first contribution in #103
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Execute a remote command via the ssh connection and perform i/o via channels by @richterger in #98
- Add tests and refactor to release #98 by @Miyoshi-Ryota in #99
- Release 0.11.0 by @Miyoshi-Ryota in #100
New Contributors
- @richterger made their first contribution in #98
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Added ability to stream results from ssh command to a provided channel. by @macprog-guy in #95
- chore: Apply cargo clippy --fix by @Miyoshi-Ryota in #96
New Contributors
- @macprog-guy made their first contribution in #95
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- feat: add comprehensive SSH agent authentication support by @Miyoshi-Ryota in #92
- release-0.9.1 by @Miyoshi-Ryota in #93
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- chore: update to 2024 edition and deps by @jpcomps in #87
- feat: download file from remote server by @jb-perrier in #88
- apply cargo fmt by @Miyoshi-Ryota in #89
- Release 0.9.0 by @Miyoshi-Ryota in #90
New Contributors
- @jb-perrier made their first contribution in #88
Full Changelog: v0.8.15...v0.9.0
v0.8.15
What's Changed
- fix: guard publickeyfile not supported on windows target by @jpcomps in #84
- Fix CI error when install openssh package by @Miyoshi-Ryota in #85
- chore: bump version to 0.8.15 by @Miyoshi-Ryota in #86
New Contributors
Full Changelog: v0.8.14...v0.8.15
v0.8.14
What's Changed
Full Changelog: v0.8.13...v0.8.14
v0.8.13
What's Changed
- bump dependencies to latest version by @gntzh in #76
- fix ci error by @Miyoshi-Ryota in #77
- add .env to test local profile by @JackFish in #75
- fix: ci errors by @Miyoshi-Ryota in #78
- release 0.8.13 by @Miyoshi-Ryota in #79
- fix ci error by @Miyoshi-Ryota in #80
New Contributors
Full Changelog: v0.8.12...v0.8.13
v0.8.12
What's Changed
- Update Russh by @chanderlud in #71
- chore: fix CI error; use docker compose instead of old style and new rust version by @Miyoshi-Ryota in #72
- release 0.8.12 by @Miyoshi-Ryota in #73
Full Changelog: v0.8.11...v0.8.12