Skip to content

Releases: openlayer-ai/openlayer-python

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

v0.2.0-alpha.68

11 Jul 13:38
Compare
Choose a tag to compare
v0.2.0-alpha.68 Pre-release
Pre-release

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

  • Implement conditional imports for all integration modules (#480) (bf99015)

v0.2.0-alpha.67

10 Jul 15:35
Compare
Choose a tag to compare
v0.2.0-alpha.67 Pre-release
Pre-release

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

  • parsing: correctly handle nested discriminated unions (a0cc200)
  • tracer: update dictionary type annotation in OpenlayerTracerProcessor (376ab2d)

v0.2.0-alpha.66

09 Jul 17:36
Compare
Choose a tag to compare
v0.2.0-alpha.66 Pre-release
Pre-release

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

Documentation

  • add LangGraph notebook example (cb8838c)

Refactors

  • tracer: simplify async step creation by consolidating functions (d61888c)
  • tracer: streamline code formatting and improve readability (bada5eb)