Releases: dinosaure/paf-le-chien
Releases · dinosaure/paf-le-chien
0.7.0
0.6.0
0.5.0
CHANGES:
- Upgrade to
mirage-crypto-rng.0.11.0
(@hannesm, @dinosaure, #85) - Be able to specify ALPN protocols (@kit-ty-kate, @dinosaure, #86)
Also merged intoocaml-letsencrypt
(see robur-coop/ocaml-letsencrypt#33) - Set the default protocol used for the ALPN negotiation to "http/1.1" (@dinosaure, #87)
Also merged intoocaml-letsencrypt
(see robur-coop/ocaml-letsencrypt#33) - Upgrade
paf
toh2.0.10.0
(@kit-ty-kate, @dinosaure, #83) - Replace
Cstruct.copy
(deprecated) byCstruct.to_string
(@dinosaure, #83) - Delete
paf-le
package (@dinosaure, @hannesm, #88)
Implementations are available via the new packageletsencrypt-mirage
0.4.0
CHANGES:
- 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
CHANGES:
- Fix a file-descriptor leak when we fail on the TLS handshake (#72, @TheLortex, @dinosaure, @hannesm)
- Add
reneg
function intoPaf_mirage.Make.TLS
(#73, @dinosaure)
0.2.0
CHANGES:
- 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 andPaf_mirage
(@dinosaure, #70) - Update unikernels (@dinosaure, #70)
0.1.0
CHANGES:
- 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.8-1
0.0.9
CHANGES:
- 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
CHANGES:
- Upgrade to
tcpip.7.0.0
(@dinosaure, #54) - Let the user to manipulate the incoming flow (@dinosaure, #55)