Bifrost HTTP Transport Release v1.5.15
✨ Features
- pprof Profiling Server - Optional runtime profiling server gated by
BIFROST_PPROF_PORT, with env-tunable block/mutex sampling rates and graceful shutdown alongside the main server. - Anthropic Cache Diagnostics - Surface Anthropic's prompt-cache diagnostics beta (
cache-diagnosis-2026-04-07): responses now expose the first cache-prefix divergence point, so you can see exactly why a prompt cache missed.
🐞 Fixed
- GenAI Raw Request Passthrough - Native Vertex/Gemini batch and request bodies now follow the
x-model-providerheader and pass through verbatim only when Gemini or Vertex is explicitly selected, preventing a raw body from reaching a mismatched provider. - Tool Call Metadata Preservation -
extra_contenton assistant tool calls (e.g. Geminithought_signature) is now preserved across both streaming and non-streaming responses (thanks @nghodkicisco!).
Installation
Docker
docker run -p 8080:8080 maximhq/bifrost:v1.5.15Binary Download
npx @maximhq/bifrost --transport-version v1.5.15Docker Images
maximhq/bifrost:v1.5.15- This specific versionmaximhq/bifrost:latest- Latest version (updated with this release)
This release was automatically created with dependencies: core v1.5.21, framework v1.3.21. All plugins have been validated and updated.