github maximhq/bifrost plugins/compat/v0.1.33
Plugin compat v0.1.33

4 hours ago

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

# 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

Don't miss a new bifrost release

NewReleases is sending notifications on new releases.