Conversation
|
Hold off on merging this. I am working to merge in all of the Agent Graph work so that we don't have multiple breaking change versions. |
f0d5bbe to
846fe7d
Compare
846fe7d to
8efa42f
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
| [project] | ||
| name = "launchdarkly-server-sdk-ai-optimization" | ||
| version = "0.0.0" # x-release-please-version | ||
| version = "0.1.0" # x-release-please-version |
There was a problem hiding this comment.
Optimization package version not bumped to 0.1.0
Medium Severity
The optimization package's pyproject.toml is bumped to 0.1.0, but packages/optimization/src/ldai_optimization/__init__.py still has __version__ = "0.0.0". The release-please-config.json lists this __init__.py as an extra-file that should be updated, but it was missed — likely because it lacks the # x-release-please-version marker comment. Anyone checking ldai_optimization.__version__ at runtime will see "0.0.0" instead of "0.1.0".


🤖 I have created a release beep boop
launchdarkly-server-sdk-ai: 0.17.0
0.17.0 (2026-03-27)
⚠ BREAKING CHANGES
Features
Bug Fixes
launchdarkly-server-sdk-ai-langchain: 0.4.0
0.4.0 (2026-03-27)
⚠ BREAKING CHANGES
Features
Bug Fixes
launchdarkly-server-sdk-ai-openai: 0.3.0
0.3.0 (2026-03-27)
⚠ BREAKING CHANGES
Features
launchdarkly-server-sdk-ai-optimization: 0.1.0
0.1.0 (2026-03-27)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Note
Low Risk
Release-only changes (version bumps, manifest updates, and changelog/provenance edits) with no functional code modifications beyond updating package metadata.
Overview
Cuts a new release across the monorepo: bumps
launchdarkly-server-sdk-aito0.17.0,server-ai-langchainto0.4.0, andserver-ai-openaito0.3.0, updating.release-please-manifest.json,pyproject.toml, and__version__accordingly.Introduces the first published version of the new
launchdarkly-server-sdk-ai-optimizationpackage (0.1.0) and updates release documentation (CHANGELOG.mdentries andPROVENANCE.mdversion).Written by Cursor Bugbot for commit 8efa42f. This will update automatically on new commits. Configure here.