Releases: openlayer-ai/openlayer-python
Releases · openlayer-ai/openlayer-python
v0.2.0-alpha.75
0.2.0-alpha.75 (2025-07-31)
Full Changelog: v0.2.0-alpha.74...v0.2.0-alpha.75
Features
Bug Fixes
- parsing: parse extra field types (674a00b)
Chores
- project: add settings file for vscode (499890c)
v0.2.0-alpha.74
0.2.0-alpha.74 (2025-07-22)
Full Changelog: v0.2.0-alpha.73...v0.2.0-alpha.74
Features
- allow output overwrite (a1ccbc3)
Bug Fixes
- parsing: ignore empty metadata (6da7f35)
v0.2.0-alpha.73
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
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
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
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
v0.2.0-alpha.69
0.2.0-alpha.69 (2025-07-11)
Full Changelog: v0.2.0-alpha.68...v0.2.0-alpha.69
Bug Fixes
- improve tracing errors (a204b4c)
Chores
- add github PR template (4166639)
v0.2.0-alpha.68
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
v0.2.0-alpha.67
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
v0.2.0-alpha.66
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
- format file (16429ac)
Documentation
- add LangGraph notebook example (cb8838c)