Skip to content

v0.8.0

Choose a tag to compare

@tomreitsma tomreitsma released this 23 Feb 18:35
· 15 commits to main since this release

Fixed

  • SDK no longer crashes user applications when thread creation fails (e.g., during interpreter shutdown). Replaced
    thread-per-event model with a single background worker thread + bounded queue.
  • Fixed memory leak: completed thread objects were accumulated indefinitely in long-running processes.
  • ASGI middleware no longer crashes on malformed request headers.

Improved

  • Event payloads exceeding 100KB are silently dropped instead of failing on the server.
  • Local variable capture limited to 50 per frame to prevent oversized payloads.