Releases: xapi-project/xen-api-client
Releases · xapi-project/xen-api-client
Depend on xapi-client
v0.12.0: Update XenAPI bindings based on xen-api#057800e
Merge pull request #63 from mseri/master Prepare to release v0.12.0
v0.10.0
- Add signature for Ref module: now Ref.t is an opaque type instead of a
string, parameterized by the XenAPI class - Update XenAPI bindings based on xen-api#6388e7710
- Fix async bindings
- Fix an Lwt client issue where it did not work with encrypted (https) connections
- Fix an issue where all calls of the type get_record, get_all_record were failing
v0.9.16: Fix connection leak in Lwt client library
- Fix connection leak in Lwt client, now XenAPI calls close their connections
v0.9.15
- Update to latest XenAPI from xen-api.git#323ba8f
- Remove use of camlp4 Lwt syntax; switch to PPX-based RPC syntax
Use PPX-based OCaml RPC
This release switches to use the new PPX-based RPC scheme.
v0.9.12: Prepare to release 0.9.12
Signed-off-by: Si Beaumont <simon.beaumont@citrix.com>
v0.9.11: Merge pull request #35 from simonjbeaumont/api-digest
Update to latest XenAPI
Fix compatibility with async
This is a minor update which affected the examples only.
Support for RRD updates
- support for RRD updates
- API changes corresponding to XenServer dundee aplha 3, including
an extra string argument onlogin_with_password
: this should be
a unique identifier for your client.