From 6794db8569d9e775af0dcb36bf38f4ca37f6e6a1 Mon Sep 17 00:00:00 2001 From: Georgi Hristov Date: Mon, 29 Jun 2026 12:27:41 +0300 Subject: [PATCH] chore(release): prepare v1.6.6 --- DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj b/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj index 0e0ab27..22f74ae 100644 --- a/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj +++ b/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj @@ -8,7 +8,7 @@ 1591 DebugProbe.AspNetCore - 1.6.5 + 1.6.6 Georgi Hristov @@ -17,7 +17,14 @@ aspnetcore;debugging;http;middleware;diagnostics;tracing;observability;api-debugging;developer-tools;trace-comparison;environment-comparison - 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. + ## What's New + + - Added configurable RoutePrefix support for customizing DebugProbe endpoints. + - Fixed endpoint mapping to respect production UI configuration. + - Fixed outgoing HTTP body capture stream preservation. + - Fixed outgoing HTTP body capture to avoid reading beyond the configured limit. + + Thanks to @DevSars24 for the community contributions. icon.png