Miyoshi-Ryota / async-ssh2-tokio

asynchronous and easy-to-use high level ssh client library for rust
Apache License 2.0
71 stars 27 forks source link

release 0.8.11 #70

Closed Miyoshi-Ryota closed 3 months ago

Miyoshi-Ryota commented 3 months ago

https://github.com/Miyoshi-Ryota/async-ssh2-tokio/releases/tag/v0.8.11

Miyoshi-Ryota commented 3 months ago

@mateuszkj, @fa993, @kyrias I greatly appreciate your wonderful contributions. I have published your following contributions as version 0.8.11 on crates.io. https://crates.io/crates/async-ssh2-tokio

Add support for keyboard-interactie auth. by @mateuszkj in https://github.com/Miyoshi-Ryota/async-ssh2-tokio/pull/63 feat: made AuthMethod enum variants more generic by @fa993 in https://github.com/Miyoshi-Ryota/async-ssh2-tokio/pull/66 moved src input to AsRef and dest input to Into by @fa993 in https://github.com/Miyoshi-Ryota/async-ssh2-tokio/pull/68 Add support for direct-tcpip channels by @kyrias in https://github.com/Miyoshi-Ryota/async-ssh2-tokio/pull/64

P.S.: I apologize for the significant delay in handling the release.