plugins/logging/v1.7.2
maximhq/bifrostplugins/logging/v1.7.2Sep 9, 2026by akshaydeo
AI Summary
A logging plugin update that moves overhead breakdown computation logic to a shared package and upgrades dependencies.
Key Highlights
- Overhead breakdown computation moved to the shared `framework/overhead` package.
- Upgraded core to v1.8.6 and framework to v1.6.2.
Full Release Notes
## Plugin Release: logging v1.7.2 - chore: overhead breakdown computation moved to the shared `framework/overhead` package (#6980) - chore: upgraded core to v1.8.6 and framework to v1.6.2 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/logging@v1.7.2 ``` --- _This release was automatically created from version file: `plugins/logging/version`_