Bifrost HTTP Transport Release v1.4.6
- feat: Bedrock: Extended document format support - Added support for markdown (
.md), HTML, CSV, DOC/DOCX, and XLS/XLSX file types in both request and response handling - feat: Bedrock: GuardrailConfig streamProcessingMode - Added optional
streamProcessingModefield for sync/async guardrail processing - feat: Bedrock: CachePoint support - Added
CachePointschema type and handling for standalone cache point blocks in system and content messages - feat: Bedrock: Native format compatibility - Handle requests where
typefield is empty buttextis set directly (Bedrock native format from Claude Code) - feat: Bedrock: Multi-turn reasoning support - Added
ReasoningDetailshandling in assistant messages for multi-turn conversations with thinking - feat: added support for replicate provider
- feat: adds metrics push support for otel config
- feat: adds push-gateway support for telemetry
- feat: adds rate limits to customers and teams
- fix: added mcp server handler to the inference routes registration
- fix: Bedrock: Adaptive thinking payload structure - Fixed Opus 4.6+ adaptive thinking where
effortwas incorrectly placed underthinkinginstead ofoutput_config - fix: Bedrock: Stop reason conversion - Created dedicated Bedrock stop reason converter instead of reusing Anthropic's, properly handling Bedrock-specific reasons like
guardrail_intervenedandcontent_filtered - fix: Bedrock: ToolChoice auto handling - Return
nilforautotool choice (Bedrock's default) instead of failing - fix: Bedrock: Stop reason mapping - Now uses own
bedrockFinishReasonToBifrostmap with Bedrock-specific stop reasons (guardrail_intervened->content_filter,content_filtered->content_filter) - fix: fix embedContent in genai integration
- fix: oauth MCP servers not getting saved to config store during OAuth completion flow
- fix: ClaudeCodeMax mode vs ClaudeCode API mode forwarding
- fix: handle
*OrderedMapin Gemini nested property conversion - @Edward-Upton
Installation
Docker
docker run -p 8080:8080 maximhq/bifrost:v1.4.6Binary Download
npx @maximhq/bifrost --transport-version v1.4.6Docker Images
maximhq/bifrost:v1.4.6- This specific versionmaximhq/bifrost:latest- Latest version (updated with this release)
This release was automatically created with dependencies: core v1.4.2, framework v1.2.20. All plugins have been validated and updated.