github maximhq/bifrost transports/v1.5.0-prerelease8
Bifrost HTTP v1.5.0-prerelease8

latest releases: helm-chart-v2.1.13, ent-v1.4.0-prerelease7-base
pre-release6 hours ago

Bifrost HTTP Transport Release v1.5.0-prerelease8

✨ Features

  • objectStorageExcludeFields - Configurable list of log payload fields that stay in the database instead of being offloaded to object storage
  • MCP External Base URL Split - Split MCP external base URL into separate server and client URL fields for clearer reverse-proxy configuration

🐞 Fixed

  • Anthropic Integration Routing - Skip model catalog routing when loadbalancer or governance routing has already selected the provider
  • Middleware API Key Auth - Adjusted API key authentication handling in the middleware
  • Auth Config Disabled Context - Update request context correctly when auth config is disabled
  • MCP Tool Field Resolution - Resolve tools_to_execute and tools_to_auto_execute from existing config before validation in MCP client update
  • SCIM Page Layout - Added no-scrollbar utility class and applied no-padding-parent to the SCIM page
  • SGL Extra Params Passthrough - SGL provider now sets BifrostContextKeyPassthroughExtraParams, so SGLang vLLM-style extra-body params (chat_template_kwargs, guided_json, guided_regex, separate_reasoning) are no longer silently dropped (thanks @hensapir!)
  • Bedrock Structured-Output Streaming - Suppress non-tool content events (text deltas, reasoning, non-tool content-block starts) when structured output mode is active, preventing prose from corrupting the assembled JSON
  • BifrostError String Output - Added String() method so logged errors render as JSON instead of decimal byte dumps
  • Streaming Latency Validation - Allow zero-millisecond latency values (valid for sub-millisecond cache hits)
  • NewUnsupportedOperationError Context - Now populates Provider and RequestType in ExtraFields

🔧 Maintenance

  • Streaming Accumulator Raw Request - Moved raw request extraction to final chunk processing in the streaming accumulator
  • Provider Capability Matrix - Re-enabled ContextEditing and ContextManagementField for Vertex; disabled TaskBudgets for Azure (not documented upstream); added claude-4.6-sonnet support to Bedrock test account
  • Schema Normalizer - Added raw-byte JSON schema normalizer (NormalizeSchemaForAnthropicRaw) to avoid map round-trips during Anthropic schema preparation
  • Auth Middleware Context Keys - Added IsAPIKeyAuthContextKey (short-circuit when API-key auth already passed) and IsLocalAdminContextKey (bypass RBAC when auth is disabled)

Installation

Docker

docker run -p 8080:8080 maximhq/bifrost:v1.5.0-prerelease8

Binary Download

npx @maximhq/bifrost --transport-version v1.5.0-prerelease8

Docker Images

  • maximhq/bifrost:v1.5.0-prerelease8 - This specific version
  • maximhq/bifrost:latest - Latest version (updated with this release)

This release was automatically created with dependencies: core v1.5.7, framework v1.3.7. All plugins have been validated and updated.

Don't miss a new bifrost release

NewReleases is sending notifications on new releases.