All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.20.0 - 2021-05-26
- 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)
0.18.0 - 2021-04-06
- Upgraded
go.opentelemetry.io/otel*
dependencies to v0.19.0. Thanks to @akulnurislam for getting us to v0.18.0! (#71, #74)
- Clarified language and examples in the sample application for customers using New Relic's EU datacenter.
0.17.0 - 2021-03-04
- Upgrade
go.opentelemetry.io/otel*
to v0.17.0 andgithub.com/newrelic/newrelic-telemetry-sdk-go
to v0.5.2. (#63) - Added SpanKind to Getting Started guide and simple sample application in order to provide a better New Relic UI experience. (#54)
0.15.1 - 2021-01-26
- Upgraded
go.opentelemetry.io/otel*
dependencies to v0.16.0. (#48)
0.14.0 - 2020-12-04
- Upgrade
go.opentelemetry.io/otel*
to v0.14.0. (#40)
0.13.0 - 2020-10-28
- Support for metrics (#10)
- Version number has been modified to track the version numbers of the go.opentelemetry.io/otel upstream library.
- 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 - 2019-12-31
First release!