This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from RichVanderwal/v0.5.0-changelog
V0.5.0 changelog
- Loading branch information
Showing
2 changed files
with
33 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters