Release date 2025/07/03
Deprecation
-
ai-proxy, ai-proxy-advanced: Deprecated the
preserve
route_type. You are encouraged to use new route_types added in version 3.11.x.x and onwards.
Bugfix
-
Fixed an issue where large request payload was not logged.
-
Fixed an issue where latency metric was not implemented for streaming responses.
-
Fixed an issue where SSE terminator may not have correct ending characters.
-
Fixed an issue where the response body for observability may be larger than the real one because of the stale data.
-
Fixed an issue where some of ai metrics was missed in analytics
-
Fixed an issue where patterns using multiple capture groups (e.g.,
$(group1)/$(group2)
) failed to extract expected matches. -
Fixed an issue where model name did not escape when using AWS Bedrock inference profile.
-
Fixed an issue where AI Proxy and AI Proxy Advanced would use corrupted plugin config.
-
Fixed an issue where AI Proxy returns 403 using gemini provider.
Performance
-
Implemented a faster SSE parser.