Skip to content

Releases: xapi-project/rrd-client-lib

v2.0.0

03 Dec 14:21
93600bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v2.0.0

Updated JSON library

19 Sep 09:57
Compare
Choose a tag to compare

This release incorporates an updated JSON library that includes many fixes, including fixes for memory leaks.

Fix meta data for data source owner

28 Sep 13:01
Compare
Choose a tag to compare

16753d6 CA-223651 fix meta data for VM and SR owner (#11)

This release fixes a bug in the JSON meta data format that represents the owner of a data source. The meta data was wrong for VMs and SRs, leading to the plugin data being rejected by ocaml-rrd-transport and xcp-rrdd.

Fix meta-data format

20 Sep 11:33
Compare
Choose a tag to compare

1a1a816 Fix: use most recent meta data representation
9111b84 Extend test case to use another scale: RRD_ABSOLUTE
2337d73 Don't use ld(1) option --version-script on Darwin (OS X)
2204b0c Merge pull request #9 from robertbreker/remove-parson-from-librrd.h
aa28120 Merge pull request #8 from robertbreker/clean-librrd.so
bade598 Merge pull request #7 from robertbreker/restrict-exports
f113c83 Don't include parson.h in librrd.h
51ed5f6 Add version script to prevent SO namespace collisions

Compatibility with xcp-rrdd's discovery mechanism

01 Sep 11:23
Compare
Choose a tag to compare
  • This release is compatible with a forthcoming plugin-discovery mechanism in xcp-rrdd that is based on inotify.
  • The interface for clients changes minimally to make it more versatile: a sample function is now passed a user-provided pointer.
  • The code builds now reliably on OS X and executes more tests on Travis CI.

Add integration test using Docker

15 Aug 09:59
Compare
Choose a tag to compare

This release adds integration tests that are carried out with Travis CI and Docker.

First Release

10 Aug 08:09
Compare
Choose a tag to compare

This is a first release of the C library for writing RRDD plugins. Because of a change in the RRD format (defined by https://github.com/xapi-project/rrd-transport/), a small internal change will be released soon.