Releases: mirage/ocaml-rpc
Releases · mirage/ocaml-rpc
9.0.0
8.1.2
8.1.1
v8.1.0
Cleanup release
- ppx_deriving_rpc: drop dependency on base
- rpclib: rename notif -> is_notification (breaking)
Release 7.2.0
Support for recent ppxlib, which dropped base and stdio
v7.1.0
Basic support JSON-RPC notifications
Add basic support for JSON-RPC notifications (@vycastor)
Port to dune
- opam: updated bounds on a more conservative basis
- travis: tests more compilers
- tests: disable useless-object-inheritance on pylint checks
- pythongen: generate python2-3 compatible bindings
- Add ISC license
- Incremented the upper bound for async's version.
- Added lower bound for js_of_ocaml in related .opam file.
- Fixed compilation issue with js_of_ocaml 3.5.0 and 3.5.1.
- opam: remove the 'build' directive on dune dependency
- opam: remove unnecessary flag
- port to dune
v6.0.0: Merge pull request #129 from jonludlam/ppxlib-master
Switch to ppxlib from ppx_deriving