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

latest release: ent-v1.4.7-base
5 hours ago

Bifrost HTTP Transport Release v1.5.10

**Hotfix on [v1.5.9](https://docs.getbifrost.ai/changelogs/v1.5.9).** The key fix corrects wildcard (`*`) allowed-models handling: for providers whose models the catalog cannot enumerate, a wildcard now correctly allows any model instead of rejecting it. This affected keyless self-hosted providers (vLLM/Ollama/SGL) and custom providers without list-models support.

🐞 Fixed

  • Virtual Key Usage Tracking Under User Attribution - Usage is no longer silently dropped from virtual-key accounting whenever a user is attributed on a request. Governance now tracks both the virtual-key and user scopes by default; callers that deliberately want user-only accounting can opt in with the new bifrost-skip-virtual-key-usage-tracking context flag (#4123)
  • Wildcard Allow-Lists for Catalog-Opaque Providers - A wildcard (*) allowed-models list now correctly permits any model for providers whose models the catalog cannot enumerate - custom providers without list-models support, and keyless self-hosted vLLM/Ollama/SGL - instead of incorrectly rejecting them (#4124)

Installation

Docker

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

Binary Download

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

Docker Images

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

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

Don't miss a new bifrost release

NewReleases is sending notifications on new releases.