- NPX
- Docker
Hotfix on 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)
- feat: added
BifrostContextKeySkipVirtualKeyUsageTrackingcontext key so callers can skip virtual-key usage tracking while preserving virtual-key auth and attribution (#4123)
- fix: wildcard (
*) allow-lists now resolve to allow-all for catalog-opaque providers (custom providers without list-models, keyless self-hosted vLLM/Ollama/SGL) via the new sharedIsCatalogOpaqueProviderhelper (#4124) - chore: upgraded core to v1.5.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18
- fix: track both virtual-key and user usage scopes by default; skip virtual-key usage only when
BifrostContextKeySkipVirtualKeyUsageTrackingis set, preventing dropped VK accounting under user attribution (#4123) - fix: honor wildcard allow-lists for catalog-opaque providers via
IsCatalogOpaqueProvider(#4124) - chore: upgraded core to v1.5.18 and framework to v1.3.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18
- chore: upgraded core to v1.5.18 and framework to v1.3.18

