Skip to content

Releases: xapi-project/xen-api-client

Depend on xapi-client

08 Dec 16:04
376c040
Compare
Choose a tag to compare

This drops the manual re-generation step

v0.12.0: Update XenAPI bindings based on xen-api#057800e

12 Oct 15:44
Compare
Choose a tag to compare
Merge pull request #63 from mseri/master

Prepare to release v0.12.0

v0.10.0

06 Oct 10:14
Compare
Choose a tag to compare
  • 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

30 Aug 14:56
Compare
Choose a tag to compare
  • Fix connection leak in Lwt client, now XenAPI calls close their connections

v0.9.15

31 Jul 13:38
Compare
Choose a tag to compare
  • 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

08 Mar 13:22
Compare
Choose a tag to compare
Pre-release

This release switches to use the new PPX-based RPC scheme.

v0.9.12: Prepare to release 0.9.12

17 Oct 15:04
Compare
Choose a tag to compare
Signed-off-by: Si Beaumont <simon.beaumont@citrix.com>

v0.9.11: Merge pull request #35 from simonjbeaumont/api-digest

15 Aug 15:37
Compare
Choose a tag to compare

Fix compatibility with async

27 Oct 17:38
Compare
Choose a tag to compare

This is a minor update which affected the examples only.

Support for RRD updates

15 Aug 13:35
Compare
Choose a tag to compare
  • support for RRD updates
  • API changes corresponding to XenServer dundee aplha 3, including
    an extra string argument on login_with_password: this should be
    a unique identifier for your client.