This repository was archived by the owner on Jan 22, 2022. It is now read-only.
Releases: newrelic/opentelemetry-exporter-go
Releases · newrelic/opentelemetry-exporter-go
v0.20.0
Changed
- Added archival notice to README. In the near future, this exporter will no longer be maintained in favor of using New Relic's native OTLP ingest. It is suggested to use the OpenTelemetry Go OTLP exporter.
- Upgraded
go.opentelemetry.io/otel*
dependencies to v0.20.0. (#92)
v0.18.0
[0.18.0] - 2021-04-06
Changed
- Upgraded
go.opentelemetry.io/otel*
dependencies to v0.19.0. Thanks to @akulnurislam for getting us to v0.18.0! (#71, #74)
Added
- Clarified language and examples in the sample application for customers using
New Relic's EU datacenter.
v0.17.0
v0.15.1
v0.14.0
v0.13.0
[0.13.0] - 2020-10-28
Added
- Support for metrics (#10)
- Version number has been modified to track the version numbers of the
go.opentelemetry.io/otel upstream library.
Changed
- Updated to use version 0.13.0 of the go.opentelemetry.io/otel packages. (#30)
- Standardized CHANGELOG.md format. When making changes to this project, add
human-readable summaries of what you've done to the "Unreleased" section
above. When creating a release, move that information into a new release
section in this document. (#35)
0.1.0
First release!