Releases: xapi-project/rrd-client-lib
v2.0.0
What's Changed
- librrd: Get timestamp at a higher precision by @last-genius in #14
New Contributors
- @last-genius made their first contribution in #14
Full Changelog: v1.4.0...v2.0.0
Updated JSON library
This release incorporates an updated JSON library that includes many fixes, including fixes for memory leaks.
Fix meta data for data source owner
Fix meta-data format
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
- 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
This release adds integration tests that are carried out with Travis CI and Docker.
First Release
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.