v2.0.0
Version 2.0.0 Released
Major release brings encrypted acknowledgements between sshnpd and sshnp clients. This enables sshnp to work on very low bandwidth and high latency connections without timeout issues. The only timeout now is if sshnpd fails to respond after 30 seconds.
This work closes #24
Breaking Changes :
sshnpd v2.*.* is backward compatible with 1.*.* sshnp although new features are simply ignored.
sshnp v2.*.* is not backward compatible with 1.*.* sshnpd.
RiscV binaries should be considered in beta as they depends on Dart for RiscV which is itself in beta
What's Changed
- fix: typo in README.md in the directory location of atKeys by @cconstab in #41
- feat: Migrated to release to initiate Docker image build by @cconstab in #42
- build(deps): bump github/codeql-action from 2.1.33 to 2.1.35 by @dependabot in #43
- build(deps): bump debian from
110d5f9
to3859a08
by @dependabot in #45 - build(deps): bump dart from
7744c20
tof2c0eea
by @dependabot in #44 - chore(deps): bump lints from 1.0.1 to 2.0.1 by @dependabot in #37
- chore(deps): bump ssh_key from 0.7.1 to 0.8.0 by @dependabot in #38
- feat: Ack notification of sshnpd daemon back to sshnp client by @cconstab in #46
Full Changelog: v1.1.4...v2.0.0