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

  • 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

  • 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

  • Rename LDAIMetrics.usage and AIGraphMetrics.usage to .tokens (#175)
  • rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary (#173)

Features

  • 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

  • Rename LDAIMetrics.usage and AIGraphMetrics.usage to .tokens (#175)
  • rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary (#173)

Features

  • 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
Release-only changes (version numbers, changelogs, and provenance docs) with no functional code modifications in this diff.

Overview
Publishes a new Release Please cut by bumping package versions in .release-please-manifest.json and each package’s pyproject.toml (server-ai 0.19.0→0.20.0, server-ai-langchain 0.6.0→0.7.0, server-ai-openai 0.5.0→0.6.0), plus updating ldai.__version__.

Updates CHANGELOG.md entries to document the shipped breaking changes (metrics/token field renames, graph metrics type renames, judge message handling cleanup, and removal of stale managed-model/graph result types) and refreshes PROVENANCE.md to reference the new server-ai version.

Reviewed by Cursor Bugbot for commit e13d706. 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 2 times, most recently from 2daf4e1 to fdee617 Compare May 7, 2026 16:40
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from fdee617 to e13d706 Compare May 7, 2026 17:23
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