From 6aa0d5bc38baf8c8efd5713dcd7fb9a63c79a2bf Mon Sep 17 00:00:00 2001 From: Georgi Hristov Date: Sun, 7 Jun 2026 11:53:34 +0300 Subject: [PATCH 1/2] chore(release): prepare 1.6.1 release --- DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj b/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj index 4a2aec7..7dd9bc7 100644 --- a/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj +++ b/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj @@ -8,7 +8,7 @@ 1591 DebugProbe.AspNetCore - 1.6.1 + 1.6.2 Georgi Hristov @@ -17,7 +17,7 @@ aspnetcore;debugging;http;middleware;diagnostics;tracing;observability;api-debugging;developer-tools;trace-comparison;environment-comparison - Adds trace comparison across environments, improved DebugProbe dashboard workflows, and support for comparing request and response differences between captured API runs. + Adds configurable sensitive data redaction for headers, query parameters, and JSON body fields. Improves dashboard handling of long request paths, enables local compare targets by default in Development, and introduces AllowUiInProduction to disable DebugProbe UI endpoints in Production unless explicitly enabled. icon.png From 5d1efcd1264f8ed314218648310b8b5480f59870 Mon Sep 17 00:00:00 2001 From: Georgi Hristov Date: Sun, 7 Jun 2026 11:53:34 +0300 Subject: [PATCH 2/2] chore(release): prepare 1.6.2 release --- DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj b/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj index 4a2aec7..7dd9bc7 100644 --- a/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj +++ b/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj @@ -8,7 +8,7 @@ 1591 DebugProbe.AspNetCore - 1.6.1 + 1.6.2 Georgi Hristov @@ -17,7 +17,7 @@ aspnetcore;debugging;http;middleware;diagnostics;tracing;observability;api-debugging;developer-tools;trace-comparison;environment-comparison - Adds trace comparison across environments, improved DebugProbe dashboard workflows, and support for comparing request and response differences between captured API runs. + Adds configurable sensitive data redaction for headers, query parameters, and JSON body fields. Improves dashboard handling of long request paths, enables local compare targets by default in Development, and introduces AllowUiInProduction to disable DebugProbe UI endpoints in Production unless explicitly enabled. icon.png