• EnglishEspañol日本語한국어Português
  • 로그인지금 시작하기

.NET agent release notesRSS

November 16, 2012
.NET agent v2.1.1.13

중요

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

중요

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

중요

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

중요

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

중요

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.

June 7, 2012
.NET agent v2.0.9.15

중요

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

  • After deployment of a site, the site would throw a TypeLoadException "Could not load 'NewRelic.Agent.Core.AgentShim' from assembly mscorlib", because of a stale assembly token cache used within the agent.
  • Segments in transactions for .NET MVC applications were being mis-labeled with System.Web.Mvc.ProcessRequest(async). This has been renamed to System.Web.Mvc.ProcessBeginRequest()[async] to reflect the actual name of the framework method being instrumented. This is because System.Web.Mvc.MvcHandler now implements IHttpAsyncHandler.

Features changed

  • The agent installer will no longer allow users who are not administrators to complete the installation. This prevents the agent from being improperly installed.
  • Turned off the metrics for the execution pipeline steps. The agent still generates transaction trace segments for the calls, so the user will still be able to diagnose the pipeline without the execution pipeline steps.

April 27, 2012
.NET agent v2.0.8.4

중요

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

  • Do a better job of exercising some diagnostic print statements.
  • Strip off the generic qualifier (backtick and beyond) in Exception names when comparing names with a list of exception names to ignore.
  • Make the diagnostic tool more robust, and release in an architecture-neutral format.
  • The diagnostic tool now only writes to stdout.
  • Change SQL obfuscator to correctly handle escaped quotes in strings, and to obfuscate more literal constants.
  • Log (at finest level) obfuscated SQL and the generated metric name for SQL queries.
  • Change the diagnostic tool to ternary logic, reporting PASS, WARN and FAIL; some errors reading registry now marked as WARN.
  • Disable tracers for HttpWebRequest.SerializeHeaders and HttpWebResponse.Close, as the data collected by those is not yet used.
  • Copy comments from newrelic.xml into newrelic.xsd to help xml aware editors.
  • Log timestamps now contain millisecond accurate data.
  • Stability enhancements in profiler core.
  • Fix fusion log binding errors from the New Relic Agent.

February 20, 2012
.NET agent v2.0.7

중요

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

  • Extend the command-line tool NewRelic.DiagnosticTool.exe to try to write to logs, %TMP% and to the registry.
  • Add DiagnosticToolDocumentation.html that describes the DiagnosticTool.
  • Improve error messages and error recovery when web.config file or any of the xml configuration files are lexically, syntactically or semantically incorrect.
  • Fix a bug in the way some text is rendered in the event viewer.

January 26, 2012
.NET agent v2.0.6

중요

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

  • Fix a bug when profiling functions with non-builtin value types as arguments. such as "KeyValuePair", "Decimal", etc.
  • Make the profiler's interaction with the CLR memory more robust.
  • Improve documentation on how to write custom instrumentation specifications.
  • Extend the command-line tool NewRelic.DiagnosticTool.exe to check for more conditions, up to and including successful profiling.
  • Page names collected from ASP are now downcased before being collected by the RPM, to match implicit case-insensitive behavior on windows.
  • Allow Azure wawebhost.exe and waworkerhost.exe to be profiled executables.
  • Copyrights to 2012.

December 7, 2011
.NET agent v2.0.5

중요

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

  • Bug fixes, debugging support and stability improvements
  • Do not profile functions ending with .Dispose or .Finalize
  • Do not reprofile functions that have already been profiled
  • Load files in extensions directory in alphabetical order
  • Support profiling functions that contain switch statements
  • Fix bugs involving exception clauses for corner cases
  • Fix bugs involving rewrites of short branch statements
  • Fix some memory leaks for error paths in the profiler
  • SQL declare, waitfor and execute keywords now supported
  • Minor changes and bug fixes in documentation
  • Rethrow ThreadAbortExceptions in profiled code

Copyright © 2024 New Relic Inc.

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