Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v1.23.0 (17 May 2026)

- Streaming response pipeline: 3-path content router (stream / peek+stream / buffer+scan)
- Response header sanitization: Content-Length validation, hop-by-hop removal, X-Content-Type-Options
- SSRF hardening: DNS wiring through GateSentry resolver, loop detection, admin port isolation
- MaxContentScanSize reduced to 2MB default, tunable via GS_MAX_SCAN_SIZE_MB env var

## v1.22.0 (17 May 2026)

- Fixed static file serving: restored CSS/JS assets, added MIME types, fixed vite.svg path
- Restored block page CSS and JS deleted by frontend rebuild

## v1.21.0 (17 May 2026)

- Device discovery service: mDNS/Bonjour browser, passive DNS observation, RFC 2136 DDNS UPDATE support
Expand Down
961 changes: 961 additions & 0 deletions PROXY_SERVICE_UPDATE_PLAN.md

Large diffs are not rendered by default.

Loading