Skip to content

Commit 4f779da

Browse files
committed
Update CHANGELOG.md
1 parent f6e2507 commit 4f779da

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
All notable changes to Http11Probe are documented in this file.
44

5-
## [Unreleased]
5+
## [2026-02-15]
66

77
### 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)
89
- **9 new RFC 9110 compliance tests** sourced from [mohammed90/http-compliance-testing](https://github.com/mohammed90/http-compliance-testing):
910
- `COMP-HEAD-NO-BODY` — HEAD response must not contain a message body (RFC 9110 §9.3.2, MUST)
1011
- `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.
2021
- **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
2122
- **RFC Requirement Dashboard** — updated with all 9 new tests, counts, and cross-references
2223
- **Landing page cards** — removed hardcoded test count from RFC Requirement Dashboard subtitle
24+
25+
### Fixed
2326
- **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)
2428

2529
## [2026-02-14]
2630

0 commit comments

Comments
 (0)