Releases: openlayer-ai/openlayer-python
Releases · openlayer-ai/openlayer-python
v0.12.0
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-aiohttpversion 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
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
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
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
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
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
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
v0.8.1
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
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)