Releases: newrelic/nrjmx
Releases · newrelic/nrjmx
v2.6.0
v2.5.0
v2.4.0
What's Changed
- NR-100933 chore: upgrade to Go 1.20 by @DavSanchez in #145
- Upgrade thrift & removed unused dependencies by @cristianciutea in #141
Full Changelog: v2.3.2...v2.4.0
v2.3.2
What's Changed
- Add retry mechanism when getAttributes fail
- Improved error handling for connection errors
Full Changelog: v2.2.2...v2.3.2
v2.2.2
What's Changed
- chore: update vulnerable dependencies (#127) by @rubenruizdegauna in #129
- Force returned value to be float64 by @alvarocabanas in #130
- implemented String() methods for internalStats by @cristianciutea in #133
Full Changelog: v2.2.1...v2.2.2
v2.1.2
What's Changed
- Add GetValueAsFloat to force returned value to be casted to float by @alvarocabanas in #132
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- chore: update vulnerable dependencies by @rubenruizdegauna in #127
Full Changelog: v2.1.0...v2.1.1
v2.2.1
improve error handling (#126)
v2.2.0
Cciutea/improvements2 (#125) * avoid querying mbeannames when not neccessary * fetch attributes only when no attribute is provided * added nrjmx internal stats for troubleshooting * added disconnect * report missing attributes * added ability to auto-reconnect to jmx endpoint, improved error handling
v2.1.0
Added
- Support new OS Versions:
- Red Hat 9
- Ubuntu 22.04
- Amazon Linux 2022