Skip to content

Commit c7232ce

Browse files
release: 0.2.0-alpha.66
1 parent d61888c commit c7232ce

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0-alpha.65"
2+
".": "0.2.0-alpha.66"
33
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.0-alpha.66 (2025-07-09)
9+
10+
Full Changelog: [v0.2.0-alpha.65...v0.2.0-alpha.66](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.65...v0.2.0-alpha.66)
11+
12+
### Features
13+
14+
* **tracer:** enhance tracing functionality with helper methods for input extraction and logging finalization ([c2908d0](https://github.com/openlayer-ai/openlayer-python/commit/c2908d0f5516a21b8c25a830b7cd98a4df797ac6))
15+
* **tracer:** implement lazy initialization for Openlayer client ([2daf847](https://github.com/openlayer-ai/openlayer-python/commit/2daf847518779c070e0cb9b82ff6a8267dd6b965))
16+
* **tracer:** refactor step creation and logging for improved clarity and maintainability ([243a7f9](https://github.com/openlayer-ai/openlayer-python/commit/243a7f9011f66a38af8bc60fbe8687395a73c222))
17+
18+
19+
### Bug Fixes
20+
21+
* update client retrieval for LangChain callback handler ([7fb7cbe](https://github.com/openlayer-ai/openlayer-python/commit/7fb7cbed5c7781bf1266655e0dbc0caff5b80c00))
22+
23+
24+
### Chores
25+
26+
* format file ([16429ac](https://github.com/openlayer-ai/openlayer-python/commit/16429ac260e1c458af12ed7c5508d9af9e4722bb))
27+
28+
29+
### Documentation
30+
31+
* add LangGraph notebook example ([cb8838c](https://github.com/openlayer-ai/openlayer-python/commit/cb8838c0d0f6bd983e295eaf990eb35ecf9a48e7))
32+
33+
34+
### Refactors
35+
36+
* **tracer:** simplify async step creation by consolidating functions ([d61888c](https://github.com/openlayer-ai/openlayer-python/commit/d61888c4e23b8b592022e0ee766bab87d79d7e13))
37+
* **tracer:** streamline code formatting and improve readability ([bada5eb](https://github.com/openlayer-ai/openlayer-python/commit/bada5eb23c1979b0ba76f0e1c4ff3f991d54cb40))
38+
839
## 0.2.0-alpha.65 (2025-07-09)
940

1041
Full Changelog: [v0.2.0-alpha.64...v0.2.0-alpha.65](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.64...v0.2.0-alpha.65)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openlayer"
3-
version = "0.2.0-alpha.65"
3+
version = "0.2.0-alpha.66"
44
description = "The official Python library for the openlayer API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openlayer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "openlayer"
4-
__version__ = "0.2.0-alpha.65" # x-release-please-version
4+
__version__ = "0.2.0-alpha.66" # x-release-please-version

0 commit comments

Comments
 (0)