From 028bfa7cd41c40199be4d501cdc859e75ce11738 Mon Sep 17 00:00:00 2001 From: Rich Vanderwal Date: Wed, 18 Nov 2020 12:57:06 -0800 Subject: [PATCH 1/2] CHANGELOG.md for v0.5.0 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4563fc0..762f44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,42 @@ -## ChangeLog +# ChangeLog -## 0.4.0 +All notable changes to this project will be documented in this file. -* Fixed bug in request retrying that resulted in the a zero length request -body and manifested as an error mismatch in body length and Content-Length -header. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.3.0 +## [Unreleased] -* Added `ConfigSpansURLOverride` to facilitate setting the Trace Observer URL - for Infinite Tracing on the New Relic Edge. +## [0.5.0] - 2020-11-18 +### Added +- Implemented preliminary OpenTelemetry span support. (#31) -## 0.2.0 +## [0.4.0] - 2020-08-04 +### Fixed +- Fixed bug in request retrying that resulted in the a zero length request +body and manifested as an error mismatch in body length and Content-Length +header. (#17) -* The SDK will now check metrics for infinity and NaN. Metrics with invalid -values will be rejected, and will result in an error logged. +## [0.3.0] - 2020-06-12 +### Added +- Added `ConfigSpansURLOverride` to facilitate setting the Trace Observer URL +for Infinite Tracing on the New Relic Edge. (#15) -* Added `Config.Product` and `Config.ProductVersion` fields which are -used to the `User-Agent` header if set. +## [0.2.0] - 2019-12-26 +### Fixed +- The SDK will now check metrics for infinity and NaN. Metrics with invalid +values will be rejected, and will result in an error logged. (#3) -## 0.1.0 +### Added +- Added `Config.Product` and `Config.ProductVersion` fields which are +used to the `User-Agent` header if set. (#2) +## [0.1.0] First release! + + +[Unreleased]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/releases/tag/v0.1.0 \ No newline at end of file From cf47c8c6fef34d11c93181c58cb2317b784fdb72 Mon Sep 17 00:00:00 2001 From: Rich Vanderwal Date: Wed, 18 Nov 2020 13:00:08 -0800 Subject: [PATCH 2/2] Added README.md maintenance step --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72e20e0..946c5ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,7 @@ Thanks for your interest in contributing to the Telemetry SDK! We look forward t * [golint](https://github.com/golang/lint) * [go vet](https://golang.org/cmd/vet/) * [go fmt](https://golang.org/cmd/gofmt/) + * If this is a notable change, please include a very short summary of your work in the "Unreleased" section of [CHANGELOG.md](./CHANGELOG.MD). * Sign the [Contributor Licensing Agreement](#contributor-license-agreement-cla), if you haven't already done so. (You will be prompted if we don't have a signed CLA already recorded.) ## How to Get Help or Ask Questions