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
- @aquaticus made their first contribution in #37
Full Changelog: 2.0.3...2.1.0