Release date 2026/07/02
Bugfix
-
Fixed an issue where we didn’t support the Azure GA version of Realtime API.
-
Fixed an issue where OpenAI-format chat reasoning requests were not mapped consistently across Anthropic, Gemini, Bedrock, and other providers.
-
Fixed an issue where system prompts from Claude Code were truncated when doing non-passthrough proxy.
-
Fixed an issue where we didn’t support Anthropic format for the Databricks provider.
-
Fixed an issue where we didn’t use the Huggingface’s token usage if available.
-
Fixed an issue where we didn’t collect the model name in OpenAI streaming response from Azure.
-
Fixed an issue where we didn’t correctly ungzip streaming responses.
-
Fixed an issue where dashscope replied with a 500 error to inference requests.
-
Fixed an issue where GenAI spans were not finished sometimes.
-
Fixed an issue where observability errors occurred when
gpt-image-1.5returned image token usage details. -
Fixed an issue where Azure OpenAI authentication failed during load balancer failover due to token refresh attempts in
balancer_by_lua. Tokens are now pre-fetched in theaccessphase. -
Fixed an issue where concurrent worker processes could race to initialize the semantic routing vectorDB index, causing
"Index already exists"errors on startup or config reload. -
Fixed an issue where we treated plaintext Anthropic response as gzipped.
-
Fixed an issue where
output_configwas rejected by Vertex AI in Anthropic-native requests. -
Fixed an issue where the configured model name may never be used for the Azure provider.
-
Fixed an issue where Claude Code (or CLI) statistics were missing when using an Anthropic model via the Bedrock provider.