Releases: newrelic/opentelemetry-exporter-java
Version 0.13.1
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
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
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
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
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
Minor compatibility updates in this release:
- Updates compatibility with
opentelemetry-java0.9.1 - Updates compatibility with
opentelemetry-javaagent-spi0.9.0
Version 0.8.1
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
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
- Support for OpenTelemetry Java 0.7.0
- A simpler configuration and startup helper with
NewRelicExporters.java
Version 0.6.2
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