plugins/logging/v1.6.9

maximhq/bifrostplugins/logging/v1.6.9Aug 13, 2026by akshaydeo

AI Summary

Enhances logging capabilities with cancellable tasks, UI improvements, and guardrail cost tracking.

Key Highlights

  • Made log recalculation task cancellable in the backend
  • Added `roots_only` filter to collapse fallback chains
  • Added plugin logs in MCP logs
  • Added video requests info in logs UI
  • Added cost for prompt guardrails

New Features

  • Cancellable backend log recalculation
  • Roots-only filter for fallback chains
  • MCP log redaction changes
  • Video request info logging
  • Prompt guardrail cost tracking

Full Release Notes

## Plugin Release: logging v1.6.9

- feat: make log recalculation task cancellable backend (#5801)
- feat: add `roots_only` filter to collapse fallback chains with child aggregates (#5737)
- feat: add plugin logs in mcp logs (#5746)
- feat(mcp-guardrails): add MCP log redaction changes (#5744)
- feat: video requests info in logs ui (#5946)
- feat: cost for prompt guardrails (#4931)
- chore: upgraded core to v1.7.11 and framework to v1.5.9

### Installation

```bash
# Update your go.mod to use the new plugin version
go get github.com/maximhq/bifrost/plugins/logging@v1.6.9
```

---
_This release was automatically created from version file: `plugins/logging/version`_