Skip to content

Commit 1bd1119

Browse files
chore: bump version to 1.6.5
1 parent 6c3370d commit 1bd1119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj

Lines changed: 2 additions & 2 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.4</Version>
11+
<Version>1.6.5</Version>
1212

1313
<Authors>Georgi Hristov</Authors>
1414

@@ -17,7 +17,7 @@
1717
<PackageTags>aspnetcore;debugging;http;middleware;diagnostics;tracing;observability;api-debugging;developer-tools;trace-comparison;environment-comparison</PackageTags>
1818

1919
<PackageReleaseNotes>
20-
Fixes MaxEntries validation to prevent infinite loops caused by invalid configuration values. Improves ignore path matching to prevent false positives, ensuring paths such as /healthcare are no longer ignored when /health is configured. Includes internal refactoring and code cleanup to improve readability, reduce duplication, and enhance maintainability. Adds test coverage for configuration validation and ignore path matching scenarios.
20+
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.
2121
</PackageReleaseNotes>
2222

2323
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)