Skip to content
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] mirage, mirage-runtime, functoria and functoria-runtime (4.3.1) #22360

Merged
merged 1 commit into from Oct 26, 2022

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented Oct 25, 2022

The MirageOS library operating system

CHANGES:

Fixed

Changed

Added

… (4.3.1)

CHANGES:

#### Fixed

- adapt to conduit 6.0.1 API (delay the parsing of the nameserver list)
  (mirage/mirage#1362 mirage/mirage#1369, @reynir @hannesm, fixes mirage/mirage#1360)
- improve the generic_dns_client documentation (mirage/mirage#1365, @dinosaure)
- upgrade to git 3.10.0 (mirage/mirage#1366, @dinosaure)

#### Changed

- mirage-runtime: use Logs.level_of_string / level_to_string, avoid manual
  construction of Cmdliner.Arg.conv types (use the Cmdliner.Arg.conv function
  instead) (mirage/mirage#1358, @hannesm)

#### Added

- functoria-runtime: provide argument_error exit code (mirage/mirage#1361, @hannesm)
- add a http_server device using paf (mirage/mirage#1367, @dinosaure)
@hannesm
Copy link
Member Author

hannesm commented Oct 25, 2022

CI failures are unrelated, good to merge.

@mseri
Copy link
Member

mseri commented Oct 26, 2022

I agree. Thanks

@mseri mseri merged commit 4c8565c into ocaml:master Oct 26, 2022
@hannesm hannesm deleted the release-mirage-v4.3.1 branch October 28, 2022 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The resolver device (conduit) uses an outdated DNS resolver by default
2 participants