Skip to content

v5.0.0

Compare
Choose a tag to compare
@hannesm hannesm released this 14 Apr 15:46
· 245 commits to main since this release

CHANGES:

  • IPv6 support for client and server (Mirage, Unix, Lwt) (#249 #252 @hannesm)
    This results in breaking changes, especially in the Mirage boilerplate,
    since now a Mirage_stack.V4V6 is needed instead of a Mirage_stack.V4.
  • dns-certify: support EC private keys, now that X509 0.12.0 supports them
    (#252 @hannesm)