Skip to content

Commit 15ee6bd

Browse files
release: 0.2.0-alpha.76
1 parent be3b860 commit 15ee6bd

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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.75"
2+
".": "0.2.0-alpha.76"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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.76 (2025-08-06)
9+
10+
Full Changelog: [v0.2.0-alpha.75...v0.2.0-alpha.76](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.75...v0.2.0-alpha.76)
11+
12+
### Features
13+
14+
* **client:** support file upload requests ([348bf62](https://github.com/openlayer-ai/openlayer-python/commit/348bf62632f34c9f807422225717eac4772e2f89))
15+
* **tracing:** add OCI Generative AI LLM tracing integration ([7e0621f](https://github.com/openlayer-ai/openlayer-python/commit/7e0621f954e4f9927b05544079157aec6c79d16f))
16+
* **tracing:** add OCI Generative AI tracing examples and documentation ([fbad796](https://github.com/openlayer-ai/openlayer-python/commit/fbad79691dd4bfb93376a72817eae2c70f39fbae))
17+
* **tracing:** enhance OCI Generative AI tracing notebook and integration ([c0ae879](https://github.com/openlayer-ai/openlayer-python/commit/c0ae8793bfc4f16da6604266de6e1a85b30ac341))
18+
* **tracing:** enhance OCI tracing functionality with token estimation options ([488ba7c](https://github.com/openlayer-ai/openlayer-python/commit/488ba7cd802e4982017e9a0e571a7db8d3f3d5ee))
19+
* **tracing:** enhance OCI tracing with timing and token estimation ([a517015](https://github.com/openlayer-ai/openlayer-python/commit/a517015d0c9838f09b1e4333ded92a7c2c283974))
20+
* **tracing:** update OCI Generative AI tracing notebook and remove examples ([2e02aa2](https://github.com/openlayer-ai/openlayer-python/commit/2e02aa2825308b93275dfd4da851d43368848926))
21+
22+
23+
### Chores
24+
25+
* **internal:** fix ruff target version ([be3b860](https://github.com/openlayer-ai/openlayer-python/commit/be3b86012d324b6a1417636ff9e2960531870f81))
26+
27+
28+
### Refactors
29+
30+
* **tracing:** clean up OCI tracing notebook by removing commented code ([e91fe47](https://github.com/openlayer-ai/openlayer-python/commit/e91fe4726589e77f7debaa0d6e9f6ea13e4d8523))
31+
* **tracing:** improve code formatting and consistency in oci_tracer.py ([d0700ae](https://github.com/openlayer-ai/openlayer-python/commit/d0700ae70bec89c256b6953d25244fbb54e594e6))
32+
* **tracing:** optimize chunk streaming and content extraction in oci_tracer.py ([a17bd88](https://github.com/openlayer-ai/openlayer-python/commit/a17bd88d14e4548632612f427bb77b3d699f5c1e))
33+
* **tracing:** streamline input extraction in OCI tracer ([915cd7b](https://github.com/openlayer-ai/openlayer-python/commit/915cd7b5a0b1f554614d6cb23d27ea8d87f8b0e6))
34+
835
## 0.2.0-alpha.75 (2025-07-31)
936

1037
Full Changelog: [v0.2.0-alpha.74...v0.2.0-alpha.75](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.74...v0.2.0-alpha.75)

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.75"
3+
version = "0.2.0-alpha.76"
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.75" # x-release-please-version
4+
__version__ = "0.2.0-alpha.76" # x-release-please-version

0 commit comments

Comments
 (0)