Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@0neblock 0neblock released this 22 Jan 06:11
· 1 commit to master since this release
812a0d8

What's Changed

  • Added new functions, modified argument types, fixed typo by @aquaticus in #37
  • const char* oid instead of char* oid as argument
  • use const string& instead of string
  • New dynamic handlers that accepts function pointer as an argument:
  • addDynamicIntegerHandler()
  • addDynamicReadOnlyTimestampHandler()
  • addDynamicReadOnlyStringHandler()
  • Handler to accept int (not only int*)
  • Fixed typo in guage to gauge (as in spec). addGugeHandler() marked as depreciated (new function addGaugeHandler()).
  • minor fixes in variable names to satisfy clang-tidy

New Contributors

Full Changelog: 2.0.3...2.1.0