Skip to content

v2.0.2

Latest

Choose a tag to compare

@noplanalderson noplanalderson released this 01 Sep 16:37

[2.0.2] - 2026-09-01

Added

  • Sample implementation to exercise the logger: sample/app/Controllers/Home.php with a JSON POST endpoint (post) and a multipart file-upload endpoint (upload), plus sample/app/Views/home/index.php with test forms. Routes show how to attach the requestlog filter per-route.

Fixed

  • Request headers were never redacted. The Cookie header (and any other header listed in REQUEST_LOG_REDACT_FIELDS) is now redacted with ***REDACTED*** in the headers field, matching body redaction behavior.

Changed

  • README: removed leftover multi-tenant specification notes.