-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
28c1d19
commit 29f6359
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
documentation/releaseNotes/releaseNotes.v9.0.0-preview.4.md
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,11 @@ | ||
Today we are releasing the next official preview version of the `dotnet monitor` tool. This release includes: | ||
|
||
- Fix an issue that could cause monitored processes to fail to resume when in listen mode: [#6569](https://github.com/dotnet/dotnet-monitor/issues/6569) ([#6570](https://github.com/dotnet/dotnet-monitor/pull/6570)) | ||
- ⚠️ Add issuer and expiration validation for API keys ([#6456](https://github.com/dotnet/dotnet-monitor/pull/6456)) | ||
- Add `GcCollect` trace profile for collecting lightweight GC collection events, same as the `gc-collect` profile in the `dotnet-trace` tool. ([#6348](https://github.com/dotnet/dotnet-monitor/pull/6348)) | ||
- ⚠️ 🔬 Parameters can now be sent to an egress provider and are no longer logged inside the target application. ([#6272](https://github.com/dotnet/dotnet-monitor/pull/6272)) | ||
|
||
\*⚠️ **_indicates a breaking change_** \ | ||
\*🔬 **_indicates an experimental feature_** | ||
|
||
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn). |