From db3a59fca31fa2cd89764190042886d3890442d9 Mon Sep 17 00:00:00 2001 From: Basil Date: Mon, 7 Jun 2021 19:32:41 -0600 Subject: [PATCH] Updated changelog for Header capturing (#595) * 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 <56414817+vuqtran88@users.noreply.github.com> --- src/Agent/CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Agent/CHANGELOG.md b/src/Agent/CHANGELOG.md index 5b6aa58325..702faa29a1 100644 --- a/src/Agent/CHANGELOG.md +++ b/src/Agent/CHANGELOG.md @@ -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))