Upgrade to tls.1.0.0 and x509.1.0.0 (@hannesm, #96)
0.6.0 (2024-05-07) Paris - France
Fix typographie on errors (@hannesm, #91)
Introduce and use the new shutdown function (@hannesm, @dinosaure, #92)
Update to ocamlformat.0.26.1 (@dinosaure, #94)
0.5.0 (2023-21-03) Paris - France
Upgrade to mirage-crypto-rng.0.11.0 (@hannesm, @dinosaure, #85)
Be able to specify ALPN protocols (@kit-ty-kate, @dinosaure, #86) Also merged into ocaml-letsencrypt (see mmaker/ocaml-letsencrypt#33)
Set the default protocol used for the ALPN negotiation to "http/1.1" (@dinosaure, #87) Also merged into ocaml-letsencrypt (see mmaker/ocaml-letsencrypt#33)
Upgrade paf to h2.0.10.0 (@kit-ty-kate, @dinosaure, #83)
Replace Cstruct.copy (deprecated) by Cstruct.to_string (@dinosaure, #83)
Delete paf-le package (@dinosaure, @hannesm, #88) Implementations are available via the new package letsencrypt-mirage
0.4.0 (2023-01-10) Paris - France
Fix memory leak about functor application (@dinosaure, #78)
Add a new sub-package le.mirage to facilite obtaining a let's encrypt certificate and expose few functions to handle Let's encrypt certificates (@kit-ty-kate, @dinosaure, @hannesm, #75)
0.3.0 (2022-10-19) Paris - France
Fix a file-descriptor leak when we fail on the TLS handshake (#72, @TheLortex, @dinosaure, @hannesm)
Add reneg function into Paf_mirage.Make.TLS (#73, @dinosaure)
0.2.0 (2022-09-29) Paris - France
Fix several issues about h2 protocols (@dinosaure, #70)
Delete the Time device (@dinosaure, @hannesm, #70)
Upgrade the distribution with the new interface of Alpn module and Paf_mirage (@dinosaure, #70)
Update unikernels (@dinosaure, #70)
0.1.0 (2022-08-28) Paris - France
Fix the Let's encrypt support (@dinosaure, #65)
Update the codebase with ocamlformat.0.23.0 (@dinosaure, #66)
Update the project with h2.0.9.0 (@dinosaure, #67)
0.0.9 (2022-04-11) Paris - France
Fix unikernels (@hannesm, #58)
Improve the API and documentation (@dinosaure, #59)
Add TCPV4V6 module to be able to provide a simple functoria device (@dinosaure, #59)
The HTTP server requires a TCP/IP implementation instead of a Stack implementation (@dinosaure, #59)
Extend the API by an handshake function which handle the TLS handshake (@TheLortex, #59)
0.0.8 (2022-04-01) Paris - France
Upgrade to tcpip.7.0.0 (@dinosaure, #54)
Let the user to manipulate the incoming flow (@dinosaure, #55)