[new release] dns (7.0.0) happy-eyeballs (0.5.0) #23332
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DNSSec support for OCaml-DNS
CHANGES:
dns-client-mirage. If your dune file contains dns-client.lwt, use
dns-client-lwt now. If your dune file contains dns-client.mirage, use
dns-client-mirage now (split dns-client opam package into three: dns-client, dns-client-lwt, dns-client-mirage mirage/ocaml-dns#331 @hannesm)
(split dns-client opam package into three: dns-client, dns-client-lwt, dns-client-mirage mirage/ocaml-dns#331 @hannesm)
resolvconf: correctly parse IPv6 Scoped Address in nameserver mirage/ocaml-dns#328 @bikallem)
(Resolv.conf parser: allow zone idx (RFC 4007) be present for IPv6 addresses mirage/ocaml-dns#334 @hannesm, inspired by resolvconf: correctly parse IPv6 Scoped Address in nameserver mirage/ocaml-dns#328 @bikallem)
buffer if the last character is not \n) (Dns_zone: add a newline to buffer if there's none. mirage/ocaml-dns#333 @hannesm)
but there are no pending requests (Quieter logs mirage/ocaml-dns#332 @reynir)
behaviour when both key_data and key_seed is provided changed, and leads to
an exception now (dns-certify-mirage: use X509.Private_key.of_string mirage/ocaml-dns#330 @hannesm)