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-trackingcontext 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.10Binary Download
npx @maximhq/bifrost --transport-version v1.5.10Docker Images
maximhq/bifrost:v1.5.10- This specific versionmaximhq/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.