github maximhq/bifrost transports/v1.5.15
Bifrost HTTP v1.5.15

latest release: ent-v1.4.11-base
2 hours ago

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-provider header 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_content on assistant tool calls (e.g. Gemini thought_signature) is now preserved across both streaming and non-streaming responses (thanks @nghodkicisco!).

Installation

Docker

docker run -p 8080:8080 maximhq/bifrost:v1.5.15

Binary Download

npx @maximhq/bifrost --transport-version v1.5.15

Docker Images

  • maximhq/bifrost:v1.5.15 - This specific version
  • maximhq/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.

Don't miss a new bifrost release

NewReleases is sending notifications on new releases.