Release date 2026/04/07
Feature
-
Added native Anthropic streaming mode support, enabling direct passthrough of Anthropic SSE events with proper message reordering for tool calls.
-
Added support for batch API in openai-compatible mode when providers are anthropic, bedrock, gemini and gemini vertex.
Bugfix
-
Fixed a crash in the observability module when upstream returned
choices: null(JSON null). Theheader_filterphase would crash with “attempt to get length of field ‘choices’ (a userdata value)” becausengx.nullis truthy in Lua. -
Fixed an issue where format-compatible streaming routes did not collect metrics and logging.
-
Fixed streaming token count metrics for third-party models hosted on Vertex AI (claude-, mistral-, jamba-*) that reported inflated totals because incremental counts were treated as cumulative.