Bifrost HTTP Transport Release v1.4.17
✨ Features
- Denylist Models — Provider keys support
blacklisted_modelsfield to exclude specific models from routing and filtered list-models; denylist takes precedence over themodelsallow list
🐞 Fixed
- MCP Gateway Headers — Fixed support for
x-bf-mcp-include-clientsandx-bf-mcp-include-toolsheaders to filter MCP tools/list response - Bedrock Duplicate Events — Fixed duplicate
content_block_stopevents in Bedrock streaming responses - Reasoning Content Marshaling — Fixed
reasoning_contentJSON tag in OpenAI response types - OTEL Streaming Traces — Fixed response capture in OTEL tracing for streaming calls
- Broken Pipe Handling — Added broken pipe detection to connection pool error handler
- Cache Token Streaming — Fixed cache token capture for streaming calls across Anthropic and Bedrock providers
- Vertex Embedding URL — Fixed global region URL construction in Vertex embedding method
- Bedrock Reasoning Merge — Fixed reasoning content merge logic for Bedrock provider
- Bedrock HTTP/2 Toggle — Fixed enforce HTTP/2 toggle behavior for Bedrock provider
- Codex Store Parameter — Fixed
storeparameter handling for Codex conversations - Gemini Duplicate Text — Skipped
OutputTextDoneevents to prevent duplicate text in Gemini GenAI streaming (thanks @ava-grace-zoe!) - Gemini Thought Signatures — Handled missing thought signatures in Gemini provider (thanks @mrcfps!)
- Replicate Model Slugs — Refined replicate model slug resolution in model catalog (thanks @brianphillips!)
- Logging Default — Kept logging enabled by default for new configurations
- Gin Migration Deadlocks — Moved all gin migrations to Go to avoid deadlocks
- WebSocket Concurrent Writes — Fixed concurrent write safety in WebSocket Responses API sessions
- Persist Store Config — Persisted store raw request/response config at provider level (thanks @chenbo515!)
Installation
Docker
docker run -p 8080:8080 maximhq/bifrost:v1.4.17Binary Download
npx @maximhq/bifrost --transport-version v1.4.17Docker Images
maximhq/bifrost:v1.4.17- This specific versionmaximhq/bifrost:latest- Latest version (updated with this release)
This release was automatically created with dependencies: core v1.4.14, framework v1.2.33. All plugins have been validated and updated.