File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.1] - 2026-09-01
9+
10+ ### Added
11+
12+ - Sample implementation to exercise the logger: ` sample/app/Controllers/Home.php `
13+ with a JSON ` POST ` endpoint (` post ` ) and a multipart file-upload endpoint
14+ (` upload ` ), plus ` sample/app/Views/home/index.php ` with test forms. Routes
15+ show how to attach the ` requestlog ` filter per-route.
16+
17+ ### Fixed
18+
19+ - Request headers were never redacted. The ` Cookie ` header (and any other
20+ header listed in ` REQUEST_LOG_REDACT_FIELDS ` ) is now redacted with
21+ ` ***REDACTED*** ` in the ` headers ` field, matching body redaction behavior.
22+
23+ ### Changed
24+
25+ - README: removed leftover multi-tenant specification notes.
26+
827## [ 2.0.0] - 2026-08-31
928
1029### Changed
@@ -39,5 +58,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3958 ` AnalysisSend ` command with queue-based asynchronous delivery to an Analysis
4059 Server. Superseded by 2.0.0.
4160
61+ [ 2.0.1 ] : https://github.com/mrnaeem4/ci4-request-analysis/releases/tag/v2.0.1
4262[ 2.0.0 ] : https://github.com/mrnaeem4/ci4-request-analysis/releases/tag/v2.0.0
4363[ 1.0.0 ] : https://github.com/mrnaeem4/ci4-request-analysis/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments