Skip to content

Commit 23bebb2

Browse files
chore: release main (#82)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-server-sdk-ai: 0.12.0</summary> ## [0.12.0](launchdarkly-server-sdk-ai-0.11.0...launchdarkly-server-sdk-ai-0.12.0) (2026-01-02) ### ⚠ BREAKING CHANGES * Removed SupportedAIProvider type * Removed optional logger parameters ### Features * Re-export ldclient log in ldai ([55e0da3](55e0da3)) ### Bug Fixes * Enable support for existing AI Providers ([#80](#80)) ([55e0da3](55e0da3)) * Order of providers is now preserved ([55e0da3](55e0da3)) * Removed optional logger parameters ([55e0da3](55e0da3)) * Removed SupportedAIProvider type ([55e0da3](55e0da3)) * Use the ldclient logger ([55e0da3](55e0da3)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 55e0da3 commit 23bebb2

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/sdk/server-ai": "0.11.0",
2+
"packages/sdk/server-ai": "0.12.0",
33
"packages/ai-providers/server-ai-langchain": "0.2.0"
44
}

packages/sdk/server-ai/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.12.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.11.0...launchdarkly-server-sdk-ai-0.12.0) (2026-01-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Removed SupportedAIProvider type
11+
* Removed optional logger parameters
12+
13+
### Features
14+
15+
* Re-export ldclient log in ldai ([55e0da3](https://github.com/launchdarkly/python-server-sdk-ai/commit/55e0da3dc0a142d94da6ae78a8322a8448b569c6))
16+
17+
18+
### Bug Fixes
19+
20+
* Enable support for existing AI Providers ([#80](https://github.com/launchdarkly/python-server-sdk-ai/issues/80)) ([55e0da3](https://github.com/launchdarkly/python-server-sdk-ai/commit/55e0da3dc0a142d94da6ae78a8322a8448b569c6))
21+
* Order of providers is now preserved ([55e0da3](https://github.com/launchdarkly/python-server-sdk-ai/commit/55e0da3dc0a142d94da6ae78a8322a8448b569c6))
22+
* Removed optional logger parameters ([55e0da3](https://github.com/launchdarkly/python-server-sdk-ai/commit/55e0da3dc0a142d94da6ae78a8322a8448b569c6))
23+
* Removed SupportedAIProvider type ([55e0da3](https://github.com/launchdarkly/python-server-sdk-ai/commit/55e0da3dc0a142d94da6ae78a8322a8448b569c6))
24+
* Use the ldclient logger ([55e0da3](https://github.com/launchdarkly/python-server-sdk-ai/commit/55e0da3dc0a142d94da6ae78a8322a8448b569c6))
25+
526
## [0.11.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.10.1...launchdarkly-server-sdk-ai-0.11.0) (2025-12-19)
627

728

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.11.0
13+
VERSION=0.12.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.11.0"
3+
version = "0.12.0"
44
description = "LaunchDarkly SDK for AI"
55
authors = ["LaunchDarkly <[email protected]>"]
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.11.0" # x-release-please-version
1+
__version__ = "0.12.0" # x-release-please-version
22

33
from ldclient import log
44

0 commit comments

Comments
 (0)