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 ofTransportInterceptor()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.
- Old:
Installation
# Update your go.mod to use the new plugin version
go get github.com/maximhq/bifrost/plugins/semanticcache@v1.4.0This release was automatically created from version file: plugins/semanticcache/version