Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG.md for release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Mar 2, 2021
1 parent 8a094b0 commit ccccdba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

## [0.5.2] - 2021-03-02
### Added
- Adds a RequestFactory API that can be used for managing the telemetry data
requests if you need more fine-grained control than the Harvester API supports.
Only Span data is currently supported by this API.
### Fixed
- Fix performance issue caused by the gzip writer being reallocated for each
request - it's now reused between requests.

## [0.5.1] - 2020-12-16
- Fixed bug that resulted in payload size remaining slightly too large after
Expand Down Expand Up @@ -48,4 +54,4 @@ First release!
[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
[0.1.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/releases/tag/v0.1.0

0 comments on commit ccccdba

Please sign in to comment.