Skip to content

Releases: openlayer-ai/openlayer-python

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)

v0.2.0-alpha.82

26 Aug 04:21
Compare
Choose a tag to compare
v0.2.0-alpha.82 Pre-release
Pre-release

0.2.0-alpha.82 (2025-08-26)

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

Features

  • accept custom inference id (862a5b6)
  • allow ignore flags for callback handlers (d65007f)

Chores

  • internal: change ci workflow machines (2283e73)
  • update github action (75f6569)

v0.2.0-alpha.81

20 Aug 12:47
Compare
Choose a tag to compare
v0.2.0-alpha.81 Pre-release
Pre-release

0.2.0-alpha.81 (2025-08-20)

Full Changelog: v0.2.0-alpha.80...v0.2.0-alpha.81

Bug Fixes

  • tracing: improve error handling in sync generator finalization (c8360cb)

v0.2.0-alpha.80

15 Aug 13:06
Compare
Choose a tag to compare
v0.2.0-alpha.80 Pre-release
Pre-release

0.2.0-alpha.80 (2025-08-15)

Full Changelog: v0.2.0-alpha.79...v0.2.0-alpha.80

Features

  • examples: add async LangChain callback handler notebook (9f612c8)
  • integrations: async Openlayer callback handler (f1b9761)

Chores

  • update async LangChain callback handler notebook (5dea2a9)

v0.2.0-alpha.79

13 Aug 12:17
Compare
Choose a tag to compare
v0.2.0-alpha.79 Pre-release
Pre-release

0.2.0-alpha.79 (2025-08-13)

Full Changelog: v0.2.0-alpha.78...v0.2.0-alpha.79

Features

  • tracing: enhance tracing for synchronous generator functions (1aab21a)

Chores

  • internal: update comment in script (572168d)
  • update @stainless-api/prism-cli to v5.15.0 (9887b4b)

v0.2.0-alpha.78

08 Aug 14:58
Compare
Choose a tag to compare
v0.2.0-alpha.78 Pre-release
Pre-release

0.2.0-alpha.78 (2025-08-08)

Full Changelog: v0.2.0-alpha.77...v0.2.0-alpha.78

Chores

  • recognize Azure as a provider in the LangChain callback handler (3509bc0)

v0.2.0-alpha.77

06 Aug 20:29
Compare
Choose a tag to compare
v0.2.0-alpha.77 Pre-release
Pre-release

0.2.0-alpha.77 (2025-08-06)

Full Changelog: v0.2.0-alpha.76...v0.2.0-alpha.77

Bug Fixes

v0.2.0-alpha.76

06 Aug 20:07
Compare
Choose a tag to compare
v0.2.0-alpha.76 Pre-release
Pre-release

0.2.0-alpha.76 (2025-08-06)

Full Changelog: v0.2.0-alpha.75...v0.2.0-alpha.76

Features

  • client: support file upload requests (348bf62)
  • tracing: add OCI Generative AI LLM tracing integration (7e0621f)
  • tracing: add OCI Generative AI tracing examples and documentation (fbad796)
  • tracing: enhance OCI Generative AI tracing notebook and integration (c0ae879)
  • tracing: enhance OCI tracing functionality with token estimation options (488ba7c)
  • tracing: enhance OCI tracing with timing and token estimation (a517015)
  • tracing: update OCI Generative AI tracing notebook and remove examples (2e02aa2)

Chores

  • internal: fix ruff target version (be3b860)

Refactors

  • tracing: clean up OCI tracing notebook by removing commented code (e91fe47)
  • tracing: improve code formatting and consistency in oci_tracer.py (d0700ae)
  • tracing: optimize chunk streaming and content extraction in oci_tracer.py (a17bd88)
  • tracing: streamline input extraction in OCI tracer (915cd7b)