Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.29.1"
".": "0.30.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 31
openapi_spec_hash: a574ef9082e992c25120554886a9ab7a
config_hash: f8fb410519268f9f228074c9344acc1f
config_hash: 2d4f9621ceae4bb25977853a964a0e54
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.30.0 (2026-07-08)

Full Changelog: [v0.29.1...v0.30.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.29.1...v0.30.0)

### Features

* **closes OPEN-11315:** modernize the LangChain/LangGraph callback handler for v1 ([f5f38d2](https://github.com/openlayer-ai/openlayer-python/commit/f5f38d22e0c062962ae6723aad96016ab37f7eb9))


### Bug Fixes

* **tracing:** harden offline buffer for concurrency and high volume ([00525f7](https://github.com/openlayer-ai/openlayer-python/commit/00525f70d75a07aae28426ae1fcaed485922b21d))

## 0.29.1 (2026-06-05)

Full Changelog: [v0.29.0...v0.29.1](https://github.com/openlayer-ai/openlayer-python/compare/v0.29.0...v0.29.1)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openlayer"
version = "0.29.1"
version = "0.30.0"
description = "The official Python library for the openlayer API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/openlayer/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "openlayer"
__version__ = "0.29.1" # x-release-please-version
__version__ = "0.30.0" # x-release-please-version