Skip to content

Commit b294925

Browse files
chore(release): bump version to 1.6.7
2 parents 2302d30 + 8fec578 commit b294925

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<NoWarn>1591</NoWarn>
99

1010
<PackageId>DebugProbe.AspNetCore</PackageId>
11-
<Version>1.6.6</Version>
11+
<Version>1.6.7</Version>
1212

1313
<Authors>Georgi Hristov</Authors>
1414

@@ -19,10 +19,9 @@
1919
<PackageReleaseNotes>
2020
## What's New
2121

22-
- Added configurable RoutePrefix support for customizing DebugProbe endpoints.
23-
- Fixed endpoint mapping to respect production UI configuration.
24-
- Fixed outgoing HTTP body capture stream preservation.
25-
- Fixed outgoing HTTP body capture to avoid reading beyond the configured limit.
22+
- Added Waterfall Timeline View - Phase 1 for visualizing outgoing HTTP requests relative to the parent request duration.
23+
- Added Waterfall Timeline View - Phase 2 with interactive tooltips and a millisecond time axis.
24+
- Improved request diagnostics by making dependency bottlenecks easier to identify at a glance.
2625

2726
Thanks to @DevSars24 for the community contributions.
2827
</PackageReleaseNotes>

0 commit comments

Comments
 (0)