Skip to content

Commit 346bace

Browse files
Add 10.0.0-rc.1 release notes (#8584)
* generate release notes * Update release notes for v10.0.0-rc.1 Updated release notes for version 10.0.0-rc.1, detailing bug fixes, new features, and breaking changes. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Wiktor Kopec <wiktork@microsoft.com>
1 parent 2f1dd6d commit 346bace

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Today we are releasing the official 10.0.0 Release Candidate of the `dotnet monitor` tool. This release includes:
2+
3+
- Added support for resetting in process features when dotnet-monitor is restarted. ([#8154](https://github.com/dotnet/dotnet-monitor/pull/8154))
4+
- Add `ManagedEntryPointAssemblyName` to process info and collection rule filters ([#7984](https://github.com/dotnet/dotnet-monitor/pull/7984))
5+
- Add `Capabilities` to `/info` route. ([#7977](https://github.com/dotnet/dotnet-monitor/pull/7977))
6+
- 🔬 Added `ModuleVersionId` and `MethodToken` Fields to Parameter Capture Output ([#7974](https://github.com/dotnet/dotnet-monitor/pull/7974))
7+
- Fix an issue where `/stacks` route can fail to collect call stacks after `/parameters` route is used ([#7914](https://github.com/dotnet/dotnet-monitor/pull/7914))
8+
- Fixed an issue with custom tags not showing up for `Histogram` and `UpDownCounter` meters ([#7697](https://github.com/dotnet/dotnet-monitor/pull/7697))
9+
- Hide frames with [`StackTraceHiddenAttribute`](https://learn.microsoft.com/dotnet/api/system.diagnostics.stacktracehiddenattribute) from `/exceptions` and `/stacks`. When retrieving json data these frames are still included but are identified by a new `hidden` field. ([#7532](https://github.com/dotnet/dotnet-monitor/pull/7532))
10+
- Use the `DOTNET` prefix when detecting environment variables and prefer it over the `COMPlus` prefix. ([#7434](https://github.com/dotnet/dotnet-monitor/pull/7434))
11+
12+
\*🔬 **_indicates an experimental feature_**
13+
14+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).

0 commit comments

Comments
 (0)