[new release] capnp-rpc, capnp-rpc-unix, capnp-rpc-net, capnp-rpc-mirage and capnp-rpc-lwt (1.2.3) #23402
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:
Update to cmdliner 1.1.0 (@MisterDA Update to cmdliner.1.1.0 mirage/capnp-rpc#249).
Fix tests on Windows, avoid using Unix domain sockets (@talex5 Fix tests on Windows mirage/capnp-rpc#251).
Fix warning on
Unix.ENOTCONN
under macos (@talex5 Don't warn on Unix.ENOTCONN mirage/capnp-rpc#252).Add
Capnp_rpc_unix.Cap_file.save_uri
(@talex5 Add Capnp_rpc_unix.Cap_file.save_uri mirage/capnp-rpc#253).Update README to use MDX (@talex5 Update README to use MDX mirage/capnp-rpc#254).
Update tests to Cap'n Proto 0.10.3 (@MisterDA Update OCaml and Cap'n Proto versions in GHA mirage/capnp-rpc#257 Update tests to Cap'n Proto 0.10.3 mirage/capnp-rpc#260).
Update to mirage-crypto-rng 0.11 and dns 7.0.0 API changes (@hannesm update to mirage-crypto-rng 0.11 and dns 7.0.0 API changes mirage/capnp-rpc#261).
Update for opam 2.1+ installations (@frumioj Update for opam 2.1+ installations mirage/capnp-rpc#259).
Install Cap'n Proto binaries in Windows GHA (@MisterDA Install Cap'n Proto binaries in Windows GHA mirage/capnp-rpc#248).