plugins/logging/v1.5.27

maximhq/bifrostplugins/logging/v1.5.27Jul 14, 2026by akshaydeo

AI Summary

This logging plugin release introduces background job processing for cost recalculation and enhances trace security by redacting content before export. It includes fixes for model filtering and routing, alongside dependency upgrades.

Key Highlights

  • Migrate cost recalculation to durable background sidekiq job
  • Redact trace content before connector export
  • Fix model filter on canonical_model_name

New Features

  • Durable background sidekiq job for cost recalculation
  • Trace content redaction

Full Release Notes

## Plugin Release: logging v1.5.27

- feat: migrate cost recalculation to durable background sidekiq job with resume and dedup
- feat: redact trace content before connector export
- fix: match model filter on canonical_model_name and restore routing info for cost recalculation
- chore: upgraded core to v1.6.4 and framework to v1.4.4

### Installation

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

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