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] capnp-rpc-mirage, capnp-rpc-net, capnp-rpc, capnp-rpc-unix and capnp-rpc-lwt (1.2) #18842

Merged
merged 1 commit into from
Jun 10, 2021

Commits on Jun 10, 2021

  1. [new release] capnp-rpc-mirage, capnp-rpc-net, capnp-rpc, capnp-rpc-u…

    …nix and capnp-rpc-lwt (1.2)
    
    CHANGES:
    
    - Don't crash if the peer disconnects before the bootstrap reply is ready (@talex5 mirage/capnp-rpc#234).
      When replying to a normal question we checked that the answer was still needed before trying to reply, but didn't for bootstrap requests.
    
    - Replace `wait_until_settled` with safer `await_settled` (@talex5 mirage/capnp-rpc#233).
      `wait_until_settled` makes it too easy to ignore errors.
    
    - Require fmt >= 0.8.7 for `kstr` and set OCaml 4.08 as the minimum version everywhere (@talex5 mirage/capnp-rpc#232).
      Older versions aren't tested in CI because the unix and mirage packages require at least OCaml 4.08.
    talex5 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    41d0376 View commit details
    Browse the repository at this point in the history