plugins/governance/v1.5.18
maximhq/bifrostplugins/governance/v1.5.18Jun 7, 2026by akshaydeo
AI Summary
This is a bug fix release for the governance plugin that improves virtual-key and user usage tracking by default, and fixes wildcard allow-list handling for catalog-opaque providers. The core and framework dependencies were also upgraded to v1.5.18 and v1.3.18 respectively.
Key Highlights
- Fixed virtual-key and user usage scope tracking by default, preventing dropped VK accounting under user attribution
- Fixed wildcard allow-lists for catalog-opaque providers via IsCatalogOpaqueProvider
- Upgraded core dependency to v1.5.18 and framework to v1.3.18
New Features
- Virtual-key usage tracking now enabled by default (tracked unless BifrostContextKeySkipVirtualKeyUsageTracking is set)
- Wildcard allow-lists now properly honored for catalog-opaque providers
Full Release Notes
## Plugin Release: governance v1.5.18 - fix: track both virtual-key and user usage scopes by default; skip virtual-key usage only when `BifrostContextKeySkipVirtualKeyUsageTracking` is 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 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/governance@v1.5.18 ``` --- _This release was automatically created from version file: `plugins/governance/version`_