Highlights: This release expands provider and channel compatibility with New API channels, DeepSeek Responses API support, zstd request decompression, and automatic group routing. It also improves operational accuracy with stream visibility in logs, more reliable tiered-retry billing, and upstream Bedrock cancellation when clients disconnect.
New Features
- Added New API channel support with Gemini-to-OpenAI streaming conversion, Advanced Custom Responses Compact handling, and multipart image edit support (#6559).
- Added DeepSeek Responses API support (#6562).
- Added automatic group selection for request routing (#6590).
- Added per-channel HTTP transport controls so administrators can tune connection behavior per channel.
- Added support for zstd-compressed requests (#6545).
- Log owners can now see whether a request was streamed (#6558).
Bug Fixes
- Qwen
thinking_budgetis now preserved when requests are relayed (#5836). - Tiered retry billing now settles usage against the final selected group, including group-switch retries (#6570).
- Bedrock requests are now cancelled when clients disconnect, reducing wasted upstream work (#6589).
Improvements
- Public header navigation links now use a consistent font size (#6557).
What's Changed
- refactor: extract protocol conversion layer into standalone relaykit module by @Calcium-Ion in #6369
- fix: 慢查询/错误 SQL 日志参数化 by @feitianbubu in #6493
- feat(oidc): 支持自定义 OIDC 登录显示名称 by @mrchi in #6012
- fix: preserve Qwen thinking_budget passthrough by @wxwwt in #5836
- feat: support zstd request decompression by @seefs001 in #6545
- feat(logs): expose stream status to log owners by @seefs001 in #6558
- fix(relay): preserve multipart image edits for New API channels by @seefs001 in #6559
- fix(oauth): stop treating a foreign window.opener as a bind flow by @neimaravila in #6425
- style: unify public header nav link font size to 14px (text-sm) by @feitianbubu in #6557
- feat: deepseek responses api by @seefs001 in #6562
- fix(billing): settle tiered retries with final group by @faithleysath in #6518
- fix(billing): harden tiered retry group-switch billing (follow-up to #6518) by @Calcium-Ion in #6570
- fix(aws): cancel Bedrock requests on client disconnect by @Calcium-Ion in #6589
- Feat/auto group by @Calcium-Ion in #6590
New Contributors
- @mrchi made their first contribution in #6012
- @neimaravila made their first contribution in #6425
- @faithleysath made their first contribution in #6518
Full Changelog: v1.0.0-rc.22...v1.0.0-rc.23