Skip to content

Releases: openlayer-ai/openlayer-python

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)

v0.2.0-alpha.75

31 Jul 01:36
Compare
Choose a tag to compare
v0.2.0-alpha.75 Pre-release
Pre-release

0.2.0-alpha.75 (2025-07-31)

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

Features

  • Add Programmatic Configuration Support for Tracing Decorators (#495) (12b0f28)

Bug Fixes

  • parsing: parse extra field types (674a00b)

Chores

  • project: add settings file for vscode (499890c)

v0.2.0-alpha.74

22 Jul 18:54
Compare
Choose a tag to compare
v0.2.0-alpha.74 Pre-release
Pre-release

0.2.0-alpha.74 (2025-07-22)

Full Changelog: v0.2.0-alpha.73...v0.2.0-alpha.74

Features

Bug Fixes

  • parsing: ignore empty metadata (6da7f35)

v0.2.0-alpha.73

17 Jul 16:24
Compare
Choose a tag to compare
v0.2.0-alpha.73 Pre-release
Pre-release

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

17 Jul 14:28
Compare
Choose a tag to compare
v0.2.0-alpha.72 Pre-release
Pre-release

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

16 Jul 18:16
Compare
Choose a tag to compare
v0.2.0-alpha.71 Pre-release
Pre-release

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

15 Jul 23:11
Compare
Choose a tag to compare
v0.2.0-alpha.70 Pre-release
Pre-release

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

  • client: don't send Content-Type header on GET requests (f8aaafa)
  • print successful data streaming (496f9c4)

v0.2.0-alpha.69

11 Jul 22:14
Compare
Choose a tag to compare
v0.2.0-alpha.69 Pre-release
Pre-release

0.2.0-alpha.69 (2025-07-11)

Full Changelog: v0.2.0-alpha.68...v0.2.0-alpha.69

Bug Fixes

Chores