You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes response size tracking to report the actual number of bytes sent to the client instead of the captured body size. Adds validation for MaxBodyCaptureSizeKb to reject negative values while allowing 0 to disable body capture. Updates Microsoft.AspNetCore.TestHost to 8.0.28 and xunit.runner.visualstudio to 3.1.5.
20
+
## What's New
21
+
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.
26
+
27
+
Thanks to @DevSars24 for the community contributions.
0 commit comments