Skip to content

Releases: openlayer-ai/openlayer-python

v0.12.0

26 Dec 15:01
5997612

Choose a tag to compare

0.12.0 (2025-12-26)

Full Changelog: v0.11.4...v0.12.0

Features

  • api: api update (f117723)
  • api: api update (9f22b46)
  • enhance LiteLLM metadata extraction by adding cost retrieval from response headers (43a7d2e)
  • prevent multiple patching in trace_litellm function to avoid duplicate traces (#568) (a1619e7)

Bug Fixes

  • client: close streams without requiring full consumption (c1458b7)
  • compat with Python 3.14 (c2d9681)

Chores

  • bump httpx-aiohttp version to 0.1.9 (3f895de)
  • do not install brew dependencies in ./scripts/bootstrap by default (45badc5)
  • internal/tests: avoid race condition with implicit client cleanup (3d05ccc)
  • internal: detect missing future annotations with ruff (d2887ba)
  • internal: grammar fix (it's -> its) (4af20e1)
  • internal: update pydantic dependency (0af11ac)
  • internal: version bump (55f6ab0)
  • internal: version bump (3a5c286)
  • internal: version bump (d5dc8c0)
  • internal: version bump (61324d6)
  • internal: version bump (9db5997)
  • internal: version bump (4659537)
  • internal: version bump (199356c)
  • internal: version bump (e63dee5)
  • package: drop Python 3.8 support (4c48617)
  • types: change optional parameter type from NotGiven to Omit (54c1533)

v0.11.4

17 Dec 14:19

Choose a tag to compare

0.11.4 (2025-12-17)

Full Changelog: v0.11.3...v0.11.4

Documentation

  • closes OPEN-8401: strands Agents integration (0b3a4d4)

v0.11.3

12 Dec 19:01

Choose a tag to compare

0.11.3 (2025-12-12)

Full Changelog: v0.11.2...v0.11.3

Chores

  • closes OPEN-8441: tokens not captured for Bedrock traced via the LangChain callback handler (ef57b1f)

v0.11.2

12 Dec 16:44

Choose a tag to compare

0.11.2 (2025-12-12)

Full Changelog: v0.11.1...v0.11.2

Bug Fixes

  • closes OPEN-8437: undefined 'root_step' in LangChain callback handler (4aad122)

v0.11.1

10 Dec 12:41

Choose a tag to compare

0.11.1 (2025-12-10)

Full Changelog: v0.11.0...v0.11.1

Bug Fixes

  • closes OPEN-8223: enhance Google ADK tracing with improved user query handling and output management (d19a8f6)

Refactors

  • clean up outputs in Google ADK tracing notebook to remove unnecessary warnings and streamline execution (9b926ac)

v0.11.0

08 Dec 11:59

Choose a tag to compare

0.11.0 (2025-12-08)

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

Features

  • closes OPEN-8244: Adds Gemini API client tracing (8227c31)

v0.10.0

03 Dec 12:11

Choose a tag to compare

0.10.0 (2025-12-03)

Full Changelog: v0.9.0...v0.10.0

Features

  • CLOSES open-8261: enhance Google ADK tracing with callback support (cd601e6)

v0.9.0

24 Nov 19:51

Choose a tag to compare

0.9.0 (2025-11-24)

Full Changelog: v0.8.1...v0.9.0

Features

  • enhance LangFlow integration with improved context detection (5c1d3a5)
  • improve async trace handling in AsyncOpenlayerHandler (01fa425)

v0.8.1

13 Nov 18:20

Choose a tag to compare

0.8.1 (2025-11-13)

Full Changelog: v0.8.0...v0.8.1

Bug Fixes

  • closes OPEN-8001: handle ValueError in _current_step.reset to manage context variable mismatches (5649f17)

v0.8.0

11 Nov 16:49

Choose a tag to compare

0.8.0 (2025-11-11)

Full Changelog: v0.7.0...v0.8.0

Features

  • closes OPEN-7550: add tracing for openai chat completions parse method (47c4487)