Skip to content

Commit 09f1260

Browse files
Merge pull request #19331 from newrelic/dotnet-release-10-34-0
.NET Agent Release Notes for v10.34.0
2 parents efca38e + aa3958d commit 09f1260

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
subject: .NET agent
3+
releaseDate: '2024-11-19'
4+
version: 10.34.0
5+
downloadLink: 'https://download.newrelic.com/dot_net_agent/latest_release'
6+
features: ['Add Distributed Tracing support for Azure Functions HTTPTrigger.','The .NET agent now allows you to opt-in to adding your custom tags (labels) to agent-forwarded logs.']
7+
bugs: ['Don''t instrument certain processes in Azure Linux App Service deployments.','Fix a bug in `run.sh`.']
8+
security: []
9+
---
10+
11+
### Notice
12+
13+
* The .NET agent now allows you to opt-in to adding your custom tags (labels) to agent-forwarded logs. With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the [documentation](https://docs.newrelic.com/docs/logs/logs-context/Custom-tags-agent-forwarder-logs).(https://github.com/newrelic/newrelic-dotnet-agent/pull/2831) ([d1e29ea](https://github.com/newrelic/newrelic-dotnet-agent/commit/d1e29eaa5103fede483c7248fed5ace0620c6ccd))
14+
15+
### New features
16+
17+
* Add Distributed Tracing support for Azure Functions HTTPTrigger. ([#2868](https://github.com/newrelic/newrelic-dotnet-agent/issues/2868)) ([0278836](https://github.com/newrelic/newrelic-dotnet-agent/commit/0278836fc9b538f9eceabd47af7b5da46ed13274))
18+
* The .NET agent now allows you to opt-in to adding your custom tags (labels) to agent-forwarded logs. With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the [documentation](https://docs.newrelic.com/docs/logs/logs-context/Custom-tags-agent-forwarder-logs).(https://github.com/newrelic/newrelic-dotnet-agent/pull/2831) ([d1e29ea](https://github.com/newrelic/newrelic-dotnet-agent/commit/d1e29eaa5103fede483c7248fed5ace0620c6ccd))
19+
20+
### Fixes
21+
22+
* Don't instrument certain processes in Azure Linux App Service deployments. Resolves [#2871](https://github.com/newrelic/newrelic-dotnet-agent/issues/2871). ([7ed945b](https://github.com/newrelic/newrelic-dotnet-agent/commit/7ed945b659be8a670d27c5a266738ffd5a712a41))
23+
* Fix a bug in `run.sh`. Resolves [#2887](https://github.com/newrelic/newrelic-dotnet-agent/issues/2887) ([#2888](https://github.com/newrelic/newrelic-dotnet-agent/issues/2888)) ([df17cfd](https://github.com/newrelic/newrelic-dotnet-agent/commit/df17cfdf6d777ed623c437c2f9dd5dfab3651260))
24+
25+
### Checksums
26+
| File | SHA - 256 Hash |
27+
| ---| ---|
28+
| newrelic-dotnet-agent-10.34.0-1.x86_64.rpm | 6D79C44A4C2E96286CF3F1C12E07838DC65CE9A474CC86407F6B4DF6D346656C |
29+
| newrelic-dotnet-agent_10.34.0_amd64.deb | 444BF2BA93B0E95FCE916CE7BFCA26A9A221830B368D86F1B738B47B50F38D1F |
30+
| newrelic-dotnet-agent_10.34.0_amd64.tar.gz | 338120A20039D49F27CB48D1CB940540660F0F9FB4BBEC98CAF097810ED8C88B |
31+
| newrelic-dotnet-agent_10.34.0_arm64.deb | 371269E295ECB425FAE120DF2E7AB0A1AFA2520A451B8A83BE16BCBE0ABD3957 |
32+
| newrelic-dotnet-agent_10.34.0_arm64.tar.gz | A008918C7A97D988023DBE43E46C4A118EDB2073E25DF9D95B3794F71E7674B5 |
33+
| NewRelicDotNetAgent_10.34.0_x64.msi | 8B889669F8CB6DBD437D626B3C4252B5C95C223FACEB3CFB02544C62FCAFDE5B |
34+
| NewRelicDotNetAgent_10.34.0_x64.zip | 629A6FD8A3F856AE40F6F77C60DF17321E92003B44F88960CA1A32734B269455 |
35+
| NewRelicDotNetAgent_10.34.0_x86.msi | E1BE19B96B41C3640067FDD20DCCF5DDB43ED38DA0786C34A2B8D0DE8F4459A6 |
36+
| NewRelicDotNetAgent_10.34.0_x86.zip | 5292B803BCB1D01F0F50F74383D2D37EB9F5874CDD5FD7C3822B8F695789F7AE |
37+
38+
39+
### Updating your agent
40+
41+
* Follow standard procedures to [update the .NET agent](/docs/agents/net-agent/installation-configuration/update-net-agent).
42+
* 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).
43+
44+
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).
45+
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.
46+

0 commit comments

Comments
 (0)