Bifrost HTTP Transport Release v1.4.2
- fix: allow setting authorization header through extra headers and in allow list and deny list
- feat: add volume graph for logging page
- feat: add new dashboard page for graphical representation of request volume, cost usage, token usage, and model usage
- feat: add container and container file support for OpenAI
- feat: configure custom CORS headers, allowing clients to specify additional headers that should be allowed in cross-origin requests.
- feat: support for listing models from specific provider or all providers via a header flag x-bf-list-models-provider from integrations.
- feat: added context aware default provider fallback in integrations
- feat: added support for gemini google search tool
- fix: function response part handling in gemini
- fix: call enrich error in vertex to return raw request and response in bifrost errors
- fix: append valid/non-empty content blocks to form bedrock requests
- fix: handle multiple data types in bedrock tool result
- fix: anthropic and gemini responses stream event cycle
- fix: provider key enabled/disabled state now persists across restarts
- fix: nil check for value in SetAttribute function call in trace.go
- fix: return proper error signals for gemini filtered/malformed function call responses
Installation
Docker
docker run -p 8080:8080 maximhq/bifrost:v1.4.2Binary Download
npx @maximhq/bifrost --transport-version v1.4.2Docker Images
maximhq/bifrost:v1.4.2- This specific versionmaximhq/bifrost:latest- Latest version (updated with this release)
This release was automatically created with dependencies: core v1.3.12, framework v1.2.14. All plugins have been validated and updated.