fix: Remove pre-release caution note from server-ai README#194
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
tracisiebel
approved these changes
May 19, 2026
Merged
jsonbailey
pushed a commit
that referenced
this pull request
May 19, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-server-sdk-ai: 1.0.1</summary> ## [1.0.1](launchdarkly-server-sdk-ai-1.0.0...launchdarkly-server-sdk-ai-1.0.1) (2026-05-19) ### Bug Fixes * Remove pre-release caution note from server-ai README ([#194](#194)) ([32d52c4](32d52c4)) </details> --- 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** > Low risk release bookkeeping: version bumps and dependency floor updates only, with no functional code changes beyond metadata/docs. > > **Overview** > Publishes `launchdarkly-server-sdk-ai` **v1.0.1** by bumping versions in `.release-please-manifest.json`, `packages/sdk/server-ai/pyproject.toml`, and `ldai.__version__`, and updating `PROVENANCE.md` and `CHANGELOG.md` for the new release entry. > > Updates the LangChain and OpenAI provider packages to require `launchdarkly-server-sdk-ai>=1.0.1` (from `>=1.0.0`). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 217414f. 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>
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.
Tracking internally: AIC-1655
Removes the pre-release caution banner from
launchdarkly-server-sdk-ainow that the SDK has hit 1.0. Provider package READMEs retain the note as those packages are still pre-release.🤖 Generated with Claude Code
Note
Low Risk
Low risk documentation-only change; removes a pre-release warning banner with no code or behavior impact.
Overview
Removes the pre-release caution banner and upgrade pinning guidance from the
packages/sdk/server-ai/README.md, reflecting thatlaunchdarkly-server-sdk-aiis no longer positioned as pre-release.Reviewed by Cursor Bugbot for commit 880818a. Bugbot is set up for automated code reviews on this repo. Configure here.