Skip to content

v0.7.0

Choose a tag to compare

@lmeyerov lmeyerov released this 17 Jan 00:08
· 1 commit to main since this release
444b362

Added

  • Distributed tracing: W3C traceparent propagation for correlating requests with OpenTelemetry
    • Automatic OTel context propagation when available
    • Session-level trace ID for correlation when OTel is not configured
    • Cursor.new() children inherit parent trace ID for session-wide correlation
    • Zero configuration required - works automatically

Changed

  • LouieClient._get_headers() now accepts session_trace_id and traceparent parameters
  • All HTTP methods (add_cell, upload_*, streaming) propagate trace context

Full Changelog: v0.6.2...v0.7.0