Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<NoWarn>1591</NoWarn>

<PackageId>DebugProbe.AspNetCore</PackageId>
<Version>1.6.9</Version>
<Version>1.6.10</Version>

<Authors>Georgi Hristov</Authors>

Expand All @@ -19,11 +19,10 @@
<PackageReleaseNotes>
## What's New

- Added configurable slow request and dependency badges to highlight performance bottlenecks.
- Added Markdown export for captured traces to simplify sharing in GitHub issues, pull requests, and documentation.
- Improved diagnostics and collaboration with quick, reusable trace summaries.

Thanks to @DevSars24 for the community contributions.
- Added URL-persistent dashboard filters that survive page refreshes and direct links.
- Added request rate sparkline, error trend indicators, and keyboard shortcuts to the dashboard.
- Fixed dashboard error trend calculations and added regression tests.
- Fixed endpoint routing validation by detecting missing controller mapping.
</PackageReleaseNotes>

<PackageIcon>icon.png</PackageIcon>
Expand Down
Loading