Skip to content

Releases: openlayer-ai/openlayer-python

v0.2.0-alpha.73

17 Jul 16:24

Choose a tag to compare

v0.2.0-alpha.73 Pre-release
Pre-release

0.2.0-alpha.73 (2025-07-17)

Full Changelog: v0.2.0-alpha.72...v0.2.0-alpha.73

Bug Fixes

  • bedrock: return identical Bedrock object (0f5f694)

v0.2.0-alpha.72

17 Jul 14:28

Choose a tag to compare

v0.2.0-alpha.72 Pre-release
Pre-release

0.2.0-alpha.72 (2025-07-17)

Full Changelog: v0.2.0-alpha.71...v0.2.0-alpha.72

Bug Fixes

  • bedrock: accept size positional argument (94366df)

v0.2.0-alpha.71

16 Jul 18:16

Choose a tag to compare

v0.2.0-alpha.71 Pre-release
Pre-release

0.2.0-alpha.71 (2025-07-16)

Full Changelog: v0.2.0-alpha.70...v0.2.0-alpha.71

Features

  • integrations: add AWS Bedrock tracer (b8f5926)

Documentation

  • add AWS Bedrock notebook example (5d560b4)

v0.2.0-alpha.70

15 Jul 23:11

Choose a tag to compare

v0.2.0-alpha.70 Pre-release
Pre-release

0.2.0-alpha.70 (2025-07-15)

Full Changelog: v0.2.0-alpha.69...v0.2.0-alpha.70

Features

  • clean up environment call outs (57e6088)

Bug Fixes

  • client: don't send Content-Type header on GET requests (f8aaafa)
  • print successful data streaming (496f9c4)

v0.2.0-alpha.69

11 Jul 22:14

Choose a tag to compare

v0.2.0-alpha.69 Pre-release
Pre-release

0.2.0-alpha.69 (2025-07-11)

Full Changelog: v0.2.0-alpha.68...v0.2.0-alpha.69

Bug Fixes

Chores

v0.2.0-alpha.68

11 Jul 13:38

Choose a tag to compare

v0.2.0-alpha.68 Pre-release
Pre-release

0.2.0-alpha.68 (2025-07-11)

Full Changelog: v0.2.0-alpha.67...v0.2.0-alpha.68

Chores

  • readme: fix version rendering on pypi (4a1c3f3)

Refactors

  • Implement conditional imports for all integration modules (#480) (bf99015)

v0.2.0-alpha.67

10 Jul 15:35

Choose a tag to compare

v0.2.0-alpha.67 Pre-release
Pre-release

0.2.0-alpha.67 (2025-07-10)

Full Changelog: v0.2.0-alpha.66...v0.2.0-alpha.67

Features

  • tracer: enhance OpenlayerTracerProcessor with dynamic base class and type hinting (1ea28d7)

Bug Fixes

  • parsing: correctly handle nested discriminated unions (a0cc200)
  • tracer: update dictionary type annotation in OpenlayerTracerProcessor (376ab2d)

v0.2.0-alpha.66

09 Jul 17:36

Choose a tag to compare

v0.2.0-alpha.66 Pre-release
Pre-release

0.2.0-alpha.66 (2025-07-09)

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

Features

  • tracer: enhance tracing functionality with helper methods for input extraction and logging finalization (c2908d0)
  • tracer: implement lazy initialization for Openlayer client (2daf847)
  • tracer: refactor step creation and logging for improved clarity and maintainability (243a7f9)

Bug Fixes

  • update client retrieval for LangChain callback handler (7fb7cbe)

Chores

Documentation

  • add LangGraph notebook example (cb8838c)

Refactors

  • tracer: simplify async step creation by consolidating functions (d61888c)
  • tracer: streamline code formatting and improve readability (bada5eb)

v0.2.0-alpha.65

09 Jul 14:37
b89396c

Choose a tag to compare

v0.2.0-alpha.65 Pre-release
Pre-release

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)

v0.2.0-alpha.64

16 Jun 23:07

Choose a tag to compare

v0.2.0-alpha.64 Pre-release
Pre-release

0.2.0-alpha.64 (2025-06-16)

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

Bug Fixes

  • client: correctly parse binary response | stream (8fe8ec0)
  • tracer: pull ground truth from root step only when it is defined (29b5f56)

Chores

  • tests: run tests in parallel (140bf6e)

Documentation

  • add Pydantic AI notebook example (65f9b15)