Skip to content

Commit

Permalink
generate release notes (#6694)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 21, 2024
1 parent 28c1d19 commit 29f6359
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/releaseNotes/releaseNotes.v9.0.0-preview.4.md
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).

0 comments on commit 29f6359

Please sign in to comment.