First stable release.
- HTTP proxy with W3C
traceparent+ reqflow custom header injection - Span collector with in-memory and Redis-backed stores
- Cross-service trace tree stitching (parent→child via parentId)
- Terminal waterfall renderer with proportional timing bars
- AWS X-Ray segment export (
toXRayJSON,toXRayDaemonFormat) - Deterministic sampling via
shouldSample - CLI:
start,traces,show,export .reqflowrcconfig file + env var support (REQFLOW_*)- Programmatic API via
import ... from "reqflow" - GitHub Actions CI on Node 18 + 20
- Mixed-case HTTP/1.1 headers (
Traceparent,X-Trace-Id) now correctly parsed - Circular
parentIdreferences inbuildTreeno longer cause infinite recursion