Releases: openlayer-ai/openlayer-python
Releases Β· openlayer-ai/openlayer-python
v0.2.0-alpha.94
0.2.0-alpha.94 (2025-09-11)
Full Changelog: v0.2.0-alpha.93...v0.2.0-alpha.94
Bug Fixes
- custom args with run_batch_from_df (4a45a89)
v0.2.0-alpha.93
0.2.0-alpha.93 (2025-09-10)
Full Changelog: v0.2.0-alpha.92...v0.2.0-alpha.93
Features
- Add user_id and session_id in traces to track users and sessions (b7cd032)
- api: api update (e65c84e)
Chores
- closes OPEN-7337 Exclude examples from linting action (9730dc0)
- exclude custom lib from linting action (89f0d21)
- internal: move mypy configurations to
pyproject.toml
file (49b32b4) - internal: version bump (cb69e2e)
- internal: version bump (59e1a98)
- tests: simplify
get_platform
test (d30a165)
Styles
- reverted back to previous version for data_stream_params.py (89d6a5d)
Refactors
- import fixes (bd78a73)
v0.2.0-alpha.92
0.2.0-alpha.92 (2025-09-09)
Full Changelog: v0.2.0-alpha.91...v0.2.0-alpha.92
Chores
- completes OPEN-7314 Process input/output of root step of LangGraph graphs (9cad000)
v0.2.0-alpha.91
0.2.0-alpha.91 (2025-09-09)
Full Changelog: v0.2.0-alpha.90...v0.2.0-alpha.91
β BREAKING CHANGES
- tracing: None - fully backward compatible
Features
- tracing: enable custom inferenceId for trace decorator (1f01ca5)
v0.2.0-alpha.90
0.2.0-alpha.90 (2025-09-09)
Full Changelog: v0.2.0-alpha.89...v0.2.0-alpha.90
Bug Fixes
- closes OPEN-7311 relax numpy<2.0 requirement (c2ab667)
v0.2.0-alpha.89
0.2.0-alpha.89 (2025-09-08)
Full Changelog: v0.2.0-alpha.88...v0.2.0-alpha.89
Features
- add guardrails system with PII protection (0bcc636)
- integrate guardrails into tracing system (b846ba5)
- introduce guardrail step typ (73c53c6)
Bug Fixes
- PII redaction and trace function calls (5f49d4a)
Chores
- add missing type annotations (86d2d54)
- cleanup unnecessary files (d91fd55)
- completes OPEN-7287 remove concrete guardrail implementations (623f812)
- completes OPEN-7289 write unit tests for the tracer (c80943f)
- update tracer implementation (9abe566)
Documentation
- add comprehensive guardrails usage examples (be7d827)
Refactors
- simplify guardrails integration and clean up examples (4dde617)
v0.2.0-alpha.88
0.2.0-alpha.88 (2025-09-04)
Full Changelog: v0.2.0-alpha.87...v0.2.0-alpha.88
Features
- introduce new step types (9ef8390)
v0.2.0-alpha.87
v0.2.0-alpha.86
0.2.0-alpha.86 (2025-09-02)
Full Changelog: v0.2.0-alpha.85...v0.2.0-alpha.86
Features
- add Python 3.13 support with conditional PyArrow dependencies (fbe37d6)
Chores
- internal: add Sequence related utils (5a28f7f)