Skip to content

Releases: newrelic/nrjmx

v2.0.2

24 May 09:01
95055ad
Compare
Choose a tag to compare

Fixed

  • issue when the java process wasn't correctly terminated when sending a SIGKILL to the main process #118

v2.0.1

19 Jan 16:49
485b71b
Compare
Choose a tag to compare

Changed

  • update thrift for gojmx module from 0.13 to 0.15

v2.0.0

11 Jan 10:01
Compare
Choose a tag to compare

Added

  • Support for Golang with gojmx module.

Fixed

  • Improved error handling on CompositeData. If one attribute value fails to be parsed nrjmx still reports the successful ones.
  • Improved performance when querying high amount of data by reducing the number of JMX requests.

v1.7.3

05 Oct 09:21
4abc0ec
Compare
Choose a tag to compare

Added

  • noarch package for arm/arm64

v1.7.2

23 Sep 10:06
391e273
Compare
Choose a tag to compare

Changed

  • Bumped publish action version to v1

v1.7.1

21 Sep 09:58
54e6ebf
Compare
Choose a tag to compare

Changed

  • Fixed an issue in the release pipeline that caused linux packages to not be signed.

v1.7.0

17 Sep 09:04
bb65c21
Compare
Choose a tag to compare
  • remove jmxterm from the package
  • adds support for java.lang.Date and fixes problem related java.sql.Time

v1.6.2

01 Dec 10:20
Compare
Choose a tag to compare
ci: Added noarch tar.gz to release page

v1.6.1

10 Nov 10:19
Compare
Choose a tag to compare
chore: Updating version to 1.6.1

v1.6.0

23 Oct 14:30
eaf29cb
Compare
Choose a tag to compare

This is the new version of nrjmx that uses jlink to produce an optimised version of nrjmx that no longer needs a JVM installed on the host.