Skip to content

v0.6.1 - April 9, 2026

Choose a tag to compare

@jeanscherf jeanscherf released this 09 Apr 14:29
· 92 commits to main since this release
05f5202

Improvements

  • auto_instrument now uses BatchSpanProcessor by default, enabling asynchronous span export in a background thread. This significantly reduces response time overhead under concurrent workloads compared to the previous synchronous SimpleSpanProcessor.

What's New

  • auto_instrument accepts a new disable_batch parameter (default False). Pass disable_batch=True to use synchronous span export, which may be preferable in short-lived scripts or test environments where the process may exit before the batch is flushed.

Resolves #40