-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] tls, tls-mirage, tls-lwt, tls-eio and tls-async (0.16.1) #23428
Conversation
CHANGES: * tls-async: remove ocaml < 5.0.0 constraint (mirleft/ocaml-tls#471 mirleft/ocaml-tls#474 @hannesm) * remove dependency on ppx, especially ppx_cstruct and ppx_sexp_conv across the libraries (mirleft/ocaml-tls#473 @hannesm, discussion in mirleft/ocaml-tls#472)
conduit-mirage seems to be using the removed s-expression:
|
Based on the changelog I would suggest to rename this release to 0.17.0. To me it doesn't feel right to remove API functions in a patch release |
indeed. I'm interested to see whether there are further failures of the reverse dependencies |
Thanks for your patience, I recorded the failing dependencies at mirleft/ocaml-tls#473 (comment) and will soon revise with a tls 0.17.0 release |
Transport Layer Security purely in OCaml
CHANGES:
the libraries (remove ppx (cstruct and sexplib), removing sexplib converters mirleft/ocaml-tls#473 @hannesm, discussion in s-expression conversion: who's using it? mirleft/ocaml-tls#472)