Core v1.7.3
Core Release v1.7.3
[fix]: OpenAI Responses - preserve JSON schema key order in structured-output requests @georg-wolflein
- breaking: a non-schema scalar (string/number/array) at the nested
text.format.schema.schemaposition now fails request decode; boolean schemas ("schema": true/"schema": false) and objects still decode and are forwarded - feat: track Anthropic extended-thinking tokens as
ReasoningTokensacross chat, responses, and passthrough - feat: added Wafer AI provider
- feat: added toggle for always retaining content in object storage
- feat: added MCP metrics to OTEL and
resourceparameter to MCP OAuth handshake - feat: added user email export to connectors
- feat: configurable keep-alive duration in network config
- feat: propagate inference
request_idthrough async jobs and webhook payloads - feat: added
WebhookDispatcherinterface wired to async job terminal states - fix: bedrock reasoning double emission
- fix: anthropic fallbacks and refusal handling; bill for the fallback model actually served
- fix: complete Cohere streaming Responses terminal events with the output array
- fix: complete visible thinking items on the streaming Responses surface
- fix: reasoning item streaming in mux
- fix: handle line-by-line errors in streaming
- fix: convert structured output format to tool for Azure provider in Anthropic integration
- fix: default
detailto auto on OpenAIinput_imageblocks (thanks @AdityaPainuli!) - fix: SGLang Anthropic-compatible APIs via key-level setting; DeepSeek uses Anthropic endpoints for chat and responses
- fix: count-tokens handling for DeepSeek and SGLang
- fix: moved vLLM to native Responses API
- fix: added support for Anthropic APIs in Fireworks
- fix: enable raw request and store for Mistral OCR requests
- fix: reject out-of-range
tool_sync_intervalminutes to prevent nanosecond sync loops - perf: hoist Replicate
parseTokenUsageFromLogsregexps to package level - refactor: extract SSRF-safe dial logic into
core/networkpackage
Installation
go get github.com/maximhq/bifrost/core@v1.7.3This release was automatically created from version file: core/version