Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Releases: newrelic/opentelemetry-exporter-java

Version 0.13.1

02 Feb 17:09
cdace7e

Choose a tag to compare

Fixes a build issue that was causing the project to be compiled with Java 11 which would cause an UnsupportedClassVersionError when using the exporter on earlier JREs. The project is once again built and published using Java 8.

Version 0.13.0

26 Jan 23:38
fdcec2e

Choose a tag to compare

Note: Due to an issue with the build pipeline this version of the exporter only supports Java 11 and above. If you need the exporter to be compatible with JRE 8 - 10 please use version v0.13.1+ of the exporter as the issue has been resolved as of that release.


Minor compatibility updates in this release:

  • Updates compatibility with io.opentelemetry:opentelemetry-sdk:0.13.1
  • Updates compatibility with io.opentelemetry.javaagent:opentelemetry-javaagent-spi:0.13.1
  • Updates compatibility with com.newrelic.telemetry:telemetry::0.10.0
  • Updates compatibility with com.newrelic.telemetry:telemetry-http-okhttp::0.10.0

Version 0.12.0

14 Dec 23:13
09c7a02

Choose a tag to compare

Note: Due to an issue with the build pipeline this version of the exporter only supports Java 11 and above. If you need the exporter to be compatible with JRE 8 - 10 please use version v0.13.1+ of the exporter as the issue has been resolved as of that release.


Minor compatibility updates in this release:

  • Updates compatibility with io.opentelemetry:opentelemetry-sdk:0.12.0
  • Updates compatibility with io.opentelemetry.javaagent:opentelemetry-javaagent-spi:0.12.1

Version 0.11.0

11 Dec 18:25
6159d88

Choose a tag to compare

Note: Due to an issue with the build pipeline this version of the exporter only supports Java 11 and above. If you need the exporter to be compatible with JRE 8 - 10 please use version v0.13.1+ of the exporter as the issue has been resolved as of that release.


Minor compatibility updates in this release:

  • Updates compatibility with io.opentelemetry:opentelemetry-sdk:0.11.0
  • Updates compatibility with io.opentelemetry.javaagent:opentelemetry-javaagent-spi:0.11.0

Version 0.10.0

14 Nov 01:04
71127a0

Choose a tag to compare

Minor compatibility updates in this release:

  • Updates compatibility with io.opentelemetry:opentelemetry-sdk:0.10.0
  • Updates compatibility with io.opentelemetry.javaagent:opentelemetry-javaagent-spi:0.10.1

Version 0.9.0

29 Oct 21:45
c9e744c

Choose a tag to compare

Minor compatibility updates in this release:

  • Updates compatibility with opentelemetry-java 0.9.1
  • Updates compatibility with opentelemetry-javaagent-spi 0.9.0

Version 0.8.1

10 Sep 18:06
271ebc7

Choose a tag to compare

Changes from v0.8.0:

  • Fixes the inability to use the exporter with the auto-instrumentation agent version 0.8.0

Version 0.8.0

08 Sep 19:56
4241b76

Choose a tag to compare

Changes from 0.7.0:

  • BREAKING CHANGE :: URI OVERRIDES THAT DO NOT HAVE A PATH COMPONENT WILL CAUSE YOUR SENDS TO FAIL. Please specify a full URI including path component when doing a uriOverride.
  • Support for version 0.8.0 of OpenTelemetry Java

Version 0.7.0

06 Aug 16:41
018ec53

Choose a tag to compare

  • Support for OpenTelemetry Java 0.7.0
  • A simpler configuration and startup helper with NewRelicExporters.java

Version 0.6.2

31 Jul 21:27
993603c

Choose a tag to compare

Incremental update with the following changes:

  • A simpler configuration and startup helper with NewRelicExporters.java
  • Update to version 0.7.0 of NR telemetry sdk