chore: release main#143
Merged
jsonbailey merged 2 commits intomainfrom May 6, 2026
Merged
Conversation
e3f0753 to
bf775ab
Compare
a1797a0 to
d77ea42
Compare
d77ea42 to
32ac8cb
Compare
… provider breaking changes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jsonbailey
approved these changes
May 6, 2026
Contributor
Author
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
launchdarkly-server-sdk-ai: 0.19.0
0.19.0 (2026-05-05)
⚠ BREAKING CHANGES
Features
Bug Fixes
launchdarkly-server-sdk-ai-langchain: 0.6.0
0.6.0 (2026-05-05)
Features
Bug Fixes
launchdarkly-server-sdk-ai-openai: 0.5.0
0.5.0 (2026-05-05)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Note
Medium Risk
Primarily a release/version bump, but it publishes breaking API changes (move to unified
Runner.run()/RunnerResultand removal ofinvoke_*methods), which can break downstream integrations.Overview
Cuts a new release across the core SDK and provider packages:
launchdarkly-server-sdk-aito0.19.0, LangChain provider to0.6.0, and OpenAI provider to0.5.0, updating the release manifest and package metadata accordingly.Changelogs document the shipped breaking API surface changes (notably removing
invoke_model()/invoke_structured_model()in favor ofrun(...)and standardizing returns onRunnerResult) plus accompanying feature/fix entries; the core package version constants/docs (__version__,PROVENANCE.md) are updated to match.Reviewed by Cursor Bugbot for commit a20d7a5. Bugbot is set up for automated code reviews on this repo. Configure here.