Releases: apple/swift-nio-ssh
Releases · apple/swift-nio-ssh
SwiftNIO SSH 0.3.3
SwiftNIO SSH 0.3.2
SwiftNIO SSH 0.3.1
SemVer Patch
- Use non-deprecated API for removing handlers (#90)
SwiftNIO SSH 0.3.0
SwiftNIO SSH 0.2.1
SemVer Patch
- Add support for synchronous options (#80)
SwiftNIO SSH 0.2.0
Swift-NIO-SSH 0.1.0
SemVer Minor
- Implement certified public key client auth (#64)
SemVer Patch
- Use welcoming language (#67)
- Implement client port forwarding example (#55)
- Use
getpass
to retrieve password from user (#53, patch credit to @helje5) - Resolve stalls in the example client (#52)
- Swap C and D - README typo correction (#51)
- Add docs generation script. (#47)
- Use newer bytebuffer write functions (#44)
- Initialize state machine on handlerAdded (#43)
- No creating SSH channels after disconnect (#41)
- Do not lose data on channel close (#40)
- Do not hold on to pending channels after close (#38)
- Forbid creating new channels after TCP shutdown. (#37)
- Properly handle autoread (#35)