chore(main): release LaunchDarkly.ServerSdk.Ai 0.10.0#278
Merged
jsonbailey merged 1 commit intoJun 5, 2026
Merged
Conversation
62c544d to
e98a086
Compare
e98a086 to
82deb10
Compare
jsonbailey
approved these changes
Jun 5, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.10.0 (2026-06-05)
⚠ BREAKING CHANGES
Features
This PR was generated with Release Please. See documentation.
Note
High Risk
The tagged release ships extensive breaking public API and telemetry/billing semantics; this PR is low-risk mechanically but merging it publishes high consumer upgrade risk.
Overview
Release Please PR that publishes LaunchDarkly.ServerSdk.Ai 0.10.0 by bumping
0.9.4→0.10.0in.release-please-manifest.json,LaunchDarkly.ServerSdk.Ai.csproj,SdkInfo.Version, andPROVENANCE.md, and adding the 0.10.0 section toCHANGELOG.md.The changelog documents a breaking AI SDK realignment with the AISDK spec: split
LdAiConfigintoLdAiCompletionConfig(evaluation output) vsLdAiCompletionConfigDefault(caller input);CompletionConfigreturns config, not a tracker (config.CreateTracker()/ILdAiClient.CreateTracker(resumptionToken, context)); tracker construction is SDK-only withrunId, resumption tokens, at-most-once metrics, andMetricSummary; shared types move toLdAiConfigTypesandDataModelis removed; completion defaults defaultEnabledto true; config/records become classes (reference equality). Non-breaking behavior called out includes tolerantLdValueparsing, mode-mismatch and non-object variation fallbacks, and per-message Mustache fallback.Reviewed by Cursor Bugbot for commit 82deb10. Bugbot is set up for automated code reviews on this repo. Configure here.