-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13421 from chynesNR/dotnet-10-11-0-release
.NET Agent 10.11.0 release notes
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
.../docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-11-0.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
subject: .NET agent | ||
releaseDate: '2023-06-07' | ||
version: 10.11.0 | ||
downloadLink: 'https://download.newrelic.com/dot_net_agent/latest_release' | ||
features: ['Add detailed assembly reporting to enable Vulnerability Management support.', 'Add minimal support for Devart Oracle client.', 'Use Serilog instead of log4net for internal logging.'] | ||
bugs: ['Clear transaction context for held transactions and async WCF client instrumentation timing.', 'Stop double injecting headers with HttpClient on .NET Framework'] | ||
security: [] | ||
--- | ||
|
||
We recommend you update the agent regularly, at least every 3 months. Read more about [keeping your agent up to date](/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent). | ||
|
||
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](/docs/apm/agents/net-agent/getting-started/net-agent-eol-policy). | ||
|
||
### New Features | ||
|
||
* Add detailed assembly reporting to enable Vulnerability Management support. ([#1685](https://github.com/newrelic/newrelic-dotnet-agent/issues/1685)) ([f249753](https://github.com/newrelic/newrelic-dotnet-agent/commit/f2497536dadb34caded7aa916b5f404ebf19e52a)) | ||
* Adds minimal support for Devart Oracle client. ([181a628](https://github.com/newrelic/newrelic-dotnet-agent/commit/181a628ff1cb7a0f0b7a347378644782f085f3ab)) | ||
* Use Serilog instead of log4net for internal logging. ([#1661](https://github.com/newrelic/newrelic-dotnet-agent/issues/1661)) ([51080df](https://github.com/newrelic/newrelic-dotnet-agent/commit/51080df3848e36e0b6aa29b6cb9a0e94a1638b6f)) | ||
|
||
### Fixes | ||
|
||
* Clearing transaction context for held transactions and async WCF client instrumentation timing. ([#1608](https://github.com/newrelic/newrelic-dotnet-agent/issues/1608)) ([db9a48e](https://github.com/newrelic/newrelic-dotnet-agent/commit/db9a48e50b66c345fd53ff64b296025d03da77bb)) | ||
* Stop double injecting headers with HttpClient on .NET Framework ([#1679](https://github.com/newrelic/newrelic-dotnet-agent/issues/1679)) ([e8bdc34](https://github.com/newrelic/newrelic-dotnet-agent/commit/e8bdc34072f044e7b056dd2ce773f184aed3bfe5)) | ||
|
||
Once published, you can find the release artifacts for this release [here](https://download.newrelic.com/dot_net_agent/latest_release/) or on [NuGet.org](https://www.nuget.org/). | ||
|
||
### Checksums | ||
| File | SHA - 256 Hash | | ||
| ---| ---| | ||
| newrelic-dotnet-agent-10.11.0-1.x86_64.rpm | 00890284A4CEDE8C74A55B137E439BD9779C7C34928C619BA1F4B49B2943BC53 | | ||
| newrelic-dotnet-agent_10.11.0_amd64.deb | 0E311777C9B9CE3F19CE2BCD86ED73B9141BF61B9C7B9781A2454676B0607063 | | ||
| newrelic-dotnet-agent_10.11.0_amd64.tar.gz | 8A00AAC013EA551B2F34E85DBA2F9D5B097CAF75E236EAC45E26FBCB6D929D43 | | ||
| newrelic-dotnet-agent_10.11.0_arm64.deb | 829737C856438C4B9FB5A7287EE3203A473AEE8511357BE301EB741C2DA8A160 | | ||
| newrelic-dotnet-agent_10.11.0_arm64.tar.gz | 7A1E0088AFB35909FC76F462F97E819479F62F18795BBDE4A0B9C381227B6695 | | ||
| NewRelicDotNetAgent_10.11.0_x64.msi | CA9329B32FFB50DBADEF0657FD20BD309C2240744B444D2D7927F9B78A5292FA | | ||
| NewRelicDotNetAgent_10.11.0_x64.zip | 6561B1283B2C01AC740D3FD9D52B1FCA01A6449EF103B07BE630F23CDECEFCE3 | | ||
| NewRelicDotNetAgent_10.11.0_x86.msi | 1B38DEF4444FE27F10017293691C743BBED74ABB5255D755F6DEE72E0F8BA8C6 | | ||
| NewRelicDotNetAgent_10.11.0_x86.zip | 2072DFA2A737A0B57E9ED08954D8059DBF56C36D02194DC7F91CE688CA19CC8D | | ||
|
||
|
||
### Updating | ||
|
||
* 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/agents/net-agent/troubleshooting/upgrade-legacy-net-agents). |