v0.68.1
KoljaB/RealtimeTTSv0.68.1Apr 13, 2026by fatedier
AI Summary
A security-focused patch addressing authentication bypass vulnerabilities in proxy configurations.
Key Highlights
- Fixed configuration-dependent authentication bypass in HTTP proxies
- Updated proxy-style authentication failures to return 407 Proxy Authentication Required
New Features
- Fixed proxy authentication bypass for type="http" proxies
- Updated proxy error handling
Full Release Notes
## Fixes * Fixed a configuration-dependent authentication bypass in `type = "http"` proxies when `routeByHTTPUser` is used together with `httpUser` / `httpPassword`. This affected proxy-style requests. Proxy-style authentication failures now return `407 Proxy Authentication Required`.