Skip to content

v3.0.0b10

Pre-release
Pre-release

Choose a tag to compare

@Oaklight Oaklight released this 29 Mar 15:06
· 847 commits to master since this release

Features

  • File logging with gzip rotation: log_to_file config enables structured file logging with daily rotation and gzip compression
  • Diagnostic logging for streaming chunks: Verbose mode logs first upstream chunk and stream completion stats

Improved

  • Request logging: Conversation history truncated to last 5 items; Responses API input item sanitization; log_converted_request gated behind verbose check

Fixes

  • Auth credential fallback: Clients sending no auth headers (e.g. Codex CLI) now get config.user as credential fallback instead of empty auth → 401
  • Graceful client disconnect: ConnectionResetError during streaming logged cleanly instead of noisy tracebacks

Changed

  • llm-rosetta >= 0.2.6: Orphaned tool_call IR-level fix, parallel tool_call_index propagation, Responses streaming item_id tracking, stream event ordering fixes

Full changelog: v3.0.0b9...v3.0.0b10