Skip to content

Commit

Permalink
Updated changelog for Header capturing (#595)
Browse files Browse the repository at this point in the history
* Better changelog feature detail.

* Update CHANGELOG.md

Uses issue link instead of PR link for wcf for consistency.
Changes "wrappers" to "instrumentation".

Co-authored-by: Vu Tran <[email protected]>
  • Loading branch information
tehbio and vuqtran88 authored Jun 8, 2021
1 parent 031e6e1 commit db3a59f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### New Features
* **Adds support for capturing Request HTTP Headers.** Support is included in the following wrappers:
* AspNetCore ([#559](https://github.com/newrelic/newrelic-dotnet-agent/issues/559))
* Owin ([#560](https://github.com/newrelic/newrelic-dotnet-agent/issues/560))
* Asp35 ([#558](https://github.com/newrelic/newrelic-dotnet-agent/issues/558))
* WCF ([#593](https://github.com/newrelic/newrelic-dotnet-agent/pull/593)).
* Adds Agent support for capturing HTTP Request Headers.
* Support included for ASP.NET 4.x, ASP.NET Core, Owin, and WCF instrumentation. ([#558](https://github.com/newrelic/newrelic-dotnet-agent/issues/558), [#559](https://github.com/newrelic/newrelic-dotnet-agent/issues/559), [#560](https://github.com/newrelic/newrelic-dotnet-agent/issues/560), [#561](https://github.com/newrelic/newrelic-dotnet-agent/issues/561))

### Fixes
* Fixes issue [#264](https://github.com/newrelic/newrelic-dotnet-agent/issues/264): Negative GC count metrics will now be clamped to 0, and a log message will be written to note the correction. This should resolve an issue where the GCSampler was encountering negative values and crashing. ([#550](https://github.com/newrelic/newrelic-dotnet-agent/pull/550))
Expand Down

0 comments on commit db3a59f

Please sign in to comment.