Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/v03-trace-diffing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@ocpp-debugkit/toolkit': minor
---

Add `diffTraces()` — compare two parsed traces and surface event-level differences:
- Events only in A or B (by messageId)
- Field-level modifications (timestamp, direction, action, payload, errorCode)
- Failure differences (detected in A but not B, and vice versa)
- Summary differences (event count, failure count, duration, status)
1 change: 1 addition & 0 deletions CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ integration examples, and contributor onboarding.
- ✅ v0.3 failure detection rules — 5 new rules (Issue #84):
`SUSPICIOUS_SESSION_DURATION`, `SLOW_RESPONSE`, `HEARTBEAT_INTERVAL_VIOLATION`,
`METER_VALUE_ANOMALY`, `UNRESPONSIVE_CSMS` (15 total rules)
- ✅ Trace diffing — `diffTraces()` API (Issue #85)

## What's Next

Expand Down
Loading
Loading