We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ad254 commit c632032Copy full SHA for c632032
CHANGES.md
@@ -1,3 +1,15 @@
1
+## v0.2.0 (2023-03-22)
2
+
3
+* server: be able to stop using a Lwt_switch.t (#52 @dinosaure)
4
+* server: add Pty/Set_env/Start_shell events (#53 @dinosaure)
5
+* client: support password authentication and keyboard-interactive (#51
6
+ @hannesm, reported by @dgjustice #31)
7
+* client: add NIST EC curves (#31 @hannesm)
8
+* client: try public key authenticaion only once (#50 @reynir @hannesm)
9
+* remove (partially implemented) hostbased authentication (#31 @hannesm)
10
+* replace deprecated Cstruct.copy by Cstruct.to_string (#53 @dinosaure)
11
+* remove ppx_cstruct and sexplib dependencies (#54 @hannesm)
12
13
## v0.1.2 (2023-02-16)
14
15
* Adapt to mirage-crypto-rng 0.11.0 API changes (#49 @hannesm)
0 commit comments