Skip to content

Commit b84a70c

Browse files
committed
docs: revert CHANGELOG.md — will be auto-generated by Commitizen
1 parent 6c1948d commit b84a70c

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
## v1.6.2 (2026-04-11)
2-
3-
### Security
4-
5-
- **SEC-001**: replace unbounded `sync.Map` path cache with bounded LRU (10k entries) to prevent memory exhaustion
6-
- **SEC-003**: suppress stack traces in recovery middleware unless `STATIC_DEBUG=1` is set
7-
- **SEC-004**: use `crypto/rand` for multipart range boundaries instead of hardcoded string
8-
- **SEC-005**: add `max_compress_size` config (default 10 MB) to cap on-the-fly compression
9-
- **SEC-006**: normalize cache keys with `path.Clean` to prevent cache poisoning via path variants
10-
- **SEC-007**: suppress server banner (`Server` header) on all responses
11-
- **SEC-008**: sanitize log output by escaping ASCII control characters in request URIs
12-
- **SEC-009**: remove deprecated `PreferServerCipherSuites` (Go runtime manages cipher order)
13-
- **SEC-010**: return 500 on directory listing template render failure instead of silently ignoring
14-
- **SEC-011**: add `max_serve_file_size` config (default 1 GB) with 413 response for oversized files
15-
- **SEC-014**: set `MaxRequestBodySize` to 1024 bytes (static file server needs no large uploads)
16-
- **SEC-015**: add `max_conns_per_ip` config for per-IP connection rate limiting
17-
- **SEC-016**: validate symlink targets stay within document root during preload
18-
19-
### Fix
20-
21-
- **deps**: bump andybalholm/brotli v1.2.0→v1.2.1, klauspost/compress v1.18.4→v1.18.5, valyala/fasthttp v1.69.0→v1.70.0
22-
23-
### Docs
24-
25-
- update landing page, README, USER_GUIDE, and config.toml.example with new config fields and security notes
26-
271
## v1.6.1 (2026-03-28)
282

293
### Fix

0 commit comments

Comments
 (0)