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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
All notable changes to Http11Probe are documented in this file.
4
4
5
-
## [Unreleased]
5
+
## [2026-02-15]
6
6
7
7
### Added
8
+
-**Verbose Probe workflow** — new `probe-verbose.yml` GitHub Action for manual single-server probing with `--verbose` output, triggered via `workflow_dispatch` with a server name input (#60)
8
9
-**9 new RFC 9110 compliance tests** sourced from [mohammed90/http-compliance-testing](https://github.com/mohammed90/http-compliance-testing):
9
10
-`COMP-HEAD-NO-BODY` — HEAD response must not contain a message body (RFC 9110 §9.3.2, MUST)
10
11
-`COMP-UNKNOWN-METHOD` — unrecognized method should be rejected with 501/405 (RFC 9110 §9.1, SHOULD)
@@ -20,7 +21,10 @@ All notable changes to Http11Probe are documented in this file.
20
21
-**AGENTS.md** — added Step 5 (RFC Requirement Dashboard) to the "Add a new test" task; added Step 5 (server documentation page) to the "Add a framework" task
21
22
-**RFC Requirement Dashboard** — updated with all 9 new tests, counts, and cross-references
22
23
-**Landing page cards** — removed hardcoded test count from RFC Requirement Dashboard subtitle
24
+
25
+
### Fixed
23
26
-**Caddy server** — fixed POST body echo using Caddy Parrot pattern; updated Caddyfile, Dockerfile, and docs page
27
+
-**Lighttpd server** — fixed POST body echo implementation (#57)
0 commit comments