Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

0.9.10: Bugfixing request decoding

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 11 Dec 09:57
· 51 commits to main since this release
5b58e78

In the previous versions of this library the fields in the structures related to SSH requests (e.g. env) were not exported. This caused the ssh unmarshal to fail, but this was not tested previously. We have now changed the fields to be exported and sending requests has now been added to the test scope. More test cases are desirable in future.