diff --git a/src/content/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-32-0.mdx b/src/content/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-32-0.mdx new file mode 100644 index 00000000000..7dd78ed9f4d --- /dev/null +++ b/src/content/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-32-0.mdx @@ -0,0 +1,46 @@ +--- +subject: .NET agent +releaseDate: '2024-10-16' +version: 10.32.0 +downloadLink: 'https://download.newrelic.com/dot_net_agent/latest_release' +features: ['Implement consistent naming scheme for all environment variables.','Update CosmosDB instrumentation to support latest version.'] +bugs: ['Handle null or empty SQS messages and/or message attributes.','Update Profiler to check whether Azure function mode support is enabled.'] +security: [] +--- + +### Notice + +* Environment variables that start with or contain `NEWRELIC_` are deprecated and may be removed in a future major release. Users are encouraged to update their installation to use `NEW_RELIC_` names as soon as possible. ([b00edda](https://github.com/newrelic/newrelic-dotnet-agent/commit/b00edda2e617ff3176cff8b2243171cbe51e391f)) + +### New features + +* Implement consistent naming scheme for all environment variables. All environment variables starting with (or containing) `NEWRELIC_` are now named `NEW_RELIC_`. Support for previous environment variables is retained, so this is not a breaking change. ([#718](https://github.com/newrelic/newrelic-dotnet-agent/issues/718)) ([#2812](https://github.com/newrelic/newrelic-dotnet-agent/issues/2812)) ([b00edda](https://github.com/newrelic/newrelic-dotnet-agent/commit/b00edda2e617ff3176cff8b2243171cbe51e391f)) +* Update CosmosDB instrumentation to support latest version ([#2832](https://github.com/newrelic/newrelic-dotnet-agent/issues/2832)) ([27a78cb](https://github.com/newrelic/newrelic-dotnet-agent/commit/27a78cb141fed90f2a3585d910bd8a5f74f94238)) + +### Fixes + +* Handle null or empty SQS messages and/or message attributes ([#2833](https://github.com/newrelic/newrelic-dotnet-agent/issues/2833)) ([758b770](https://github.com/newrelic/newrelic-dotnet-agent/commit/758b770bb0ecf7c1a39e12b43c3279f26fdc0ed1)) +* Update Profiler to check whether Azure function mode support is enabled ([#2822](https://github.com/newrelic/newrelic-dotnet-agent/issues/2822)) ([9669641](https://github.com/newrelic/newrelic-dotnet-agent/commit/966964114018066d0e72f2b3fc12ff7974b66804)) + +### Checksums +| File | SHA - 256 Hash | +| ---| ---| +| newrelic-dotnet-agent-10.32.0-1.x86_64.rpm | 2FFDA6284FAAFD1D803AEA0D101E68CE2BC3DE216843BB447B8942A085B72610 | +| newrelic-dotnet-agent_10.32.0_amd64.deb | 425FF9AE08D2FF21B0CC261BB817B0E99376804B854AEB243D82A62242B4D440 | +| newrelic-dotnet-agent_10.32.0_amd64.tar.gz | 73AF5E32B8CC62EE4715A58389482C88049F8A0CB2BB7A3653136BC75E332A52 | +| newrelic-dotnet-agent_10.32.0_arm64.deb | FC30F4F24F6FBF74C3BF583461A1DE2122E4BB869F6E246BBAC4CB722FE05FB3 | +| newrelic-dotnet-agent_10.32.0_arm64.tar.gz | CD096D73FABF2FF83FFAB86ED64DA49C81EEB73DFB5FBCBDDFBF040C37D71EE3 | +| NewRelicDotNetAgent_10.32.0_x64.msi | 451BE41904B4A6DDAE0278ECA9DAF774A5C6D07BAF3CEFC8C6F676C0C48B07D4 | +| NewRelicDotNetAgent_10.32.0_x64.zip | 7A4F5C455B2CAF56F814F17D08469D4B7ED319F87345B7F5CB785DBF96D6A07A | +| NewRelicDotNetAgent_10.32.0_x86.msi | DE111B96233805F1E113D3321583F8CBE6CD90549869F2A1070C5F77982E0D36 | +| NewRelicDotNetAgent_10.32.0_x86.zip | 158811ECD68577B70A94C8119F8FFDEDC1BE450D2D4F11BF084F0CF9D0ABD20E | + + +### Updating your agent + +* Follow standard procedures to [update the .NET agent](/docs/agents/net-agent/installation-configuration/update-net-agent). +* If you're using a particularly old agent, review the list of major changes and procedures for [updating legacy .NET agents](/docs/apm/agents/net-agent/installation/update-net-agent/#updating_older_net). + +We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about [keeping your agent up to date](/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent). +See the New Relic .NET agent [EOL policy doc](/docs/apm/agents/net-agent/getting-started/net-agent-eol-policy) for information about agent releases and support dates. +