github maximhq/bifrost plugins/semanticcache/v1.4.0
Plugin semanticcache v1.4.0

Plugin Release: semanticcache v1.4.0

  • chore: upgraded versions of core to 1.3.0 and framework to 1.2.0

BREAKING CHANGES

  • Plugin Interface: TransportInterceptor replaced with HTTPTransportMiddleware

    This plugin now implements HTTPTransportMiddleware() instead of TransportInterceptor() to comply with core v1.3.0.

    What changed:

    • Old: TransportInterceptor(ctx, url, headers, body) (headers, body, error)
    • New: HTTPTransportMiddleware() BifrostHTTPMiddleware

    For plugin consumers:

    • If you import this plugin directly, no code changes are required
    • If you extend this plugin, update your implementation to use HTTPTransportMiddleware()
    • Recompile any code that depends on this plugin against core v1.3.0+ and framework v1.2.0+

    See Plugin Migration Guide for details.

Installation

# Update your go.mod to use the new plugin version
go get github.com/maximhq/bifrost/plugins/semanticcache@v1.4.0

This release was automatically created from version file: plugins/semanticcache/version

Don't miss a new bifrost release

NewReleases is sending notifications on new releases.