Skip to content

Releases: openlayer-ai/openlayer-python

v0.2.0-alpha.92

09 Sep 14:38
Compare
Choose a tag to compare
v0.2.0-alpha.92 Pre-release
Pre-release

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

09 Sep 04:24
Compare
Choose a tag to compare
v0.2.0-alpha.91 Pre-release
Pre-release

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

09 Sep 00:44
Compare
Choose a tag to compare
v0.2.0-alpha.90 Pre-release
Pre-release

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

08 Sep 20:11
Compare
Choose a tag to compare
v0.2.0-alpha.89 Pre-release
Pre-release

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

04 Sep 19:37
Compare
Choose a tag to compare
v0.2.0-alpha.88 Pre-release
Pre-release

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

04 Sep 13:42
Compare
Choose a tag to compare
v0.2.0-alpha.87 Pre-release
Pre-release

0.2.0-alpha.87 (2025-09-04)

Full Changelog: v0.2.0-alpha.86...v0.2.0-alpha.87

Features

  • improve future compat with pydantic v3 (88a15df)
  • types: replace List[str] with SequenceNotStr in params (8838b80)

v0.2.0-alpha.86

02 Sep 17:24
Compare
Choose a tag to compare
v0.2.0-alpha.86 Pre-release
Pre-release

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)

v0.2.0-alpha.85

29 Aug 15:53
Compare
Choose a tag to compare
v0.2.0-alpha.85 Pre-release
Pre-release

0.2.0-alpha.85 (2025-08-29)

Full Changelog: v0.2.0-alpha.84...v0.2.0-alpha.85

Features

  • accept metadata transformer for LangChain callback handler (9c1e276)
  • log context for LangChain callback handler (a1846e0)
  • parse usage after response streaming (063fc77)

v0.2.0-alpha.83

27 Aug 04:48
Compare
Choose a tag to compare

0.2.0-alpha.83 (2025-08-27)

Full Changelog: v0.2.0-alpha.82...v0.2.0-alpha.83

Features

  • specify custom args when running openlayer batch (2249f11)

v0.2.0-alpha.84

27 Aug 12:30
Compare
Choose a tag to compare
v0.2.0-alpha.84 Pre-release
Pre-release

0.2.0-alpha.84 (2025-08-27)

Full Changelog: v0.2.0-alpha.83...v0.2.0-alpha.84

Bug Fixes

  • avoid newer type syntax (d9f76bc)

Chores

  • internal: update pyright exclude list (e27a895)