Conversation
a58b4b4 to
9dd83e9
Compare
2 tasks
9dd83e9 to
fcec424
Compare
joker23
requested changes
Apr 27, 2026
Contributor
joker23
left a comment
There was a problem hiding this comment.
Blocking until GH is green (https://www.githubstatus.com/)
09175c5 to
3b94ff4
Compare
joker23
approved these changes
Apr 27, 2026
3b94ff4 to
530460b
Compare
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
jest: 1.0.13
1.0.13 (2026-04-27)
Dependencies
react-native-client-sdk: 10.17.2
10.17.2 (2026-04-27)
Bug Fixes
package.jsonshould declare esm format (#1322) (149ae73)server-sdk-ai: 0.18.0
0.18.0 (2026-04-27)
Features
server-sdk-ai-langchain: 0.6.0
0.6.0 (2026-04-27)
Features
Dependencies
server-sdk-ai-openai: 0.5.7
0.5.7 (2026-04-27)
Dependencies
server-sdk-ai-vercel: 0.5.7
0.5.7 (2026-04-27)
Dependencies
This PR was generated with Release Please. See documentation.
Note
Medium Risk
Primarily a release/version-bump PR, but it updates AI provider peer/dependency ranges (notably moving
server-sdk-ai-langchainto LangChain v1) which may introduce runtime or type-compatibility issues for consumers.Overview
Updates release metadata and publishes new versions of several packages (
server-sdk-ai0.18.0,server-sdk-ai-langchain0.6.0,server-sdk-ai-openai/server-sdk-ai-vercel0.5.7,react-native-client-sdk10.17.2, and@launchdarkly/jest1.0.13).This release bumps the AI LangChain provider to LangChain 1.x and aligns AI provider packages’
@launchdarkly/server-sdk-aipeer/dev dependency requirements to^0.18.0; examples are updated to consume the new versions. It also includes a React Native SDK packaging fix (declaring ESM) and propagates that version bump into the React Native examples and Jest tooling dependency.Reviewed by Cursor Bugbot for commit 530460b. Bugbot is set up for automated code reviews on this repo. Configure here.