Skip to content

chore: release main#171

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main
Open

chore: release main#171
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 6, 2026

🤖 I have created a release beep boop

launchdarkly-server-sdk-ai: 0.20.0

0.20.0 (2026-05-07)

⚠ BREAKING CHANGES

  • Narrow AgentGraphRunner.run input from Any to str (#177)
  • Strip legacy judge messages on direct judge_config() path (#174)
  • Rename LDAIMetrics.usage and AIGraphMetrics.usage to .tokens (#175)
  • rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary (#173)
  • Remove stale ManagedModel message management and AgentGraphResult type (#170)

Features

  • Narrow AgentGraphRunner.run input from Any to str (#177) (cc7a0fe)
  • rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary (#173) (583939d)
  • Rename LDAIMetrics.usage and AIGraphMetrics.usage to .tokens (#175) (d8c4a70)

Bug Fixes

  • Remove stale ManagedModel message management and AgentGraphResult type (#170) (7d6ad23)
  • Strip legacy judge messages on direct judge_config() path (#174) (b7db754)
launchdarkly-server-sdk-ai-langchain: 0.7.0

0.7.0 (2026-05-07)

⚠ BREAKING CHANGES

  • Narrow AgentGraphRunner.run input from Any to str (#177)
  • Rename LDAIMetrics.usage and AIGraphMetrics.usage to .tokens (#175)
  • rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary (#173)

Features

  • Narrow AgentGraphRunner.run input from Any to str (#177) (cc7a0fe)
  • rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary (#173) (583939d)
  • Rename LDAIMetrics.usage and AIGraphMetrics.usage to .tokens (#175) (d8c4a70)
launchdarkly-server-sdk-ai-openai: 0.6.0

0.6.0 (2026-05-07)

⚠ BREAKING CHANGES

  • Narrow AgentGraphRunner.run input from Any to str (#177)
  • Rename LDAIMetrics.usage and AIGraphMetrics.usage to .tokens (#175)
  • rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary (#173)

Features

  • Narrow AgentGraphRunner.run input from Any to str (#177) (cc7a0fe)
  • rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary (#173) (583939d)
  • Rename LDAIMetrics.usage and AIGraphMetrics.usage to .tokens (#175) (d8c4a70)

Bug Fixes

  • Always return ModelSettings from _build_model_settings (#169) (6d1ce4c)

This PR was generated with Release Please. See documentation.


Note

Low Risk
This PR only updates release metadata (versions, manifests, changelogs, provenance docs) with no functional code changes. Risk is limited to publishing/versioning correctness and communicating breaking changes to consumers.

Overview
Updates release artifacts for a new release: bumps versions in .release-please-manifest.json and pyproject.toml for launchdarkly-server-sdk-ai (0.19.00.20.0), launchdarkly-server-sdk-ai-langchain (0.6.00.7.0), and launchdarkly-server-sdk-ai-openai (0.5.00.6.0).

Refreshes CHANGELOG.md entries for these versions (including breaking change notes) and updates version references in packages/sdk/server-ai/PROVENANCE.md and ldai.__version__.

Reviewed by Cursor Bugbot for commit e54b1f2. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions github-actions Bot requested a review from a team as a code owner May 6, 2026 14:35
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from c88fb7f to f086fd7 Compare May 7, 2026 14:03
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit f086fd7. Configure here.

[project]
name = "launchdarkly-server-sdk-ai-langchain"
version = "0.6.0"
version = "0.7.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Provider dependency lower bound allows incompatible SDK version

High Severity

Both provider packages (langchain 0.7.0 and openai 0.6.0) import AIGraphMetrics from ldai.providers.types, a symbol that only exists starting in launchdarkly-server-sdk-ai 0.20.0 (renamed from GraphMetrics in this release). However, both pyproject.toml files still declare launchdarkly-server-sdk-ai>=0.19.0 as the lower bound. Users who have 0.19.0 pinned will get an ImportError at runtime when the provider tries to import AIGraphMetrics.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f086fd7. Configure here.

@github-actions github-actions Bot force-pushed the release-please--branches--main branch 4 times, most recently from e13d706 to fa304c2 Compare May 7, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants