Skip to content

Commit ea0c109

Browse files
chore: release main (#96)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-server-sdk-ai: 0.15.0</summary> ## [0.15.0](launchdarkly-server-sdk-ai-0.14.2...launchdarkly-server-sdk-ai-0.15.0) (2026-03-02) ### Features * add agent graph tracker ([#89](#89)) ([9d371fa](9d371fa)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this PR is a release/version bump and documentation updates with no functional code changes beyond updating the exported package version string. > > **Overview** > Bumps `packages/sdk/server-ai` from `0.14.2` to `0.15.0` across the release manifest, `pyproject.toml`, and `ldai.__version__`. > > Updates release documentation by adding the `0.15.0` entry to `CHANGELOG.md` (noting the *agent graph tracker* feature) and updating `PROVENANCE.md`’s verification example to reference `0.15.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b148be8. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d371fa commit ea0c109

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/sdk/server-ai": "0.14.2",
2+
"packages/sdk/server-ai": "0.15.0",
33
"packages/ai-providers/server-ai-langchain": "0.3.1",
44
"packages/ai-providers/server-ai-openai": "0.1.1"
55
}

packages/sdk/server-ai/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.15.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.14.2...launchdarkly-server-sdk-ai-0.15.0) (2026-03-02)
6+
7+
8+
### Features
9+
10+
* add agent graph tracker ([#89](https://github.com/launchdarkly/python-server-sdk-ai/issues/89)) ([9d371fa](https://github.com/launchdarkly/python-server-sdk-ai/commit/9d371faa43c3028062e32f44f8693ede685cb7c6))
11+
512
## [0.14.2](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.14.1...launchdarkly-server-sdk-ai-0.14.2) (2026-02-25)
613

714

packages/sdk/server-ai/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
1010

1111
```
1212
# Set the version of the library to verify
13-
VERSION=0.14.2
13+
VERSION=0.15.0
1414
```
1515

1616
<!-- x-release-please-end -->

packages/sdk/server-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-server-sdk-ai"
3-
version = "0.14.2"
3+
version = "0.15.0"
44
description = "LaunchDarkly SDK for AI"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

packages/sdk/server-ai/src/ldai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.14.2" # x-release-please-version
1+
__version__ = "0.15.0" # x-release-please-version
22

33
from ldclient import log
44

0 commit comments

Comments
 (0)