New Features
- Adds Agent support for capturing HTTP Request Headers.
- Support included for ASP.NET 4.x, ASP.NET Core, Owin, and WCF instrumentation. (#558, #559, #560, #561)
- To enable this feature, the new
allowAllHeaders
configuration setting must be set totrue
. For more information about this new configuration, visit the agent configuration page.
Fixes
- Fixes issue #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)
- Fixes issue #584: When the agent is configured to log to the console, the configured logging level from
newrelic.config
will be respected. (#587)
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-agent-win-8.40.0.0-scriptable-installer.zip | 1C752F5BAF8B1A13F0276BDE70522E08B92D34215A556C45AC8AF4AABBE0B87A |
newrelic-agent-win-x64-8.40.0.0.msi | 68A5C3C9CA6B8F35DD3F4FA4B97B7560CFADAE3D25790C33245CA69AF92F0BD0 |
newrelic-agent-win-x64-8.40.0.0.zip | 93F1FE590F8D74483110250BBD94B7967BFADDB4C79241E9725B4FDEE8A85F6B |
newrelic-agent-win-x86-8.40.0.0.msi | 50E1C40F68CA7058D4491D994D3BCC31FF5EFB32C2EBB2F4E3EE9B391900CEEF |
newrelic-agent-win-x86-8.40.0.0.zip | 543C1473C7FE73B470B99A749A0E48B887116B82AAE784C0A195B5A88175AB1D |
newrelic-netcore20-agent-8.40.0.0-1.x86_64.rpm | FCE857338C2ED7E740AEA6A57B506567AF8255C804CFDCD78BF4F6392B228893 |
newrelic-netcore20-agent-win-8.40.0.0-scriptable-installer.zip | 3E12577B34CF8DE4E118D191B2C0EAA948AFC9AF15CEA4983A9C4AE5DBC74DA7 |
newrelic-netcore20-agent-win-x64-8.40.0.0.zip | 34038A364C6B213F5CFD13D7785F925F244460DE995F02309CEA370F1A5E3BC4 |
newrelic-netcore20-agent-win-x86-8.40.0.0.zip | B52A6AAB8F24F2ECEAAD0589AE7A2B1CD71E28790627908B3DF9DE671C0D5E70 |
newrelic-netcore20-agent_8.40.0.0_amd64.deb | 59188974CFECB5C7F8CB291D4669C48B7AA3FB936C3AF456EB1387D3CE99A4FA |
newrelic-netcore20-agent_8.40.0.0_amd64.tar.gz | CF99691E1E6DF2B0ABDFB6C8740FBDC5FBA557BC248447E33D87214D167D217B |
Support statement
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is .NET Agent 8.13.798.0.
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
Fixes
- Fixes issue #500: For transactions without errors, the agent should still create the
error
intrinsics attribute with its value set tofalse
. (#501) - Fixes issue #522: When the
maxStackTraceLines
config value is set to 0, the agent should not send any stack trace data in theerror_data
payload. (#523)
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-agent-win-8.39.2.0-scriptable-installer.zip | 3A40D307EFC6B7E311EAC01E143AC04CAAD122E3B37A2FF9A34FF5FE7E104176 |
newrelic-agent-win-x64-8.39.2.0.msi | 061AD90F758C85B85F734A20F73C0A17388C3B5529428A132B545759DE214D25 |
newrelic-agent-win-x64-8.39.2.0.zip | 18F8EB0A5F0068F3FD972C406562173061FB4939C6F6CC46887804BF1CDF6331 |
newrelic-agent-win-x86-8.39.2.0.msi | 0438DFBBB2882B0CFA9DF77B11F2065C98C03903D460786A439CCC5CFD087660 |
newrelic-agent-win-x86-8.39.2.0.zip | C20B69EAFBAC4FFDD4D2C3CFCB4C48490E4E2A933D477E470705698763FCADEF |
newrelic-netcore20-agent-8.39.2.0-1.x86_64.rpm | E5E3A558978595A1CAE7FF0561F058C6EDA4C2DE50AEDFBF60AF2643EC251B82 |
newrelic-netcore20-agent-win-8.39.2.0-scriptable-installer.zip | 19BE94827F4F03C3E5FF8E31F47E1E0EE754F1C43E51AFD22536BB3D848934F0 |
newrelic-netcore20-agent-win-x64-8.39.2.0.zip | D733D30C71A31AB779B809C52BB86289752E7A264B57D1BC1975DAFA95311803 |
newrelic-netcore20-agent-win-x86-8.39.2.0.zip | 6539290914C3F345C7472C46C3AF0D39741D0616D3E200E51C335C05EF6FE538 |
newrelic-netcore20-agent_8.39.2.0_amd64.deb | 4631FBB64A88F04653AC1BEAEDE32BA22666F6CA3866FA1291292B2C6342C1AE |
newrelic-netcore20-agent_8.39.2.0_amd64.tar.gz | 1AD2B907420484064FB49D4F540423287B43A3B90E97C9DD0FFE51FDB142D233 |
Support statement
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is .NET Agent 8.14.222.0.
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
Fixes
- Fixes issue #22: Agent causes exception when distributed tracing is enabled in ASP.NET Core applications that use the RequestLocalization middleware in a Linux environment. (#493)
- Fixes issue #267: On Linux, the profiler fails to parse config files that start with a UTF-8 byte-order-mark (BOM). (#492)
- Fixes issue #464: Distributed tracing over RabbitMQ does not work with
RabbitMQ.Client
versions 6.x+ (#466) - Fixes issue #169: Profiler should be able to match method parameters from XML that contain a space. (#461)
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-agent-win-8.39.1.0-scriptable-installer.zip | 0F027A061D2C1B26D3883EEB8C02BA35D202EA3FA4DDE302CC4D3B4357669183 |
newrelic-agent-win-x64-8.39.1.0.msi | 9C1015503869C46CE98086AE4065C356E1457FB4F37FE89A8A17B2B2D2543949 |
newrelic-agent-win-x64-8.39.1.0.zip | 483A43F2520431F88EC9A3DA7DB4B355B59CE662B45943E5E88B00814641ED2E |
newrelic-agent-win-x86-8.39.1.0.msi | 76E65F8FB8F9F104CA70B869D3D483824DAE6098AB44D8408B863838000DB538 |
newrelic-agent-win-x86-8.39.1.0.zip | 7B3A2E853484EACECE81C2CB0E47CBA3F6CDE0E77D4A706DC89DAE4112456E93 |
newrelic-netcore20-agent-8.39.1.0-1.x86_64.rpm | 82CDA137B03578A944E2D6FB2372380EF3E89615EAB7752A68ABB5D6529CB19C |
newrelic-netcore20-agent-win-8.39.1.0-scriptable-installer.zip | E1DED942CAC48E2AA50A979410CB386696B4A0B1A0FCB1001E35D6EA4F444F05 |
newrelic-netcore20-agent-win-x64-8.39.1.0.zip | FC5C031BCBC2AE4167F15DDF34467F510CEB990CAF1841E3FA13A1082FE67769 |
newrelic-netcore20-agent-win-x86-8.39.1.0.zip | 73079032BFFADCAD0F7678516E5AF03F75DDB37E5E9F08AD51CC306EECD28F42 |
newrelic-netcore20-agent_8.39.1.0_amd64.deb | B18497FE20DC9ED1BC8F81715FD3BD3AEFB70459B5654BF23A5FA359A131A8D7 |
newrelic-netcore20-agent_8.39.1.0_amd64.tar.gz | 78154716CAD11D0D4D380C59746E24B2D0F3A120E885E382A9C0CBCDD4533A3D |
Support statement
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is .NET Agent 8.14.222.0.
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
New Features
- Add GetBrowserTimingHeader(string nonce) overload.
- This allows sites with a Content-Security-Policy that disables 'unsafe-inline' to emit the inline script with a nonce.
Fixes
- Fixes Issue #394: agent fails to enable infinite tracing in net5.0 docker images.
Checksums
File | SHA - 256 Hash |
---|---|
newrelic-agent-win-8.39.0.0-scriptable-installer.zip | 80B8139E8E6D98CF5853480FEC43AAA488C128F80ACBF8C3EBC6A7A88642E423 |
newrelic-agent-win-x64-8.39.0.0.msi | C6E4EF3E1071FD7EFBAA987CB16027AD348FCE6B4318BC8E95285F9A8FA304F0 |
newrelic-agent-win-x64-8.39.0.0.zip | B12D7C2A08D7456F063283BE4FC696038404EE31AAF1012B8174568352B5CFE3 |
newrelic-agent-win-x86-8.39.0.0.msi | 2465B0B2C3A7A1CA39CED12FA09D8CFE6283C90763FC2DF872B93BFB8C65E050 |
newrelic-agent-win-x86-8.39.0.0.zip | AE27ADCA535353AF6DDD0E00BF826C4B8859A1DA69AD66512043AB6518929C28 |
newrelic-netcore20-agent-8.39.0.0-1.x86_64.rpm | DA037A3E80E60B420F4D9093B34DE7B5F08C10C5711890B1462B73ABE39CE9B8 |
newrelic-netcore20-agent-win-8.39.0.0-scriptable-installer.zip | DCDF1644F5FEF68CE0D809F32A2170C1D52948DE8F7AC631BA10AD59A775EB83 |
newrelic-netcore20-agent-win-x64-8.39.0.0.zip | CAC8011D7F2887437D080D491CF5462BBE8F1786208A81CE9CDF09E551B7A5B8 |
newrelic-netcore20-agent-win-x86-8.39.0.0.zip | 508A88E804692565301BBBD01BB12E502D1DDEF110655C4CA0FCE077C6F75074 |
newrelic-netcore20-agent_8.39.0.0_amd64.deb | 12044EAB563822EB47B06F157F22DE9E593CD167201DF70A1159903C457BC019 |
newrelic-netcore20-agent_8.39.0.0_amd64.tar.gz | 1FDEBB0262981C7088E8A46AEE467A254ED175F4FB6620611D9DA78B2E1E7AF8 |
Support statement
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is .NET Agent 8.13.798.0.
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
Notes
The 6.x agent supports legacy frameworks (.NET version 4.5 and lower). If you are on .NET version 4.5 or higher, or if you are on .NET Core, use the 8.x or higher agent versions.
Download URLs
Download the appropriate release for your New Relic .NET agent:
New Features
- CI/Deployment moved to GitHub Actions
This release is functionally identical to version 6.26.0. We have migrated our CI and deployment process for the 6.x agent to GitHub Actions, and this release validates that this process is working correctly. There is no need to upgrade from 6.26.0 to 6.27.0.
Support statement
New Relic recommends staying current with the latest 6.x version. The .NET Agent 6.x updates include only security-related fixes. Active development of features and other bug fixes is no longer supported.
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
New Features
- Improvements to New Relic Edge (Infinite Tracing)
- The agent will now handle having its infinite tracing traffic moved from one backend host to another without losing data or requiring an agent restart.
- Improved logging of infinite tracing connections.
Checksums
File | SHA-256 Hash |
---|---|
newrelic-agent-win-8.38.0.0-scriptable-installer.zip | 978339DA2D43E2412BD832F5EB8F69DFF2FE226E70D1106F76AB41DE3B5B7C60 |
newrelic-agent-win-x64-8.38.0.0.msi | 7D4BF6A5D4BAB5D58051810FD7701449A57F72CE9331477900BB82FFDB97FECD |
newrelic-agent-win-x64-8.38.0.0.zip | E3E6854495D306537F557D7B62E238E6143754FF36C0B564CA436E8294C210A6 |
newrelic-agent-win-x86-8.38.0.0.msi | 87A77E5ACDB21B6ACA8E5A924DF01FC1FD49A6F8773565BB96983AA98F123DF3 |
newrelic-agent-win-x86-8.38.0.0.zip | BEC5713B7E71DE09384CEE7C48C44C8570FB008E2F4707EAE7E6CC1610322A87 |
newrelic-netcore20-agent-8.38.0.0-1.x86_64.rpm | 93A05ACED53F2F3C140B1C5212A699CD41DEAC65BB3D01BC5B47685A814A18EF |
newrelic-netcore20-agent-win-8.38.0.0-scriptable-installer.zip | 6614C3A1474114851FBC81484693C3252EA575EA4839F511CE82D92CE8126043 |
newrelic-netcore20-agent-win-x64-8.38.0.0.zip | 5206FB7E63746F821C3ED1600943B600C15B6DCDAD68ECFB9A3AF337E2E51AE7 |
newrelic-netcore20-agent-win-x86-8.38.0.0.zip | 186EF11710CB01A366B02CCB5BE1809AAEDB5FD1B990FFD84A1E1083E422613A |
newrelic-netcore20-agent_8.38.0.0_amd64.deb | F817E4BD28EEDE0F3DD887E717582E50D7B879B4DE7919037E62DBF966DD6284 |
newrelic-netcore20-agent_8.38.0.0_amd64.tar.gz | 4A329C7E8DF1D144BD8812314B065D294EA02ADC1E2B2326528B121D59D00E21 |
Support statement
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is .NET Agent 8.13.798.0.
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
New Features
- Updated support for RabbitMQ
- Adds support for .NET Core applications using RabbitMQ.Client.
- Adds support for RabbitMQ.Client version 6.2.1.
- Not supported: Distributed Tracing is not supported with the RabbitMQ AMQP 1.0 plugin.
- Adds configuration Environment Variables
- Adds MAX_TRANSACTION_SAMPLES_STORE - the maximum number of samples stored for Transaction Events.
- Adds MAX_EVENT_SAMPLES_STORED - the maximum number of samples stored for Custom Events.
- Adds NEW_RELIC_LOG - the unqualifed name for the Agent's log file.
Checksums
File | SHA-256 Hash |
---|---|
newrelic-agent-win-8.37.0.0-scriptable-installer.zip | 27FA806F7DC9EF4067F58CE721AE3D4F2DA9203413B383717293C1028E1BE6D0 |
newrelic-agent-win-x64-8.37.0.0.msi | 0AEC1EF00E2D607310A1A9266B237F7D892EE738624C6E1C6BB0E18B3AE54657 |
newrelic-agent-win-x64-8.37.0.0.zip | 0F86B501344B444EE3E79548C58A4DD03ACB7A93605BC2B6EE6C61C9A581E4B6 |
newrelic-agent-win-x86-8.37.0.0.msi | 8AE3F89D122FB92838763205E07EA2A672A583599D892721439985126DACDE0B |
newrelic-agent-win-x86-8.37.0.0.zip | 618B4220FFDA15B39D1B666EE06E91D86875D3572A5C8541C71F7975AAE931C2 |
newrelic-netcore20-agent-8.37.0.0-1.x86_64.rpm | 3DA7EAA99CB44A57486D3058F5CAD6DC17D9CBD0BEC31C839C0A4EDC12D5408E |
newrelic-netcore20-agent-win-8.37.0.0-scriptable-installer.zip | 26ED55C8E848F762CEF743C059E704C7147052A9E6DB173CBD7427A1654A45C5 |
newrelic-netcore20-agent-win-x64-8.37.0.0.zip | E5D80B8B0A90017A0A0B5C9556120BB728450BE11793F9209B6BEF082B1C1F2D |
newrelic-netcore20-agent-win-x86-8.37.0.0.zip | DABD3E9712EBD8D3AAF8ACF6A723AE7ED65B8ECFA74B25DB0FA31799227130FE |
newrelic-netcore20-agent_8.37.0.0_amd64.deb | 41C4725E82D0E317EC3B0F43870D219EDECF33A7DD94CF7F5C1EA5769C5E09F4 |
newrelic-netcore20-agent_8.37.0.0_amd64.tar.gz | 0ED5C95EB19996BF329E14D8547C3447C8CE8692DBD2C119B2C518BAF24382D3 |
Support statement
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is .NET Agent 8.12.216.0.
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
Download URLs
Download the appropriate release for your New Relic .NET agent:
https://download.newrelic.com/dot_net_agent/latest_release
Fixes
- Fixes Issue #224 where leading "SET" commands will be ignored when parsing compound SQL statements. (#370)
- Fixes Issue #226 where the profiler ignores drive letter in
HOME_EXPANDED
when detecting running in Azure Web Apps. (#373) - Fixes Issue #93: when the parent methods are blocked by their asynchronous child methods, the agent deducts the child methods' duration from the parent methods' exclusive duration.(#374)
- Fixes Issue #9 where the agent failed to read settings from
appsettings.{environment}.json
files. (#372) - Fixes Issue #116 where the agent failed to read settings from
appsettings.json
in certain hosting scenarios. (#375) - Fixes Issue #234 by reducing the likelihood of a Fatal CLR Error. (#376)
- Fixes Issue #377 when using the
AddCustomAttribute
API withMicrosoft.Extensions.Primitives.StringValues
type causes unsupported type exception. (378)
Checksums
File | SHA-256 Hash |
---|---|
newrelic-agent-win-8.36.0.0-scriptable-installer.zip | 840CEC0E80922D747974E514729CA88CC6FF8070B510A8DFC2A70C9CFAD4EF9D |
newrelic-agent-win-x64-8.36.0.0.msi | 047214F5937754DB77EDBBA6E7460C4ADCE11A6AF54C812CD596EDFC7084F754 |
newrelic-agent-win-x64-8.36.0.0.zip | 35182DEC9D68C402AF8489515E0EDD41CEC7B5CB639E0B3296059D2C6090F3D2 |
newrelic-agent-win-x86-8.36.0.0.ms | 7B43749D0EE4E8A887EC4C71BA079C00EB3FD33CF9CB5B9F20F7BEE6AF1887DC |
newrelic-agent-win-x86-8.36.0.0.zip | C3E03647EA1C4519ADD90A76999B35D582E1A241265FF5CD4DEDCD349D8EC6A6 |
newrelic-netcore20-agent_8.36.0.0_amd64.deb | 6E74F4D1937F7C99679438D3DD918FBCCD9B733EF4A5CE0D7DF7CB21F5B2812A |
newrelic-netcore20-agent_8.36.0.0_amd64.tar.gz | FD915C68D7B5A4A8ACAFA06E689E7A5B3210AAA42D0200C6D7C685DB36D2771D |
newrelic-netcore20-agent-8.36.0.0-1.x86_64.rpm | 158BBE145ACC1662FC88547A37D6EFB725EC997985A40903A604E0B8CC0B94D2 |
newrelic-netcore20-agent-win-8.36.0.0-scriptable-installer.zip | 6CC926F38996FF0DC502141C2DC59078B5811885E14D1435C23811AA88DFE462 |
newrelic-netcore20-agent-win-x64-8.36.0.0.zip | 83CA1F3F010F8727572ABEE5560454FEF5414068F572E87031C8064FAC0153A8 |
newrelic-netcore20-agent-win-x86-8.36.0.0.zip | 94B4100F4CF2B7862436BD12D627CF30EA03B14AB117A6EBF1CA5E0A8AEBC9D7 |
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
New Features
- .NET 5 GA Support
We have validated that this version of the agent is compatible with .NET 5 GA. See the compatibility and requirements for .NET Core page for more details.
Fixes
- Fixes Issue #337 by removing obsolete code which was causing memory growth associated with a large number of transaction names.
- PR #348: guards against potential exceptions being thrown from the agent API when the agent is not attached.
Checksums
File | SHA-256 Hash |
---|---|
newrelic-agent-win-8.35.0.0-scriptable-installer.zip | F77B7BE0AA8C1892F085EA2B30B01E7A192FFAD296F35298267910DA14ABB529 |
newrelic-agent-win-x64-8.35.0.0.msi | EAA8B9D6C17B31B81003107C07E5B2B3872667F10603F119A782220C43D27713 |
newrelic-agent-win-x64-8.35.0.0.zip | 94DC8BD9F9C5D8BFE849C4E2A284AAF7D22A46F85CFA50936573C22AEF90A507 |
newrelic-agent-win-x86-8.35.0.0.ms | CEA4474FB19E8EEDB7C955C36B8EC884232989C4B1A92F0ABF9804F1BC08396C |
newrelic-agent-win-x86-8.35.0.0.zip | 61192FF4A219B63ECE2F9526EA599626D942B749F935CA405871BDC7AF252810 |
newrelic-netcore20-agent_8.35.0.0_amd64.deb | 9638E1F68E7A05A4D11314D0DEF40445EC4E8E9A4B322342DD7935CC56AAE4F3 |
newrelic-netcore20-agent_8.35.0.0_amd64.tar.gz | 305B2CA7C35BDD86BDAAB3CA9708A02DA3E87A9D9A49216E56DFC316E07F6C4A |
newrelic-netcore20-agent-8.35.0.0-1.x86_64.rpm | 0CE69F23914820740FEDEA61D72E674F80E1C4CDB8A7386082DD47EB11F129D8 |
newrelic-netcore20-agent-win-8.35.0.0-scriptable-installer.zip | 4A0FD8FC0DD2D0EC06CA92D6CE7342FCE12D103F7595110625488F77678C187F |
newrelic-netcore20-agent-win-x64-8.35.0.0.zip | A7D05A3EB5DB12A10DDFF65B9E95272B8BBB88B78B6075CB7BC517D5F96715E2 |
newrelic-netcore20-agent-win-x86-8.35.0.0.zip | 2D6000577D591F637E0F5C8B63E2CCCF44B5920854CC5E06D93EA0E13046801B |
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.
New Features
- .NET 5 RC2 Support
We have validated that this version of the agent is compatible with .NET 5 Release Candidate 2.
Fixes
- Fixes #301 where the agent incorrectly parses server-side configuration causing agent to shutdown.#310
- Modifies WCF Instrumentation to address #314 by minimizing the reliance upon handled exceptions during the attempt to capture CAT and DT payloads.
Checksums
File | SHA-256 Hash |
---|---|
newrelic-agent-win-8.34.0.0-scriptable-installer.zip | 463A0DA90BF60E59691005DBC3698A52DA11C819F4F476012C2E871133CA59A4 |
newrelic-agent-win-x64-8.34.0.0.msi | 3642580229F7EFF9AA37880DA46C4B2BCAA54D1C169D1C7EC8A20327E6241BAF |
newrelic-agent-win-x64-8.34.0.0.zip | B6BAA1843376E9C47EE64BDCC19CAE7CDA089BFEEECB3C867C6498404F24C3BE |
newrelic-agent-win-x86-8.34.0.0.msi | 80D9370362B43863EAF6C87871DC8D0EF5CC5FEA47A1DA1BEFA8D5C5B5EE81AC |
newrelic-agent-win-x86-8.34.0.0.zip | 662F3F7FBF7416E64C68F4E530FAB3804419E09C2CACADD7A8FF5031FA49CD38 |
newrelic-netcore20-agent-8.34.0.0-1.x86_64.rpm | 60ED7D61DE282881E49E2C6598505C88418F7CD3F5EFB3E5BE76DD260C410388 |
newrelic-netcore20-agent-win-8.34.0.0-scriptable-installer.zip | 381D723C36620D2BF9D36521EFC8E12EA961A31D741704080571BEB1C6A443AF |
newrelic-netcore20-agent-win-x64-8.34.0.0.zip | C6C9C62469D09413456436E865E0DCB84A06051A51EC82B97D8E81CB7012FBA9 |
newrelic-netcore20-agent-win-x86-8.34.0.0.zip | EFF2C7F340A4B767B9ED4DD7225005AE2D219BDAC8815B1224A53518FD394027 |
newrelic-netcore20-agent_8.34.0.0_amd64.deb | 12E3ED96888B236CA7845382441C45698A0AB5DF99BBF3DF05B379E0D68728A3 |
newrelic-netcore20-agent_8.34.0.0_amd64.tar.gz | 2987B39AC2CDFE19CC1E8EB4D9A2DB4A91817A37ED442CC51AF441128D90D216 |
Upgrading
- Follow standard procedures to update the .NET agent.
- If you are upgrading from a particularly old agent, review the list of major changes and procedures to upgrade legacy .NET agents.