Skip to content

v0.11.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Jul 19:09
776190b

0.11.0 (2025-07-15)

Full Changelog: v0.10.0...v0.11.0

Features

  • Add Anthropic example for Node SDK similar to OpenAI (#566) (886b6b7)
  • Add ASCII visualizations for OpenTelemetry information flow (#562) (bfffd60)
  • add baggage support to eval methods (#569) (#569) (95564ba)
  • Add Claude Assistant GitHub Action workflow (#558) (952c9dd)
  • add PR title validation workflow (#554) (fb8636d)
  • add release type to PR title validation (#567) (9404fb9)
  • eval-dataset: support plain array as dataset (#606) (698e56b)
  • Introduce API/SDK observability wrappers (#529) (59cdf88)

Bug Fixes

  • Add Baggage to the interaction to gentrace.sample (#542) (2b58351)
  • Add await keyword before init function calls (#586) (37de686)
  • Refactor attributes into constants (#550) (6a7e8d4)
  • update Jest config to transform yoctocolors package (5a0323b)
  • Update package manager instructions in README (#533) (c008abd)
  • utils: fix grammar in OpenTelemetry warning (#609) (9ec1f8f)
  • Widen OTEL version range (#536) (64cdf97)

Chores