plugins/semanticcache/v1.5.23
vllm-project/vllm-omniplugins/semanticcache/v1.5.23Jun 25, 2026by akshaydeo
AI Summary
Similar to the telemetry plugin, this semantic cache release focuses on architectural consistency by renaming environment variables to secret references and updating underlying dependencies.
Key Highlights
- Renamed `EnvVar` to `SecretVar`.
- Updated to core v1.6.0 and framework v1.4.0.
Breaking Changes
- Renamed `EnvVar` to `SecretVar`
New Features
- Refactor: rename EnvVar to SecretVar
Full Release Notes
## Plugin Release: semanticcache v1.5.23 - refactor: rename EnvVar to SecretVar - chore: upgraded core to v1.6.0 and framework to v1.4.0 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/semanticcache@v1.5.23 ``` --- _This release was automatically created from version file: `plugins/semanticcache/version`_