Skip to content

v0.2.0-alpha.65

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 09 Jul 14:37
b89396c

0.2.0-alpha.65 (2025-07-08)

Full Changelog: v0.2.0-alpha.64...v0.2.0-alpha.65

Features

  • adds openai agents sdk trace processor (da53c53)
  • client: add support for aiohttp (977528d)
  • examples: add OpenAI Agents tracing notebook for multi-agent conversation monitoring (dbeb9f4)
  • implement remaining methods for LangChain callback handler (cd6d303)
  • openai-agents: enhance OpenAI Agents tracing with structured span data extraction (46d0852)

Bug Fixes

  • ci: correct conditional (f616411)
  • ci: release-doctor — report correct token name (e42727c)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (ab7ef6b)
  • update pyarrow version (f4feadf)

Chores

  • ci: change upload type (49cdc9c)
  • ci: enable for pull requests (07c86b5)
  • ci: only run for pushes and fork pull requests (fbf9c05)
  • internal: codegen related update (f514ca3)
  • internal: update conftest.py (af83c82)
  • readme: update badges (2c30786)
  • refactor LangChain callback handler (858285d)
  • remove unused imports, break long lines, and formatting cleanup (753c317)
  • tests: add tests for httpx client instantiation & proxies (55a2e38)
  • tests: skip some failing tests on the latest python versions (ef12a3a)

Documentation

  • client: fix httpx.Timeout documentation reference (ad5d7c0)

Refactors

  • integrations: update Openlayer integration imports (ac78c1c)