Releases: openlayer-ai/openlayer-python
Releases · openlayer-ai/openlayer-python
v0.2.0-alpha.65
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
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)
v0.2.0-alpha.63
0.2.0-alpha.63 (2025-06-03)
Full Changelog: v0.2.0-alpha.62...v0.2.0-alpha.63
Features
- add MLflow notebook example (149e85f)
- add OpenLIT notebook example (f71c668)
- client: add follow_redirects request option (87d8986)
Bug Fixes
- package: support direct resource imports (8407753)
Chores
- ci: fix installation instructions (d7d4fd2)
- ci: upload sdks to package manager (0aadb0a)
- docs: grammar improvements (27794bc)
- docs: remove reference to rye shell (9f8db4a)
- internal: avoid errors for isinstance checks on proxies (3de384b)
- internal: codegen related update (120114a)
- internal: codegen related update (f990977)
- link to OpenLLMetry integration guide (ffcd085)
- remove MLflow example (17256c9)
- sync repo (caa47dc)
v0.2.0-alpha.62
0.2.0-alpha.62 (2025-04-29)
Full Changelog: v0.2.0-alpha.61...v0.2.0-alpha.62
Bug Fixes
- openai tracer: Azure OpenAI chat completion step duplicated (23ee128)
- openai tracer: object async_generator can't be used in 'await' expression (ce13918)
Chores
- lib: expose async tracing methods (af49b20)
Documentation
- update docstring (b248a52)
v0.2.0-alpha.61
0.2.0-alpha.61 (2025-04-25)
Full Changelog: v0.2.0-alpha.60...v0.2.0-alpha.61
Features
- feat: add convenience function that copies tests from one project to another (d59dfe0)
v0.2.0-alpha.60
0.2.0-alpha.60 (2025-04-25)
Full Changelog: v0.2.0-alpha.59...v0.2.0-alpha.60
Features
- api: api update (fbce7ca)
v0.2.0-alpha.59
v0.2.0-alpha.58
v0.2.0-alpha.57
0.2.0-alpha.57 (2025-04-24)
Full Changelog: v0.2.0-alpha.56...v0.2.0-alpha.57
Features
Bug Fixes
- pydantic v1: more robust ModelField.annotation check (1624ca6)
Chores
- broadly detect json family of content-type headers (39d78ac)
- ci: add timeout thresholds for CI jobs (1093391)
- ci: only use depot for staging repos (bafdcd8)
- internal: codegen related update (8c10e35)
- internal: fix list file params (312f532)
- internal: import reformatting (4f944c7)
- internal: refactor retries to not use recursion (5a2c154)
v0.2.0-alpha.56
0.2.0-alpha.56 (2025-04-21)
Full Changelog: v0.2.0-alpha.55...v0.2.0-alpha.56
Features
- api: add test creation endpoint (f9c02bf)