plugins/compat/v0.1.33
maximhq/bifrostplugins/compat/v0.1.33Aug 7, 2026by akshaydeo
AI Summary
Fixes a race condition in parameter dropping and adds logging for parameters and service tiers that are stripped.
Key Highlights
- Fixed concurrent request race condition on dropped parameters
- Added logging for scrubbed parameters and dropped service tiers
- Updated core to v1.7.7
- Updated framework to v1.5.7
New Features
- Log parameters scrubbed by `should_drop_params`
Full Release Notes
## Plugin Release: compat v0.1.33 - fix: scope the compat plugin's dropped-parameter list to the request that produced it - the list was held on the process-wide plugin struct, so concurrent requests raced on it and `extra_fields.dropped_compat_plugin_params` could report another request's dropped params (#5902) - feat: log parameters scrubbed by `should_drop_params` at Debug, and a dropped `service_tier` at Warn - a silently stripped `service_tier` downgrades the request to the provider's default tier with no upstream error, which was previously untraceable (#5902) - chore: upgraded core to v1.7.7 and framework to v1.5.7 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/compat@v0.1.33 ``` --- _This release was automatically created from version file: `plugins/compat/version`_