重要
New Relic recommends that you update the agent regularly and at a minimum every 3 months. Read more about keeping your agent up to date.
This release is supported for one year after its release date. For a full list of supported versions and their support periods, please see our EOL policy doc.
As of this release, the oldest supported version is .NET agent 8.26.630.0.
Fixes
- Allow StackExchange.Redis v2+ profiling to start outside of a transaction. (#1501) (#1504) (925d016)
- Allow the agent to accept multiple versions of legacy NR distributed tracing headers. (#1489) (23ee241)
- Fix a memory leak when using StackExchange.Redis v2+. (#1473) (#1504) (925d016)
- Retry connection on HttpRequestException error. (#1514) (#1484) (99b520e)
Once published, you can find the release artifacts for this release here or on NuGet.org.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.9.1-1.x86_64.rpm | 967F25DFD75AC1091AFA0CC6BC464D0511B23B6E92545179CB2807D91820F44B |
newrelic-dotnet-agent_10.9.1_amd64.deb | 349AAC4179A1D597349190058DDBA5A6190947336B9FF1C16988C998C88B3ACA |
newrelic-dotnet-agent_10.9.1_amd64.tar.gz | 0D527ED576FAE29B2BA5F57E638EC3D2ED6B74352CC154B59BEEDD76CBEAA883 |
newrelic-dotnet-agent_10.9.1_arm64.deb | 7F629B6329AEB0A357D4C04EF5152407AD937D1244F346A8F0888D465E9F19B8 |
newrelic-dotnet-agent_10.9.1_arm64.tar.gz | B65F63A3DEDB7018E07E1577CD5451D77678704D1D84DBA124EDB404615AD417 |
NewRelicDotNetAgent_10.9.1_x64.msi | 67EE946BEE4175EABDFEB9AA8E23CDF8BC4F1A06264884C97984FAF957873120 |
NewRelicDotNetAgent_10.9.1_x64.zip | 0852CBE4EED73491CE1D8A541C36D60F898CB9A068F5CF6092060EEB3A04CA5C |
NewRelicDotNetAgent_10.9.1_x86.msi | 7411E1CC97E16BD57DCCCAB66A5FD9A355357531CCB87CA4B61C32FD3A166DEF |
NewRelicDotNetAgent_10.9.1_x86.zip | 8337AC858B4ABB5486917B3069E4E8C4013A7377FF8E109AD2FDFB4EA2480889 |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
重要
New Relic recommends that you update the agent regularly and at a minimum every 3 months. Read more about keeping your agent up to date.
This release is supported for one year after its release date. For a full list of supported versions and their support periods, please see our EOL policy doc.
As of this release, the oldest supported version is .NET agent 8.26.630.0.
New Errors inbox features
- User tracking: You can now see the number of users impacted by an error group. Identify the end user with the setUserId method.
- Error fingerprint: Are your error occurrences grouped poorly? Set your own error fingerprint via a callback function.
New Features
- Agent API now supports associating a User Id with the current transaction. See our ITransaction API documentation for more details. #1420
- Agent API now supports providing a callback to determine what error group an exception should be grouped under. See our SetErrorGroupCallback API documentation for more details. #1434
- Adds the
Supportability/Logging/Forwarding/Dropped
metric to track the number of log messages that were dropped due to capacity constraints. #1470
Fixes
- Reduce redundant collector request data payload logging in the agent log at DEBUG level. #1449
- Fixes #1459, a regression in NLog local decoration when logging messages with object parameters. #1480
Other
- Renamed
NewRelic.Providers.Wrapper.Asp35
toNewRelic.Providers.Wrapper.AspNet
since this wrapper instruments multiple versions of ASP.NET. Updated installers to remove oldAsp35
artifacts. #1448
Once published, you can find the release artifacts for this release here or on NuGet.org.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.9.0-1.x86_64.rpm | 26AA1CE84A2724E65991E3035FB9F2899DF47447DC96618DC1969C424D18DFEB |
newrelic-dotnet-agent_10.9.0_amd64.deb | F03AF60E81DFCAF706551BC8DB8DEB7B6FE7ADDCD961DDA72AA3B7F7D866B319 |
newrelic-dotnet-agent_10.9.0_amd64.tar.gz | 04F0A8699A35FF4E22D0FF704227B7E2DBA900064B17490D86270D4ADC01DB23 |
newrelic-dotnet-agent_10.9.0_arm64.deb | 2C16448899297496B2659C31B6B72BDF08EE0B3A23218374FC9FE515BB714361 |
newrelic-dotnet-agent_10.9.0_arm64.tar.gz | C1795D4A94268DAEB57290DD2012822D9E9A76C7F38C52E84F93729BC89862D4 |
NewRelicDotNetAgent_10.9.0_x64.msi | CFC4F5A33888B532808FEE8D256EF552804D59672726E43A34AADA20B31C972A |
NewRelicDotNetAgent_10.9.0_x64.zip | 8D4682B2C3540527AB96EA08CB01F9B050917B66A67D651EECBD1A69DFC6FB59 |
NewRelicDotNetAgent_10.9.0_x86.msi | A3C8FCC210F984BD89B91AD1237F212F17AA9DC77E7B977AA67D52FA4E4030AE |
NewRelicDotNetAgent_10.9.0_x86.zip | 87775474DF6AF523380A9F434C316EC53694FF55784435BD53CFF272D1B4E085 |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
重要
New Relic recommends that you update the agent regularly and at a minimum every 3 months. Read more about keeping your agent up to date.
This release is supported for one year after its release date. For a full list of supported versions and their support periods, please see our EOL policy doc.
As of this release, the oldest supported version is .NET agent 8.26.630.0.
New Features
- When running on Linux, distro name and version will be reported as environment settings #1439
Fixes
- Fixes #1353 so that out-of-process .Net Core web applications are instrumented according to the
<applicationPools>
setting in thenewrelic.config
file. 1392 - Update NLog to improve local log decoration coverage. #1393
Once published, you can find the release artifacts for this release here or on NuGet.org.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.8.0-1.x86_64.rpm | B6EDAF8B198C81FAB0FA190F28F5D49A8A255F5670CA8D76DBEDBF9E23B7DA10 |
newrelic-dotnet-agent_10.8.0_amd64.deb | 8FFA4364420264E8E541DCF8F4F04F46EFAC8D30053C66686E922F7CDD45D511 |
newrelic-dotnet-agent_10.8.0_amd64.tar.gz | 04558B3B12DAE989874BF873041EB661995EC76DCE1594B936ADC671906385D3 |
newrelic-dotnet-agent_10.8.0_arm64.deb | 50A88D55B0D82B63D7BDF68D2C83A030898BDA215F55992B20AE678AA1415BE7 |
newrelic-dotnet-agent_10.8.0_arm64.tar.gz | 015EEDF62DEC64CF4B95BFFBCDAC8FCE7DB0ECDEF833647ADD4DA69FFC65020C |
NewRelicDotNetAgent_10.8.0_x64.msi | 7CF5BD50484C0CACE334F5CECF449602E9A596FF6D27F2E43EF15A0B44BE0479 |
NewRelicDotNetAgent_10.8.0_x64.zip | 8112FF27EBFB77A1E3F80EC13B8A9194814D0E4E48A79CC22F3EDB2351F15F4A |
NewRelicDotNetAgent_10.8.0_x86.msi | BF8669052C08A3B449A5278EC9FD23CAFA684CE322F19E30D172E3CB1EE4A12D |
NewRelicDotNetAgent_10.8.0_x86.zip | 7A1658A7F8C6D39EED8AEFD30DCC5814D4A458E3A3F2EC45902AF001C0770F98 |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
重要
New Relic recommends that you update the agent regularly and at a minimum every 3 months. Read more about keeping your agent up to date.
This release is supported for one year after its release date. For a full list of supported versions and their support periods, please see our EOL policy doc.
As of this release, the oldest supported version is .NET agent 8.24.244.0.
New Features
- Postgres client instrumentation support has been extended to include the following versions: 4.0.x, 4.1.x, 5.0.x, 6.0.x and 7.0.x. #1363
- Enables gzip compression by default for Infinite Tracing. #1383
Fixes
- Fix a race condition when using SetApplicationName. #1361
- Resolves #1374 related to enabling Context Data for some loggers. #1381
- Add missing supportability metrics to gRPC response streams and improve Infinite Tracing integration test reliability #1379
Deprecations
Infinite Tracing for .NET Framework applications will be deprecated in May 2023. The Infinite Tracing feature depends on the gRPC framework to send streaming data to New Relic. The gRPC library currently in use, gRPC Core, has been in the maintenance-only phase since May 2021, and will be deprecated as of May 2023.
The .NET Agent on .NET Core has been migrated to gRPC for .NET per the guidance from grpc.io. However, this library doesn't have the full functionality that is required for Infinite Tracing on .NET Framework applications. Those applications will continue to use gRPC Core until May 2023, at which time we'll end support for Infinite Tracing for .NET Framework. We may revisit this decision in the future if the situation changes. #1367
Other
- Resolved several static code analysis warnings relating to unused variables and outdated api usage. #1369
- Update gRPC log message when a response stream is automatically cancelled due to no messages in a time period. #1378
- Proxy configuration for Infinite Tracing should be specified using only the
https_proxy
environment variable.grpc_proxy
is no longer supported for all application types.
Once published, the release artifacts for this release can be found here or on NuGet.org.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.7.0-1.x86_64.rpm | B40A11004136EECD12F56BE28BDDE832E8D8494FC969A4A18EB058DC46E212EC |
newrelic-dotnet-agent_10.7.0_amd64.deb | 2444258E09B0029FD18BEC9C21379E5A3F7DE2F67726C3C0D4944CEB271539FC |
newrelic-dotnet-agent_10.7.0_amd64.tar.gz | 4AA2CA405CBCBA7A9045E13E888883027681314061FEF88B12605DBF2B1E0350 |
newrelic-dotnet-agent_10.7.0_arm64.deb | 060B9ABD3788833F1EF3F9476EF83A8D4FBB46E5897E992C55830214F6C6F27D |
newrelic-dotnet-agent_10.7.0_arm64.tar.gz | AAA980762F908C6AD69D085D4C40D55CBD38D8E1A0197DDE79CB3E9B7E55B593 |
NewRelicDotNetAgent_10.7.0_x64.msi | 43238C88046CBB39896E749A9A5ED24190A450E3278D52C144777CF5B4FFDF1E |
NewRelicDotNetAgent_10.7.0_x64.zip | 622304DD180C2B630A2DFDC00BB71172CF28BFF2CE4414C7AF5C15B64872E3DD |
NewRelicDotNetAgent_10.7.0_x86.msi | 3CBCBE7DE060255FDA98A8B4BB7259DD9D0B4752678BA79936653D47031ADDF1 |
NewRelicDotNetAgent_10.7.0_x86.zip | 2FD5DE0EFA6AA8B45568C70ACC0120D6264A1F3C2B5C5B7DCF8F2FB9CD3FCF6F |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
重要
New Relic recommends that you update the agent regularly and at a minimum every 3 months. Read more about keeping your agent up to date.
This release will be supported for one year after its release date. For a full list of supported versions and their support periods, please see our EOL policy doc.
As of this release, the oldest supported version is .NET agent 8.24.244.0.
Fixes
- StackExchange.Redis versions 2 and above use a new wrapper with improved performance and reduced network overhead. #1351
New Features
- Custom instrumentation now supports targeting specific assembly versions. See the documentation for more details. #1342
- RestSharp client instrumentation support has been extended to include the following versions: 106.11.x, 106.12.0, 106.13.0, and 106.15.0. #1352
- RestSharp client instrumentation has been verified for versions 107.x and 108.x. For newer versions of RestSharp, external segments/spans are actually generated via our instrumentation of HttpClient. #1356
- .NET TLS options are now logged during startup. #1357
Once published, the release artifacts for this release can be found here or on NuGet.org.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.6.0-1.x86_64.rpm | AAC3DD1231440E8D763BD1DF321AEAD8F4839F64CB1F9571270B9FFCC5C44AE2 |
newrelic-dotnet-agent_10.6.0_amd64.deb | D50AD9EC45E40C82B410B8D46742375CCEB406018A5D1BC2B0F742F2AAD61836 |
newrelic-dotnet-agent_10.6.0_amd64.tar.gz | 9E3364B6AB5E9E28096AE58D8B25B0FCB7D71FFAAE18F2F119D5173212184A4B |
newrelic-dotnet-agent_10.6.0_arm64.deb | 48165573EAE02D95A0B32EA044D7F9CF01A8BDBAD71F3B1A957D15D8D479BFE2 |
newrelic-dotnet-agent_10.6.0_arm64.tar.gz | CBD1FFF6117C122C48502A5CCB7C15D8175FF533213C56F193FCC57BC32AEE9A |
NewRelicDotNetAgent_10.6.0_x64.msi | 904082AD371266353719FE331AB8013008DE71AD15A587974C09CAFD62591DA9 |
NewRelicDotNetAgent_10.6.0_x64.zip | 87572DF1F0B41F38999F630C812B51F054A6DB6B31194829647FDF44C9A3C395 |
NewRelicDotNetAgent_10.6.0_x86.msi | BDE47257B5AEF653671269724D8F781D9242538DB5A0CEEC540C603021892B06 |
NewRelicDotNetAgent_10.6.0_x86.zip | 47006C36D9D2483D5A9497DC500078B077076B61EAFCC9219D6EFE4C8179D518 |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
重要
New Relic recommends that you update the agent regularly and at a minimum every 3 months. Read more about keeping your agent up to date.
This release will be supported for one year after its release date. For a full list of supported versions and their support periods, please see our EOL policy doc.
As of this release, the oldest supported version is .NET agent 8.24.244.0.
Fixes
- Resolves #1346 where some NuGet packages were incomplete for the 10.5.0 release. Impacted packages have been delisted from NuGet. (#1347)
Once published, the release artifacts for this release can be found at https://download.newrelic.com/dot_net_agent/latest_release/ or on NuGet.org.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.5.1-1.x86_64.rpm | 7F1407B5CF51F1D6F32FE7EC63FF06DB401554BD9C4C2337EDA2AE43FCB46EBF |
newrelic-dotnet-agent_10.5.1_amd64.deb | 0B80A6F79457A2CDE1DB2B9C49002B31FE8CB6EB529161752FB9A389B7CDDE09 |
newrelic-dotnet-agent_10.5.1_amd64.tar.gz | EAC8E7B3104E8E385AED5D5038A0AB250E6AAE174EC7CD2432D35CDFAA931EF3 |
newrelic-dotnet-agent_10.5.1_arm64.deb | 0F1B7E673A2CFA78DF87DC677E9E35CC7DF88CC4D510284E7EC777494F4A872B |
newrelic-dotnet-agent_10.5.1_arm64.tar.gz | 403C51C04133A3BB62203988B404B6C1509456AE83646FDB034F5DD3B4E2B9CA |
NewRelicDotNetAgent_10.5.1_x64.msi | 7753F1912849BF11ADDA71D5BD00539D6E49A46ABFD80CF357C65CC244DAC1C6 |
NewRelicDotNetAgent_10.5.1_x64.zip | 78245732D094919DEA264C0B793601E630220984A66E54567CEABB2220C4E00D |
NewRelicDotNetAgent_10.5.1_x86.msi | DEDC6A206868A460496435676EEF37D9A1FC319B96282F0FB9F7CC6D0E6119D4 |
NewRelicDotNetAgent_10.5.1_x86.zip | A29FBC03013D8B5A1EB81B3AB7838AF19309BC96314C733E7882061BEFFE1272 |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
重要
New Relic recommends that you update the agent regularly and at a minimum every 3 months. Read more about keeping your agent up to date.
This release will be supported for one year after its release date. For a full list of supported versions and their support periods, please see our EOL policy doc.
As of this release, the oldest supported version is .NET agent 8.23.107.0.
注意
Some of the NuGet packages from this release were incomplete and have been unpublished from nuget.org. Please use 10.5.1 instead.
Fixes
- Attribute collections in the agent will now more reliably track the number of attributes contained, and allow updates to attributes that already exist in the collection when collection limits have been reached (255 global attributes, 65 custom attributes). (#1335)
- The agent has been updated to use
System.Net.Http.HTTPClient
to send data to New Relic instead ofSystem.Net.WebRequest
, in order to fix issue #897, as well as remove use of a deprecated library. (#1325)
Once published, the release artifacts for this release can be found at https://download.newrelic.com/dot_net_agent/latest_release/ or on NuGet.org.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.5.0-1.x86_64.rpm | 939A1A8DFD179B4436F2DFDC1950D7AD4DEC5ED4F26C3E750A9880F147E47092 |
newrelic-dotnet-agent_10.5.0_amd64.deb | 39B1E63CAD364765527B254EF363615F3209213D9CCF9EC2DA2920D4104788B2 |
newrelic-dotnet-agent_10.5.0_amd64.tar.gz | A3937CF850A2FDAC5978112626063C07AEA96244FF82749E85470FA02523B44B |
newrelic-dotnet-agent_10.5.0_arm64.deb | D2BE115DFF5E98A637451C7851BC6BA03B703543931CF1DF2609637AC61F6AFF |
newrelic-dotnet-agent_10.5.0_arm64.tar.gz | 340063F58538E2DF33FBE8DDA04D41A548DE4F2D139EE9A7D2E5EA79F0FB4279 |
NewRelicDotNetAgent_10.5.0_x64.msi | E2C6F6FDFA4789D2A72EE985FEF4B86E8B53E57ADC26EF3CD1D4E44DAE4D09A3 |
NewRelicDotNetAgent_10.5.0_x64.zip | 7141AB68BA848B5861943DD50849E5609B767B75A3BF43E540959EAA1874326A |
NewRelicDotNetAgent_10.5.0_x86.msi | E87DEF5028F1AF01A8EF8A0503A112F80D1B519EA11464FFC41AFE63F231D54A |
NewRelicDotNetAgent_10.5.0_x86.zip | 4C660F4267F42A73EA66166AC536CC0596F8A7840D62FCA8FC76EB4771942439 |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
重要
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from upgrading to the latest version, ensure that your agents are regularly updated to a version at most 90 days old. Read more about keeping your agent up to date.
As of this release, the oldest supported version is .NET agent 8.22.181.0.
New Features
- Support for .NET 7 has been verified with the GA version of the .NET 7 SDK. Please note that if you use dynamically-created assemblies, there is a bug in .NET 7 that prevents them from being instrumented at this time.
- Application log fowarding can now be configured to capture and forward context data to New Relic. Details (including how to enable and configure this new feature) can be found here.
- The NewRelic.Agent NuGet package now includes the Linux Arm64 profiler. This can be found in the
newrelic/linux-arm64
directory. Configure yourCORECLR_PROFILER_PATH
environment variable to use this version of the profiler when deploying to linux ARM64 targets. - When finest logs are enabled, the transaction guid will be applied to attribute limit log messages, if present.
Fixes
- Resolves potential crash when using Infinite Tracing. #1319
Once published, the release artifacts for this release can be found at https://download.newrelic.com/dot_net_agent/latest_release/ or on NuGet.org.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.4.0-1.x86_64.rpm | 7A1E1F2A669D7043C7BCAEE0DF13993928CAC392981253F3AB443ADC5E280EB2 |
newrelic-dotnet-agent_10.4.0_amd64.deb | 21B067F89092F95CD8420BFE285A8B034F7BF25E8FDF04353934F59FE862D761 |
newrelic-dotnet-agent_10.4.0_amd64.tar.gz | 375B4EE5F5E3471E1C2CC8029F07EEA1613D113EB9490B3F852043076E5B4038 |
newrelic-dotnet-agent_10.4.0_arm64.deb | 5EDED9749F2877074ABEB10480F4DF351C6EB25B2CB971A25284CADBABFF0EE7 |
newrelic-dotnet-agent_10.4.0_arm64.tar.gz | D60ED7376AD3C82F6C0ED0A57386D3CBF98D5FB003343278C74E5B894ABD57E9 |
NewRelicDotNetAgent_10.4.0_x64.msi | 0F7FA6A0EC37362A4575DD4C300F74D2B616AE5817EB9A36E7100C9AE185D970 |
NewRelicDotNetAgent_10.4.0_x64.zip | ECA525FC60AAFA1B7B671C7F380D7AB4C35DA2B123A87E2C34C57C5EB118ECD8 |
NewRelicDotNetAgent_10.4.0_x86.msi | A216AD012037C418BAF09D0C3795D0CDE5B458070504985E2C1E567DCF7E4D03 |
NewRelicDotNetAgent_10.4.0_x86.zip | B8B849A860A7AFBD18931179EEB5C18722D3AD5F2EEF8ABF26BDC811BD791B59 |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
重要
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from upgrading to the latest version, ensure that your agents are regularly updated to a version at most 90 days old. Read more about keeping your agent up to date.
As of this release, the oldest supported version is .NET agent 8.20.262.0.
New features
- Custom event limit increase
- This version increases the default limit of custom events from 10,000 events per minute to 30,000 events per minute. In the scenario that custom events were being limited, this change will allow more custom events to be sent to New Relic. There is also a new configurable maximum limit of 100,000 events per minute. To change the limits, see the docs for max_samples_stored. To learn more about the change and how to determine if custom events are being dropped, see our Explorers Hub post. #1284
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.3.0-1.x86_64.rpm | F115BC82F8CACD4AA5603282C3D21ADEAF32B344E2A0C4CF93108AD70250A4BA |
newrelic-dotnet-agent_10.3.0_amd64.deb | 04521A96DF7A40140BA68761B2E5DE55AA2C561CE495AA284C45E7CFBAE294AF |
newrelic-dotnet-agent_10.3.0_amd64.tar.gz | 164BCF990059A4FA41FD02CA878D9ABAF019EEF3D0FA7D5C0F8694122C0C0B79 |
newrelic-dotnet-agent_10.3.0_arm64.deb | 056F13CB19738BD8E4085F39119E4890B429ADAF1BCE9B2A43E8ACB8C1CD4D9B |
newrelic-dotnet-agent_10.3.0_arm64.tar.gz | 05E46D4BA843ADAADEBEFA9AEC3ECE02A90E36C8CF5A9D3D7D35FC190E80B110 |
NewRelicDotNetAgent_10.3.0_x64.msi | CE393D38481F013D083F1473D518A7BC74663FD988C260570A79B8B087C919B1 |
NewRelicDotNetAgent_10.3.0_x64.zip | 1588BBDFAE862439364D8E446E43A03947429247DA1ED611982CDD6AA598A206 |
NewRelicDotNetAgent_10.3.0_x86.msi | C27161AD0B8FFCDBA1D18697EC7395ECFDB433060996811BB829BA6EF309C4A8 |
NewRelicDotNetAgent_10.3.0_x86.zip | D952DC4CEA0400AFBA02E9EB2ECAD3932790942D7EFA2960E94CB3CE9FAA487C |
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.
New Features
- Add new environment variables to control
SendDataOnExit
functionality:NEW_RELIC_SEND_DATA_ON_EXIT
,NEW_RELIC_SEND_DATA_ON_EXIT_THRESHOLD_MS
. #1250 - Enables integration with CodeStream code-level metrics by default. This allows you to see golden signals in your IDE through New Relic CodeStream without altering agent configuration. Learn more here. For any issues or direct feedback, please reach out to support@codestream.com. #1255
Fixes
- Resolves an issue where the .NET Core agent could crash during application shutdown when SendDataOnExit functionality was triggered. #1254
- Resolves an issue where the .NET agent incorrectly injects the browser agent script inside HTML pages. #1247
- Resolves an issue where some instrumentation was missing for
Microsoft.Data.SqlClient
in .NET Framework. #1248 - Resolves an issue with local log decoration for NLog where the original log message was not included in the output. #1249
- Resolves an issue where the .NET agent failed to serialize custom attributes containing some non-primitive types. #1256
- Includes missing profiler environment variables in debug logs during application startup. #1255
- Resolves an issue where the .NET agent still sends up disabled event types during reconnecting period. #1251
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-dotnet-agent-10.2.0-1.x86_64.rpm | 7A858BD492CBD40285D0C94CCF2C962EB2AF42D80B5736550E06D510B2FE769F |
newrelic-dotnet-agent_10.2.0_amd64.deb | 2B6D05EBC19B051702EA4FBE9ABA80CC5BD431D45D943652B8B1B1EFC3730D61 |
newrelic-dotnet-agent_10.2.0_amd64.tar.gz | DED11457AD8BF1BB15FB7EA2F6F3E786E603201FD7D5370642EE9E19E8DA4510 |
newrelic-dotnet-agent_10.2.0_arm64.deb | 50D7AE765199EE8A4FBE171E3418D6F59C95E4436E1127317E0DD254FFD22C7B |
newrelic-dotnet-agent_10.2.0_arm64.tar.gz | CB7BF9C7739A2DAFB77EDE24D4E0DDC8300665077B36C3FB48DA6EAB41F4FF92 |
NewRelicDotNetAgent_10.2.0_x64.msi | C053944AD9B0F79358A997FB26ED504675E36F606F25C5B27DB07B844127E1EC |
NewRelicDotNetAgent_10.2.0_x64.zip | F61CD3AA34AF50D12145679946E1D3EFCB7EDB438D1F7908C0215F99D645A5F1 |
NewRelicDotNetAgent_10.2.0_x86.msi | 6548DDD56CE1E47E74170A4F741946524B83A51EED99C76DE2DAC1A09E3054A1 |
NewRelicDotNetAgent_10.2.0_x86.zip | 26695340A63007F29F36F6C8D6499B917C15FEC68590750311CF9B6F7E32BD9C |
Support statement
New Relic recommends that you update the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is .NET agent 8.20.262.0.
Updating
- Follow standard procedures to update the .NET agent.
- If you're using a particularly old agent, review the list of major changes and procedures for updating legacy .NET agents.