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

Choose a tag to compare

@jasonjkeller jasonjkeller released this 02 Feb 17:09
cdace7e

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

Choose a tag to compare

@jasonjkeller jasonjkeller released this 26 Jan 23:38
fdcec2e

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

Choose a tag to compare

@jasonjkeller jasonjkeller released this 14 Dec 23:13
09c7a02

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

Choose a tag to compare

@jasonjkeller jasonjkeller released this 11 Dec 18:25
6159d88

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

Choose a tag to compare

@jasonjkeller jasonjkeller released this 14 Nov 01:04
71127a0

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

Choose a tag to compare

@breedx-nr breedx-nr released this 29 Oct 21:45
c9e744c

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

Choose a tag to compare

@jkwatson jkwatson released this 10 Sep 18:06
271ebc7

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

Choose a tag to compare

@jkwatson jkwatson released this 08 Sep 19:56
4241b76

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

Choose a tag to compare

@jkwatson jkwatson released this 06 Aug 16:41
018ec53
  • Support for OpenTelemetry Java 0.7.0
  • A simpler configuration and startup helper with NewRelicExporters.java

Version 0.6.2

Choose a tag to compare

@breedx-nr breedx-nr released this 31 Jul 21:27
993603c

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