Skip to content

Latest commit

 

History

History
640 lines (477 loc) · 75.7 KB

File metadata and controls

640 lines (477 loc) · 75.7 KB

Changelog

1.6.1 (2025-08-22)

Full Changelog: v1.6.0...v1.6.1

Bug Fixes

  • otel: add stable vendored OTLP exporter (#378) (14895fc)

Chores

  • deps: update opentelemetry version bounds (54a804a)

1.6.0 (2025-08-22)

Full Changelog: v1.5.2...v1.6.0

Features

  • add kwargs typing patterns example guide (5b97bb5)

Bug Fixes

  • Use List[str] for Python 3.8+ typing (1301fdb)

Chores

1.5.2 (2025-08-16)

Full Changelog: v1.5.1...v1.5.2

Bug Fixes

  • add gentrace.in_experiment to span attributes (#374) (f871c76)

Chores

  • internal: codegen related update (756aba7)

1.5.1 (2025-08-13)

Full Changelog: v1.5.0...v1.5.1

Bug Fixes

  • eval_dataset: raise limit to 100 concurrency (#371) (c7b5db8)

1.5.0 (2025-08-12)

Full Changelog: v1.4.1...v1.5.0

Features

  • progress: show experiment URL in reporters (#369) (5a48f44)

1.4.1 (2025-08-11)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

  • progress: improve Rich progress bar display (#367) (db8c361)

1.4.0 (2025-08-11)

Full Changelog: v1.3.1...v1.4.0

Features

  • progress: add progress reporting to evals (#366) (9b155dd)

Chores

  • ci: add python version compatibility tests (#364) (afd3e2a)
  • internal: fix ruff target version (e63f4e8)
  • internal: update comment in script (59722c4)
  • update @stainless-api/prism-cli to v5.15.0 (34c0978)

1.3.1 (2025-08-04)

Full Changelog: v1.3.0...v1.3.1

Bug Fixes

  • utils: correct type hints for args and kwargs (#362) (bd7a525)

1.3.0 (2025-07-31)

Full Changelog: v1.2.0...v1.3.0

Features

  • otlp: add detailed export error handling (2536a8f)

Bug Fixes

  • warnings: remove redundant API key permission msg (276ca6d)

1.2.0 (2025-07-31)

Full Changelog: v1.1.0...v1.2.0

Features

  • client: support file upload requests (7dd1eea)
  • otlp: show partial success issues directly in the client SDK code (#359) (76c0ada)

Chores

  • examples: add langgraph math agent example (#360) (b2f4d86)

1.1.0 (2025-07-24)

Full Changelog: v1.0.1...v1.1.0

Features

Bug Fixes

  • figure out the issue with test failures (#354) (b7c5c99)

1.0.1 (2025-07-23)

Full Changelog: v1.0.0-alpha.13...v1.0.1

Features

  • add organizations resource access (#343) (a3440ca)
  • api: api update (6d38ea8)
  • api: correct the organization structure (80dbc4f)
  • api: create organization methods (a76d501)
  • clean up environment call outs (1d10b59)
  • client: add support for aiohttp (d1c67c9)
  • client: add support for aiohttp (2a1a572)
  • examples: add genai semantic conventions example (#345) (8061549)
  • experiment: return experiment URL in result (#344) (2c7950b)
  • init: warn on config changes in multiple init() (#347) (e5f66cb)
  • interaction: support default pipeline usage (#346) (a81de7a)
  • warnings: centralize and refactor warnings (#341) (eca923a)

Bug Fixes

  • ci: correct conditional (7aeac82)
  • ci: release-doctor — report correct token name (e5f4735)
  • client: correctly parse binary response | stream (36e3af4)
  • client: don't send Content-Type header on GET requests (9a43359)
  • eval_dataset: simplify test case conversion logic (#349) (7b7a451)
  • parsing: correctly handle nested discriminated unions (e5b1210)
  • parsing: ignore empty metadata (93edce5)
  • parsing: parse extra field types (bb48320)
  • pipeline: improve async validation scheduling (#348) (a9abf88)
  • pipeline: improve async validation scheduling (#348) (#352) (26e6b2c)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (bbd629e)

Chores

  • ci: change upload type (9f4478a)
  • ci: enable for pull requests (40f97e3)
  • ci: only run for pushes and fork pull requests (4287211)
  • fix deps (0107e7a)
  • fix version (4fa0928)
  • get tests to work with hotfix (#351) (8f2e49e)
  • internal: bump pinned h11 dep (9d732a5)
  • internal: update conftest.py (1ed8233)
  • internal: version bump (3452596)
  • package: mark python 3.13 as supported (59c5862)
  • readme: fix version rendering on pypi (0bfd6e1)
  • readme: update badges (0df37ad)
  • tests: add tests for httpx client instantiation & proxies (092a251)
  • tests: run tests in parallel (a892e5b)
  • tests: skip some failing tests on the latest python versions (bc643aa)

Documentation

  • client: fix httpx.Timeout documentation reference (0ae37db)

1.0.0-alpha.13 (2025-07-15)

Full Changelog: v1.0.0-alpha.12...v1.0.0-alpha.13

Features

  • eval_dataset: support plain array as data input (#340) (588dfef)

Bug Fixes

  • Simplify background task scheduling method (#337) (c44a348)
  • update langchain_simple.py example (#338) (2b864d3)

1.0.0-alpha.12 (2025-07-08)

Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12

Features

  • Add max concurrency limit, create shared GentraceWarning abstraction (#335) (821e852)

1.0.0-alpha.11 (2025-07-07)

Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11

Features

  • Add simple dataset evaluation example with Gentrace (#334) (8573a96)

Chores

1.0.0-alpha.10 (2025-07-07)

Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10

Features

  • Add Gentrace interaction tracking to manual config script (7f23560)
  • Add LangChain example with Gentrace instrumentation (#330) (c157138)

Bug Fixes

  • Automatically init() in the interaction() if it's not already initialized (#328) (b218e94)

1.0.0-alpha.9 (2025-07-04)

Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9

Chores

1.0.0-alpha.8 (2025-06-25)

Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8

Chores

  • Add Agent.instrument_all() call for tracing (#325) (91c3473)

1.0.0-alpha.7 (2025-06-25)

Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7

Features

  • Add OpenAI Agents instrumentation example (#322) (96f3f23)

1.0.0-alpha.6 (2025-06-20)

Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6

Bug Fixes

1.0.0-alpha.5 (2025-06-19)

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5

Features

1.0.0-alpha.4 (2025-06-06)

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

Bug Fixes

  • Fix incorrect ordering of type annotations (#314) (8594dd9)

1.0.0-alpha.3 (2025-06-06)

Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.3

Features

  • Add Anthropic example and optional dependency (#305) (6252d12)
  • add baggage support to eval methods (#309) (e8a5904)
  • Add Claude Assistant GitHub Action workflow (#296) (3ff4c9a)
  • add PR title validation workflow (#293) (47c7730)
  • add release type to PR title validation (#308) (758b70a)
  • client: add follow_redirects request option (69d68d0)
  • Improve NUX for copying code snippets (#304) (610228a)

Bug Fixes

  • add span hierarchy visualization to README (#294) (14447cd)
  • allow beta releases of the baggage span processor (#307) (ec1bb71)
  • Fix the processing of asynchronous generator functions (#313) (bec5004)

Chores

  • Add documentation note about [@traced](https://github.com/traced)() (#291) (b056034)
  • Add GentraceSampler and GentraceSpanProcessor documentation to README (#292) (4113a1a)
  • Add PydanticAI example (#310) (89101f2)
  • ci: fix installation instructions (68f1b5d)
  • docs: grammar improvements (75f3b34)
  • docs: remove reference to rye shell (bbd535e)
  • internal: codegen related update (3194966)

1.0.0-alpha.1 (2025-05-16)

Full Changelog: v0.1.7...v1.0.0-alpha.1

Features

  • api: Change to API key from Bearer Token (0002317)
  • api: manual updates (fd29846)

Bug Fixes

  • api: change the PyPI package name (590bf1a)
  • package: support direct resource imports (d4cbf5e)

Chores

  • ci: upload sdks to package manager (de63329)
  • internal: avoid errors for isinstance checks on proxies (02c9e3d)
  • internal: version bump (86c6815)

0.1.7 (2025-05-07)

Full Changelog: v0.0.1-alpha.0...v0.1.7

Features

Bug Fixes

Chores

Build System

  • Remove secondary source from pyproject.toml (#269) (3e6f859)