core/v1.5.18
maximhq/bifrostcore/v1.5.18Jun 7, 2026by akshaydeo
AI Summary
This minor release adds a new context key `BifrostContextKeySkipVirtualKeyUsageTracking` that allows callers to bypass virtual-key usage tracking while maintaining virtual-key authentication and attribution capabilities.
Key Highlights
- New context key `BifrostContextKeySkipVirtualKeyUsageTracking` added for issue #4123
- Allows skipping virtual-key usage tracking without affecting virtual-key auth
- Preserves attribution functionality when usage tracking is disabled
New Features
- Added `BifrostContextKeySkipVirtualKeyUsageTracking` context key to skip virtual-key usage tracking while preserving auth and attribution
Full Release Notes
## Core Release v1.5.18 - feat: added `BifrostContextKeySkipVirtualKeyUsageTracking` context key so callers can skip virtual-key usage tracking while preserving virtual-key auth and attribution (#4123) ### Installation ```bash go get github.com/maximhq/bifrost/core@v1.5.18 ``` --- _This release was automatically created from version file: `core/version`_