• English日本語한국어
  • Log inStart now

.NET agent release notesRSS

February 28, 2013
.NET agent v2.4.57.0

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

New Features

  • Adds Cross Application Transaction Trace linking so that in SOA (service-oriented architectures), all applications that are instrumented by a New Relic agent and that communicate with each other via http will now "link" transaction traces with the applications that they call and the applications they are called by. This change helps improve the correlation of performance between services and applications.

Fixes

  • The installer should now do a better job of cleaning up bad install states. We are uncertain how users get into such a state, but now it is less problematic when it does occur.

February 8, 2013
.NET agent v2.3.126.0

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

New Features

  • New (not update) installations of the .NET Agent will default to using secure communications (HTTPS) between the agent and the New Relic server.
  • Agent logging improvements. We have improved the clarity of logging messages, adjusted logging levels to be more appropriate, and increased logging performance.
  • Adds a 'X-NewRelic-ID' header to all outbound http requests. This change helps improve the correlation of performance between services in a service-oriented architecture for a forthcoming feature. In the meantime, if you wish to disable the header, set 'crossApplicationTracingEnabled=false' in the configuration element of the newrelic.xml file.

Fixes

  • Fix crash in NewRelic.Agent.IL.dll caused by uninitialized data.
  • Fix potential metric grouping issues associated with HTTP redirects.
  • Fix confusing error message in the Diagnostic tool when the Application Event Log is at least 90% full.
  • Fix potential null de-reference in unmanaged dll.

January 16, 2013
.NET agent v2.2.83.0

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

New Features

  • Extends the uri reported in the external call labels in transaction traces so that users can see both the host and the resource being called.

Improvements

  • Rewrote the installer.
  • You no longer need to uninstall before re-installing the agent. You can simply run the new installer and it will upgrade your old install.
  • The installer no longer requires administrative rights at start to complete successfully. It will ask for elevation (on newer OSs) when needed and give reasonable error messages when it doesn't have enough permission (on older OSs).
  • If you instrument non-IIS applications you should no longer manually set environment variables manually. Instead, during install choose the "Instrument All .NET Applications" feature. If you have already installed run the installer again and choose "Change".
  • Configuration and log files are now stored in %ALLUSERSPROFILE%\New Relic.NET Agent\ instead of Program Files.
  • The API is now optionally installed and should only be needed on development machines and build servers.

Fixes

  • Restores request queuing metrics being reported by the agent - they will now appropriately appear in the overview graphs

December 4, 2012
.NET agent v2.1.3.494

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

New Features

  • Adds Real User Monitoring (RUM) auto instrumentation for all .net MVC versions

Fixes

  • Fixed an issue that would cause certain methods to not to be instrumented correctly including but not limited to Oracle.DataAccess.Client.OracleCommand.ExecuteReader.

November 28, 2012
.NET agent v2.1.2.472

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

Fixes

  • Addresses an issue where the Real User Monitoring (RUM) footer was being injected outside of the body close tag in Web Forms applications, creating invalid markup. Also improves the performance of the auto instrumentation of RUM in Web Forms applications.
  • The Apdex score (Satisfied, Tolerating, Frustrating) was being incorrectly reported for Key Transactions, and was also skewing the overall Apdex score.

November 16, 2012
.NET agent v2.1.1.13

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

Fixes

  • Fixed an issue where if an application was not using real user monitoring (RUM) the field that is used for that data was not being properly cleared.
  • Fixed an issue where an implementation of ExtensionAttribute was overriding the .net 4.0 framework's CompilerServices.ExtensionAttribute. The agent will now use the appropriate implementation of ExtensionAttribute based on the given framework.

October 11, 2012
.NET agent v2.1.0.5

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

New Features

  • Key Transactions alerting support for .NET
  • Real User Monitoring (RUM) browser traces are now linked to app server transaction traces.
  • Users can optionally turn on an Audit Log which will be a separate log file containing just the bits sent between the agent and the New Relic server. It can be enabled by adding the auditLog attribute to the log node of newrelic.xml, and assigning it a value of true.

Fixes

  • Fixed a bug revolving around a race condition that could cause an application to crash.
  • Clarified some of the error output from the NewRelic .NET agent's diagnostic tool.

September 20, 2012
.NET agent v2.0.12.4

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

New Features

  • Updated the logo used in the installer.

Fixes

  • Allow medium-trust .NET applications to be monitored. We accomplished this by adding the AllowPartiallyTrustedCallers assembly attribute to all of our .NET assemblies. This also reduces assembly load overhead in some environments.
  • Minor improvements to debug logging.
  • Fix parsing of sql commands so that the metric name is based on a SELECT/INSERT/UPDATE/DELETE-style command instead of supporting commands such as SET (as in SET NOCOUNT).
  • Improvement error handling in agent to avoid null reference exceptions.
  • Added comments to the NewRelic.AgentApi programmer interface for intellisense support.
  • Diagnostic tool now warns instead of reporting an error if COR_ENABLE_PROFILING is not set to 1.

August 22, 2012
.NET agent v2.0.11.1

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

New Features

  • The agent diagnostic utility, NewRelic.DiagnosticTool.exe, now supports a "verbose" mode as a command-line option (-v or -verbose). If you do not use the option, you will just get the failures and warnings. If you use the -v option, the output will include failures, warnings and passed test results. In previous versions of the agent, the diagnostic utility always output all results, making it more difficult to easily see where the failures were.

Fixes

July 19, 2012
.NET agent v2.0.10.3

Important

The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.

Notes

Fixes

  • When enabling enterprise security (or High Security) in rpm applications either stop responding completely or the profiler will shut down due to security violation regardless of the ssl setting in newrelic.xml config.
    High security requires that the newrelic.xml config have the attribute ssl in the service node set to "true," the enabled attribute in the requestParameters node set to "false" and the recordSQL attribute in the transactionTracer node to be set to "obfuscated." The .net Agent log now appropriately reflects the configuration needs and will gracefully stop the profiler if the configuration does not meet the requirements of High Security.
  • If there are invalid characters in the newrelic.xml file, when the .NET Agent's DiagnosticTool is run, it throws an exception associated with the "DiagnosticCollectorAttachment". This is the name of a private function in the tool, and the tool just logs the message associated with the exception. The fix now allows the evaluation for an inner exception, where the more meaningful message can usually be found and recorded.
  • Fix for a Null Reference Exception happening on rare occasions when recording metrics.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.