[new release] capnp-rpc-mirage, capnp-rpc-net, capnp-rpc, capnp-rpc-unix and capnp-rpc-lwt (1.2) #18842
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.
Cap'n Proto is a capability-based RPC system with bindings for many languages
CHANGES:
Don't crash if the peer disconnects before the bootstrap reply is ready (@talex5 Don't crash if the peer disconnects before the bootstrap reply is ready 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 saferawait_settled
(@talex5 Replacewait_until_settled
with saferawait_settled
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 Require fmt >= 0.8.7 for kstr mirage/capnp-rpc#232).Older versions aren't tested in CI because the unix and mirage packages require at least OCaml 4.08.