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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ All notable changes to Http11Probe are documented in this file.
13
13
-**Truncation notice** — tooltip and modal now show a `[Truncated]` notice at the top when raw request/response data exceeds the 8,192-byte display limit
14
14
-**Filter box** — text input above result tables to filter by server name, language, or test name; supports multiple comma-separated keywords
15
15
-**`--verbose` CLI flag** — prints the raw server response below each test result when enabled (`--verbose` or `-v`)
16
+
-**Giscus comments** — every glossary page now has a GitHub Discussions-powered comments section at the bottom
16
17
17
18
### Changed
18
19
-**Horizontal column headers** — test name headers are now displayed horizontally instead of rotated at -55°, improving readability
@@ -33,6 +34,7 @@ All notable changes to Http11Probe are documented in this file.
33
34
-**Scrollable tooltips** — hover tooltips are now interactive and scrollable for large payloads (removed `pointer-events:none`, increased `max-height` to `60vh`)
34
35
-**Larger click modal** — expanded from `max-width:700px` to `90vw` and `max-height` from `80vh` to `85vh` to better accommodate large request/response data
35
36
-**Kestrel HEAD/OPTIONS support** — added explicit HEAD and OPTIONS endpoint handlers to ASP.NET Minimal server so smuggling tests evaluate correctly instead of returning 405
37
+
-**Add a Framework docs** — documented HEAD and OPTIONS as required endpoints
36
38
- Raw request capture now includes truncation metadata when payload exceeds 8,192 bytes (`TestRunner.cs`)
37
39
- Raw response capture now includes truncation metadata when response exceeds 8,192 bytes (`ResponseParser.cs`)
0 commit comments