v0.68.1
deepseek-ai/DeepSeek-OCR-2v0.68.1Apr 13, 2026by fatedier
AI Summary
Version 0.68.1 addresses a critical security vulnerability by fixing a configuration-dependent authentication bypass in HTTP proxies.
Key Highlights
- Fixed configuration-dependent authentication bypass in HTTP proxies
- Correct handling of `routeByHTTPUser` with `httpUser`/`httpPassword`
- Proxy-style authentication failures now return `407 Proxy Authentication Required`
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`.