plugins/maxim/v1.7.0

maximhq/bifrostplugins/maxim/v1.7.0Aug 26, 2026by akshaydeo

AI Summary

The maxim plugin introduces latency tagging, sensitive header redaction, and support for the new pre-authentication phase.

Key Highlights

  • `addLatencyTags` forwards upstream and overhead latency as tags.
  • Sensitive and identity-aware-proxy headers are redacted in `PostLLMHook`.
  • Added a no-op `HTTPTransportPreAuthHook` for the new pre-authentication phase.
  • Upgraded core to v1.8.0 and framework to v1.6.0.

New Features

  • Latency tagging
  • Header redaction
  • HTTPTransportPreAuthHook implementation

Full Release Notes

## Plugin Release: maxim v1.7.0

- feat: `addLatencyTags` forwards `upstream_latency_ms` and `overhead_latency_ms` as tags on both the generation and the trace, leaving unmeasured values unreported (#6345)
- fix: sensitive and identity-aware-proxy request headers are redacted in `PostLLMHook` before export (#6371)
- feat: add a no-op `HTTPTransportPreAuthHook` for the new pre-authentication transport phase (#6375)
- chore: upgraded core to v1.8.0 and framework to v1.6.0

### Installation

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

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