Releases: LanternCX/codex-gateway
Releases · LanternCX/codex-gateway
codex-gateway v1.0.0
codex-gateway v1.0.0 is the first stable production release.
This release consolidates the beta cycle improvements into a reliable baseline, with stronger API compatibility, better network operability, and improved observability for real-world deployments.
Features & Enhancements / 功能与增强
- 🚀 Responses API support
Added stablePOST /v1/responsessupport in both upstream modes:codex_oauth: proxies to configurableupstream.codex_responses_pathopenai_api: proxies to configurableupstream.responses_path
It supports both JSON and SSE pass-through.
- 🧠 Codex chat-compat tool parity
Improved chat compatibility by mapping tool-related fields end to end, includingtools,tool_choice,parallel_tool_calls,reasoning_effort, andtool_call_id.
Tool-call semantics are now consistent in both streaming and non-streaming responses. - 🌐 Outbound proxy support
Introducednetwork.proxy_urlwith support forhttp,https,socks5, andsocks5h.
The proxy setting now applies consistently to bothauth loginandserveoutbound traffic. - 📊 Observability upgrades
Enhanced structured logging (level, format, output, color, file rotation), added sensitive-field redaction, and improved request tracing withX-Request-IDpropagation (preserve, generate, echo, and forward).
Startup logging now includesapi_prefixand discoveredavailable_modelsto simplify operations and troubleshooting. - 📚 Documentation and spec alignment
Updated README, API reference, OpenAPI spec, OAuth setup, privacy boundary, and config examples (EN/zh-CN) to stay aligned with runtime behavior.
Compatibility Notes / 兼容性说明
- Existing OpenAI-compatible client integrations remain supported.
- In
codex_oauthmode, compatibility fields such asmax_output_tokensandmax_completion_tokensare accepted but intentionally removed before upstream forwarding. - Default upstream mode remains
codex_oauth.
Verification / 验证情况
go test ./...go test -race ./...go build ./cmd/codex-gateway
Full Changelog: https://github.com/LanternCX/codex-gateway/commits/v1.0.0
What's Changed
- v1.0.0-beta.1 by @LanternCX in #1
- v1.0.0 by @LanternCX in #2
New Contributors
- @LanternCX made their first contribution in #1
Full Changelog: https://github.com/LanternCX/codex-gateway/commits/v1.0.0