plugins/logging/v1.5.17
maximhq/bifrostplugins/logging/v1.5.17Jun 7, 2026by akshaydeo
AI Summary
This release of the logging plugin v1.5.17 introduces significant enhancements including support for multiple customers and teams/business units in logstore, OpenAI compaction support, and wildcard pattern matching for header capture. Additional improvements include file attachment rendering in logs and a fix for passthrough budgets.
Key Highlights
- Multiple customers logs and usage tracking support
- Multiple team and business unit support in logstore
- OpenAI compaction support added
- Wildcard pattern support for logging header capture (e.g., x-custom-*)
- File attachments can now be rendered in logs
New Features
- Multiple customers logs and usage tracking (#4066)
- Multiple team and business unit support in logstore (#4041)
- OpenAI compaction support (#4053)
- request_headers pattern capture with wildcard support (#4012)
- Wildcard pattern support for logging header capture, e.g. x-custom-* (#3958)
- Render file attachments in logs (#3931)
Full Release Notes
## Plugin Release: logging v1.5.17 - feat: multiple customers logs and usage tracking (#4066) - feat: multiple team and business unit support in logstore (#4041) - feat: OpenAI compaction support (#4053) - feat: `request_headers` pattern capture with wildcard support (#4012) - feat: wildcard pattern support for logging header capture, e.g. `x-custom-*` (#3958) - feat: render file attachments in logs (#3931) - fix: passthrough budgets (#3941) ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/logging@v1.5.17 ``` --- _This release was automatically created from version file: `plugins/logging/version`_