Skip to content

Commit bafe484

Browse files
chore(main): release LaunchDarkly.ServerSdk.Ai 0.12.0 (#296)
🤖 I have created a release *beep* *boop* --- ## [0.12.0](LaunchDarkly.ServerSdk.Ai-v0.11.0...LaunchDarkly.ServerSdk.Ai-v0.12.0) (2026-06-30) ### Features * Add AgentGraph support to the AI SDK ([#292](#292)) ([c81b28f](c81b28f)) * Add template config methods to AI SDK ([#299](#299)) ([1b96e4a](1b96e4a)) --- 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** > Version and release-metadata only; behavioral changes ship in prior merged PRs, not in this diff. > > **Overview** > This PR is an automated **Release Please** cut for `LaunchDarkly.ServerSdk.Ai` **0.12.0**—no application code changes in the diff itself. > > It updates the release manifest, NuGet/csproj version, `SdkInfo.Version`, and provenance docs to **0.12.0**, and adds a **0.12.0** changelog entry for features already merged on main: **AgentGraph** support ([#292]) and **template config** client APIs ([#299]). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 3a4dd8f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31b14b7 commit bafe484

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"pkgs/sdk/server": "8.14.0",
66
"pkgs/sdk/client": "5.9.0",
77
"pkgs/telemetry": "1.5.1",
8-
"pkgs/sdk/server-ai": "0.11.0",
8+
"pkgs/sdk/server-ai": "0.12.0",
99
"pkgs/shared/common": "7.2.0",
1010
"pkgs/shared/common-json-net": "7.0.2"
1111
}

pkgs/sdk/server-ai/CHANGELOG.md

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

3+
## [0.12.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.11.0...LaunchDarkly.ServerSdk.Ai-v0.12.0) (2026-06-30)
4+
5+
6+
### Features
7+
8+
* Add AgentGraph support to the AI SDK ([#292](https://github.com/launchdarkly/dotnet-core/issues/292)) ([c81b28f](https://github.com/launchdarkly/dotnet-core/commit/c81b28f6ea3fd7a87145142b3e5ade653e7a2ccd))
9+
* Add template config methods to AI SDK ([#299](https://github.com/launchdarkly/dotnet-core/issues/299)) ([1b96e4a](https://github.com/launchdarkly/dotnet-core/commit/1b96e4ae9d8a7f43327860185fefe785697ab095))
10+
311
## [0.11.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.10.0...LaunchDarkly.ServerSdk.Ai-v0.11.0) (2026-06-11)
412

513

pkgs/sdk/server-ai/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=0.11.0
12+
SDK_VERSION=0.12.0
1313
```
1414
<!-- x-release-please-end -->
1515

pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>0.11.0</Version>
4+
<Version>0.12.0</Version>
55
<!--x-release-please-end-->
66
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
77
single framework that we are testing; this allows us to test with older SDK

pkgs/sdk/server-ai/src/SdkInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class SdkInfo
1313
/// <summary>
1414
/// The version of the AI SDK package.
1515
/// </summary>
16-
public const string Version = "0.11.0"; // x-release-please-version
16+
public const string Version = "0.12.0"; // x-release-please-version
1717

1818
/// <summary>
1919
/// The implementation language.

0 commit comments

Comments
 (0)