LibSSH v1.0.0
See the changelog: https://juliaweb.github.io/LibSSH.jl/stable/generated_changelog/
Merged pull requests:
- Improve finalizer safety for Session, SshChannel, and SftpSession (#31) (@JamesWrigley)
- Add SSH key authentication with keypath (#32) (@DeniedPyro)
- Giant refactor of Session to the actor model (#33) (@JamesWrigley)
- Bump julia-actions/cache from 2 to 3 (#35) (@dependabot[bot])
- Bump actions/checkout from 4 to 6 (#36) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 6 (#37) (@dependabot[bot])
- Fix TOCTOU bug in the Forwarder (#38) (@JamesWrigley)
- Add public key auth support for the DemoServer (#39) (@JamesWrigley)
- Refactor polling implementation, remove submodules, and bump version (#40) (@JamesWrigley)