v0.68.1

eosphoros-ai/DB-GPTv0.68.1Apr 13, 2026by fatedier

AI Summary

Fixes a critical configuration-dependent authentication bypass in HTTP proxies, ensuring correct error codes are returned for proxy authentication failures.

Key Highlights

  • Fixes authentication bypass in `type = "http"` proxies
  • Affects proxy-style requests with `routeByHTTPUser` and `httpUser`/`httpPassword`
  • Proxy authentication failures now return 407 Proxy Authentication Required

New Features

  • Authentication bypass fix for HTTP proxies

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`.