Skip to content

4.11.0rc6

Pre-release
Pre-release

Choose a tag to compare

@juanjux juanjux released this 29 Jun 15:14
0c43965

Bug Fixes

  • LLM Observability: Resolves an issue in the openai integration where streamed chat completion spans under-reported output_tokens and total_tokens for OpenAI-compatible providers that emit a cumulative usage object on every streamed chunk.
  • core: This fix prevents periodic thread restarts from blocking application code from resuming in forked children.