plugins/logging/v1.6.7

maximhq/bifrostplugins/logging/v1.6.7Aug 7, 2026by akshaydeo

AI Summary

Fixes a concurrency issue where concurrent requests sharing a W3C trace ID would overwrite log entries.

Key Highlights

  • Fixed concurrent request log overwriting issue
  • Updated core to v1.7.7
  • Updated framework to v1.5.7

Full Release Notes

## Plugin Release: logging v1.6.7

- fix: join pending log entries on the trace's `InternalID` instead of its `TraceID`, so concurrent requests that inherit the same W3C trace id no longer overwrite each other's pending entry and lose log rows (#5356) [@AdityaPainuli](https://github.com/AdityaPainuli)
- chore: upgraded core to v1.7.7 and framework to v1.5.7

### Installation

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

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