Skip to content

Commit 0458a6d

Browse files
chore: release main (#100)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-server-sdk-ai: 0.16.1</summary> ## [0.16.1](launchdarkly-server-sdk-ai-0.16.0...launchdarkly-server-sdk-ai-0.16.1) (2026-03-16) ### Bug Fixes * Improve metric token collection for Judge evaluations when using LangChain ([f951dac](f951dac)) * Improved raw response when performing Judge evaluations using LangChain ([f951dac](f951dac)) * Simplify judge structured output for improve reliability for judge scores for some LLMs ([#105](#105)) ([f951dac](f951dac)) </details> <details><summary>launchdarkly-server-sdk-ai-langchain: 0.3.2</summary> ## [0.3.2](launchdarkly-server-sdk-ai-langchain-0.3.1...launchdarkly-server-sdk-ai-langchain-0.3.2) (2026-03-16) ### Bug Fixes * Improve metric token collection for Judge evaluations when using LangChain ([f951dac](f951dac)) * Improved raw response when performing Judge evaluations using LangChain ([f951dac](f951dac)) * Simplify judge structured output for improve reliability for judge scores for some LLMs ([#105](#105)) ([f951dac](f951dac)) * Update comments for setting default ([#99](#99)) ([a14761d](a14761d)) </details> <details><summary>launchdarkly-server-sdk-ai-openai: 0.2.1</summary> ## [0.2.1](launchdarkly-server-sdk-ai-openai-0.2.0...launchdarkly-server-sdk-ai-openai-0.2.1) (2026-03-16) ### Bug Fixes * Update comments for setting default ([#99](#99)) ([a14761d](a14761d)) </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** > This is a Release Please version/changelog update only, touching manifests and package metadata but no functional runtime code. Risk is low aside from potential release/versioning inconsistencies if any file was missed. > > **Overview** > Publishes a new release by bumping versions for `launchdarkly-server-sdk-ai` to `0.16.1`, `launchdarkly-server-sdk-ai-langchain` to `0.3.2`, and `launchdarkly-server-sdk-ai-openai` to `0.2.1` (manifest, `pyproject.toml`, and `ldai.__version__`). > > Updates changelogs (and `PROVENANCE.md` version snippet) to reflect the included bug fixes around Judge evaluation output/metrics and documentation comments. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 380481b. 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> Co-authored-by: jsonbailey <jbailey@launchdarkly.com>
1 parent f951dac commit 0458a6d

File tree

9 files changed

+31
-8
lines changed

9 files changed

+31
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/sdk/server-ai": "0.16.0",
3-
"packages/ai-providers/server-ai-langchain": "0.3.1",
4-
"packages/ai-providers/server-ai-openai": "0.2.0"
2+
"packages/sdk/server-ai": "0.16.1",
3+
"packages/ai-providers/server-ai-langchain": "0.3.2",
4+
"packages/ai-providers/server-ai-openai": "0.2.1"
55
}

packages/ai-providers/server-ai-langchain/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-langchain-0.3.1...launchdarkly-server-sdk-ai-langchain-0.3.2) (2026-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Improve metric token collection for Judge evaluations when using LangChain ([f951dac](https://github.com/launchdarkly/python-server-sdk-ai/commit/f951daccd569a0b5ff598f571d105a7d244939d1))
9+
* Improved raw response when performing Judge evaluations using LangChain ([f951dac](https://github.com/launchdarkly/python-server-sdk-ai/commit/f951daccd569a0b5ff598f571d105a7d244939d1))
10+
* Update comments for setting default ([#99](https://github.com/launchdarkly/python-server-sdk-ai/issues/99)) ([a14761d](https://github.com/launchdarkly/python-server-sdk-ai/commit/a14761d0f832e2fd07323f1f5322c76a1d7d7bf6))
11+
312
## [0.3.1](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-langchain-0.3.0...launchdarkly-server-sdk-ai-langchain-0.3.1) (2026-02-23)
413

514

packages/ai-providers/server-ai-langchain/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-langchain"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "LaunchDarkly AI SDK LangChain Provider"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

packages/ai-providers/server-ai-openai/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-openai-0.2.0...launchdarkly-server-sdk-ai-openai-0.2.1) (2026-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Update comments for setting default ([#99](https://github.com/launchdarkly/python-server-sdk-ai/issues/99)) ([a14761d](https://github.com/launchdarkly/python-server-sdk-ai/commit/a14761d0f832e2fd07323f1f5322c76a1d7d7bf6))
9+
310
## [0.2.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-openai-0.1.1...launchdarkly-server-sdk-ai-openai-0.2.0) (2026-03-09)
411

512

packages/ai-providers/server-ai-openai/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-openai"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "LaunchDarkly AI SDK OpenAI Provider"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

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.16.1](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.16.0...launchdarkly-server-sdk-ai-0.16.1) (2026-03-16)
6+
7+
8+
### Bug Fixes
9+
10+
* Simplify judge structured output for improve reliability for judge scores for some LLMs ([#105](https://github.com/launchdarkly/python-server-sdk-ai/issues/105)) ([f951dac](https://github.com/launchdarkly/python-server-sdk-ai/commit/f951daccd569a0b5ff598f571d105a7d244939d1))
11+
512
## [0.16.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.15.0...launchdarkly-server-sdk-ai-0.16.0) (2026-03-09)
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.16.0
13+
VERSION=0.16.1
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.16.0"
3+
version = "0.16.1"
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.16.0" # x-release-please-version
1+
__version__ = "0.16.1" # x-release-please-version
22

33
from ldclient import log
44

0 commit comments

Comments
 (0)