Releases: newrelic/infra-integrations-sdk
Releases · newrelic/infra-integrations-sdk
Version 2.0.0
Changelog
Fixed
- Allow executing JMX queries to a server without authentication required
Changed
- Breaking change: Update jmx.Query function adding timeout argument
- Improve documentation
Version 1.0.0
First stable version of New Relic Infrastructure Integrations Go lang SDK
Version 0.3.1
Changelog
Fixed
- Allow setting multiple values for the same key with
Inventory.SetItem()
function - Variadic arguments to log methods
- Increase buffer length for reading from JMX
Version 0.3.0
Changelog
Added
- New license file
- New
SetItem
function for inventory - New
Inventory
struct type
Changed
- Rename
COUNTER
metric type toRATE
- Improve jmx package tests
- Rename
AddMetric
toSetMetric
- Improve the interoperability with
nrjmx
tool - Update some documentation strings