Releases: mirage/ocaml-xenstore
Releases · mirage/ocaml-xenstore
2.3.0
2.2.0
2.1.1
2.1.0
2.0.1: Merge pull request #40 from jonludlam/master
- Improved efficiency of unmarshalling code
- Use modern
ppx_cstruct
dependency for build.
Fix build with OCaml 4.06 (and `-safe-string`)
- Fix build with OCaml 4.06 (and
-safe-string
) - Remove unnecessary dependency on
ocamlfind
and makeounit
a test dependency - Ensure the CI runs the unit tests
1.4.0: Merge pull request #34 from djs55/prepare.1.3.1
1.4.0 (2017-06-08):
- Add terminating replacements for transaction function
- Switch to jbuilder
- Release with topkg
- Use Docker in travis
Scalability improvements
- Add EEXIST exception to the interface
- Allow Ocaml xenstore clients to receive oversized replies from xenstored
- Return the task for a wait asynchronously
- Increase maximum incoming watch limit from 1024 to 65536
- Don't leak watch strings in clients
- Add opam file
- Ensure errors from wait functions aren't lost
- Fix a non-tail call in the dispatcher
- Switch to ppx from camlp4
Stable bugfix release
- Add Travis continuous integration scripts
- fix a spurious EQUOTA failure when processing transactions