Skip to content

Commit 6085e2c

Browse files
chore(main): release LaunchDarkly.ServerSdk.Ai 0.11.0
1 parent 8f5e61a commit 6085e2c

5 files changed

Lines changed: 18 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.8.0",
77
"pkgs/telemetry": "1.5.1",
8-
"pkgs/sdk/server-ai": "0.10.0",
8+
"pkgs/sdk/server-ai": "0.11.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* Add AgentConfig, AgentConfigs, and JudgeConfig methods to ILdAiClient ([#282](https://github.com/launchdarkly/dotnet-core/issues/282)) ([34293ca](https://github.com/launchdarkly/dotnet-core/commit/34293caf07bc0a50b3f9f095cd81229cdf807969))
9+
* Add Tools property to LdAiCompletionConfig — parses the same tools block agents use, exposes IReadOnlyDictionary<string, ToolConfig> (empty when absent) ([69418c8](https://github.com/launchdarkly/dotnet-core/commit/69418c8d564d8bf9bb97c6529fa85bbe6c971781))
10+
* Add TrackDurationOf, TrackMetricsOf, TrackJudgeResult, TrackToolCall ([#287](https://github.com/launchdarkly/dotnet-core/issues/287)) ([485976e](https://github.com/launchdarkly/dotnet-core/commit/485976e2b90d1b14a40e0fa7e31eea0ef2c1a416))
11+
12+
13+
### Bug Fixes
14+
15+
* Silently override 'ldctx' in user-supplied template variables instead of warning and discarding it — the SDK context always wins, matches cross-SDK behavior ([69418c8](https://github.com/launchdarkly/dotnet-core/commit/69418c8d564d8bf9bb97c6529fa85bbe6c971781))
16+
317
## [0.10.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.9.4...LaunchDarkly.ServerSdk.Ai-v0.10.0) (2026-06-05)
418

519

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.10.0
12+
SDK_VERSION=0.11.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.10.0</Version>
4+
<Version>0.11.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.10.0"; // x-release-please-version
16+
public const string Version = "0.11.0"; // x-release-please-version
1717

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

0 commit comments

Comments
 (0)