plugins/telemetry/v1.5.13
maximhq/bifrostplugins/telemetry/v1.5.13May 26, 2026by akshaydeo
AI Summary
This release adds environment variable support for PushGatewayURL and BasicAuth credentials in the telemetry plugin, along with implementing the ConfigMarshallerPlugin interface for enhanced configuration handling.
Key Highlights
- Added EnvVar support for PushGatewayURL configuration
- Added EnvVar support for BasicAuth username and password
- Implemented ConfigMarshallerPlugin interface (#3651)
New Features
- Environment variable support for PushGatewayURL
- Environment variable support for BasicAuth credentials (username/password)
- ConfigMarshallerPlugin implementation for improved configuration marshalling
Full Release Notes
## Plugin Release: telemetry v1.5.13 - feat: add `EnvVar` support for `PushGatewayURL` and `BasicAuth` (username/password); implements `ConfigMarshallerPlugin` (#3651) ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/telemetry@v1.5.13 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_