plugins/logging/v1.5.14
maximhq/bifrostplugins/logging/v1.5.14May 29, 2026by akshaydeo
AI Summary
This logging plugin release v1.5.14 adds support for dimension rankings logging across team, customer, BU, and user entities, while also refactoring how Starlark nested tool calls are routed through the canonical plugin pipeline. The release also includes upgrades to core v1.5.14 and framework v1.3.14.
Key Highlights
- Added dimension rankings logging support for team, customer, BU, and user entities
- Refactored route Starlark nested tool calls through the canonical plugin pipeline
- Upgraded core to v1.5.14 and framework to v1.3.14
New Features
- Dimension rankings logging for team, customer, BU, and user entities
- Route Starlark nested tool calls through the canonical plugin pipeline
Full Release Notes
## Plugin Release: logging v1.5.14 - feat: support dimension rankings logging for team, customer, BU, and user (#3766) - refactor: route Starlark nested tool calls through the canonical plugin pipeline (#3794) - chore: upgraded core to v1.5.14 and framework to v1.3.14 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/logging@v1.5.14 ``` --- _This release was automatically created from version file: `plugins/logging/version`_