NewRelic.Azure.WebSites 2.16.164

There is a newer version of this package available.
See the version list below for details.
dotnet add package NewRelic.Azure.WebSites --version 2.16.164                
NuGet\Install-Package NewRelic.Azure.WebSites -Version 2.16.164                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NewRelic.Azure.WebSites" Version="2.16.164" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NewRelic.Azure.WebSites --version 2.16.164                
#r "nuget: NewRelic.Azure.WebSites, 2.16.164"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NewRelic.Azure.WebSites as a Cake Addin
#addin nuget:?package=NewRelic.Azure.WebSites&version=2.16.164

// Install NewRelic.Azure.WebSites as a Cake Tool
#tool nuget:?package=NewRelic.Azure.WebSites&version=2.16.164                

Go to New Relic to sign up and get your license key at http://newrelic.com/ or you can get a license key through the Windows Azure management portal via Add-On store.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.11.53 248 12/16/2015
5.10.59 607 12/1/2015
5.9.74 2,359 11/5/2015
5.8.28 1,398 10/14/2015
5.7.17 524 10/5/2015
5.6.53 1,238 9/24/2015
5.5.52 950 9/14/2015
5.4.16 1,764 8/27/2015
5.3.90 1,525 8/20/2015
5.2.87 1,889 7/22/2015
5.1.72 1,792 7/6/2015
5.0.136 1,583 6/24/2015
4.6.29 4,671 5/29/2015
4.5.90 1,030 5/14/2015
4.4.60 1,621 4/29/2015
4.3.123 2,149 4/16/2015
4.2.185 2,722 3/31/2015
4.1.136 5,604 3/18/2015
4.1.134 1,443 3/17/2015
3.12.140 3,102 2/19/2015
3.11.296 3,388 1/26/2015
3.10.43 8,606 11/21/2014
3.9.146 2,651 10/29/2014
3.8.1 5,670 10/1/2014
3.7.135 1,386 9/26/2014
3.6.177 2,888 8/27/2014
3.5.107 575 8/19/2014
3.4.24 9,283 7/24/2014
3.3.38 694 7/11/2014
3.1.65 2,148 6/20/2014
3.0.79 4,870 5/29/2014
2.25.208 9,714 4/23/2014
2.24.218 2,789 3/5/2014
2.23.2 1,630 2/5/2014
2.22.79 166 2/4/2014
2.21.84 1,092 1/23/2014
2.20.25 452 1/18/2014
2.20.24 412 1/9/2014
2.19.3 300 1/2/2014
2.18.35 188 12/27/2013
2.17.268 223 12/20/2013
2.17.266 154 12/19/2013
2.16.164 1,252 11/19/2013
2.15.186.1 1,338 10/25/2013
2.15.186 357 10/22/2013
2.14.53 306 10/11/2013
2.13.38 572 10/2/2013
2.12.146 689 9/13/2013
2.10.40 790 8/20/2013
2.9.135 232 8/13/2013
2.9.122 258 8/6/2013
2.9.107 283 7/30/2013
2.8.135 2,047 6/24/2013
2.8.89 231 6/13/2013
2.8.38.2 253 6/3/2013
2.7.61 689 5/16/2013
2.6.208 375 5/3/2013
2.6.206 197 5/2/2013
2.6.205 225 4/30/2013

Fixes

* Fixes an issue where the agent was making calls to retrieve the SQL connection's database version unnecessarily. This issue may have caused some customer applications to unnecessarily hold onto database connections.
* Fixes an issue with the harvesting of AnalyticsEvents where a race condition would cause the collection of events to become invalid.

* Fixes a bug where generic exceptions were being reported with generic arguments which made it so they couldn't be ignored.
* Fixed a bug where attempting to add custom instrumentation for a parameterless overload of a method with parameterized overloads would result in all overloads of the method being instrumented.
* Added back support for custom instrumenting methods via parameters='void' in the exactMethodMatcher.  It is recommended you use the new way which is to simply leave the parameters attribute off of your exactMethodMatcher, but for those with existing instrumentation files using 'void' parameters that will once again work.