Skip to content

4.6.0

Choose a tag to compare

@hannesm hannesm released this 26 Jun 15:24

CHANGES:

  • BREAKING adapt to happy-eyeballs and dns-client devices where dependencies
    got reversed (#1543 @dinosaure @hannesm)

    Adapting unikernels requires to notice that the generic_dns_client now
    takes a happy_eyeballs, and happy_eyeballs does no longer take a dns_client:

    -let dns_client = generic_dns_client ~nameservers stackv4v6
    -let happy_eyeballs = generic_happy_eyeballs stackv4v6 dns_client
    +let happy_eyeballs = generic_happy_eyeballs stackv4v6
    +let dns_client = generic_dns_client ~nameservers stackv4v6 happy_eyeballs

  • allow mirage-qubes 0.10 series (#1548 @dinosaure)

  • revise "job without arguments" to take runtime arguments into consideration
    (#1544 @hannesm)

  • provide Mirage.ethif (alias to Mirage.etif - which is now deprecated)
    (#1546 @reynir @hannesm)

  • update tests for cmdliner 1.3.0 (#1545 @hannesm)

  • allow paf 0.6.0 (#1542 @hannesm)