Skip to content

Releases: newrelic/newrelic-jfr-core

Version 1.12.0

07 Jun 17:03
d8039ef
Compare
Choose a tag to compare

What's Changed

  • Remove hostname property setting logic

Full Changelog: v1.11.0...v1.12.0

Version 1.11.1

25 Oct 16:10
Compare
Choose a tag to compare
  • Changing log level for an exceptional path.

Full Changelog: v1.11.0...v1.11.1

Version 1.11.0

20 Oct 17:46
Compare
Choose a tag to compare

Warning

  • This version spews a lot of logs. It is recommended to use version 1.11.1 instead.

What's Changed

  • Upgrading okhttp and telemetry sdk by @meiao in #245

Full Changelog: v1.10.0...v1.11.0

Version 1.10.0

17 Oct 19:20
0307e59
Compare
Choose a tag to compare

Warning

  • This version spews a lot of logs. It is recommended to use version 1.11.1 instead.

What's Changed

  • Additional logging for file delete errors by @jtduffy in #243

New Contributors

Full Changelog: v1.9.1...v1.10.0

Version 1.9.1

05 May 15:32
Compare
Choose a tag to compare
Version 1.9.1 Pre-release
Pre-release

What's Changed

  • Removed debug code that printed configuration options to STDOUT.

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

15 Jul 20:30
87ae178
Compare
Choose a tag to compare

What's Changed

  • Update to telemetry-sdk 0.15.0 by @jasonjkeller in #221
  • Also includes telemetry-sdk 0.14.0 improvement to decrease CPU utilization: "Replace UUID.randomUUID() with a faster implementation"

Full Changelog: v1.8.0...v1.9.0

Version 1.8.0

27 May 22:10
37f67b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

Version 1.7.0

07 Jan 18:38
c88b0f7
Compare
Choose a tag to compare

What's Changed

  • Update telemetry-sdk to 0.13.1.
  • Fix memory leak by properly closing copies of JFR recordings.

New Contributors

Full Changelog: v1.6.0...v1.7.0

Version 1.6.0

03 Nov 15:41
03a5901
Compare
Choose a tag to compare

What's Changed

  • Some frequently logged lines have been moved from INFO to DEBUG level by @vikinghawk in #208

New Contributors

Full Changelog: v1.5.0...v1.6.0

Version 1.5.0

27 Aug 18:31
cd932cf
Compare
Choose a tag to compare
  • Decreased memory consumption of the JFRController thread. This should also decrease the amount of time spent with GC. #204