Skip to content

chore: release main#1372

Merged
jsonbailey merged 1 commit into
mainfrom
release-please--branches--main
May 19, 2026
Merged

chore: release main#1372
jsonbailey merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

browser: 0.1.21

0.1.21 (2026-05-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-client-sdk bumped from 4.6.5 to 4.7.0
jest: 1.0.16

1.0.16 (2026-05-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/react-native-client-sdk bumped from ~10.17.4 to ~10.17.5
js-client-sdk: 4.7.0

4.7.0 (2026-05-19)

Features

  • wire registerDebugOverrides through client common (#1368) (9011c2a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-client-sdk-common bumped from 1.26.3 to 1.27.0
js-client-sdk-common: 1.27.0

1.27.0 (2026-05-19)

Features

  • wire registerDebugOverrides through client common (#1368) (9011c2a)
react-native-client-sdk: 10.17.5

10.17.5 (2026-05-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-client-sdk-common bumped from 1.26.3 to 1.27.0
react-sdk: 4.0.2

4.0.2 (2026-05-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-client-sdk bumped from ^4.6.5 to ^4.7.0
server-sdk-ai: 1.0.0

1.0.0 (2026-05-19)

⚠ BREAKING CHANGES

  • Remove bedrock-specific tracker method (#1385)
  • Remove LDAIClient.agent — use LDAIClient.agentConfig instead
  • Remove LDAIClient.agents — use LDAIClient.agentConfigs instead
  • Remove LDAIClient.createChat — use LDAIClient.createModel instead
  • Remove LDAIClient.initChat — use LDAIClient.createModel instead
  • Remove ChatResponse type and the api/chat module — use RunnerResult from api/model instead
  • Change Judge.evaluateMessages parameter type from ChatResponse to RunnerResult (method retained per AI SDK spec Requirement 1.1.3)
  • Remove evaluationMetricKeys (plural) field from LDAIJudgeConfig and LDAIJudgeConfigDefault — use evaluationMetricKey (singular) instead
  • Remove LDAIConfigTracker.trackOpenAIMetrics — use tracker.trackMetricsOf(getAIMetricsFromResponse, fn) from @launchdarkly/server-sdk-ai-openai instead
  • Remove LDAIConfigTracker.trackVercelAISDKGenerateTextMetrics — use tracker.trackMetricsOf(getAIMetricsFromResponse, fn) from @launchdarkly/server-sdk-ai-vercel instead
  • Remove createOpenAiUsage helper — use getAIMetricsFromResponse from @launchdarkly/server-sdk-ai-openai instead
  • Remove createVercelAISDKTokenUsage helper — use getAIMetricsFromResponse from @launchdarkly/server-sdk-ai-vercel instead
  • Remove LDAIClient.config — use LDAIClient.completionConfig instead

Features

  • Change Judge.evaluateMessages parameter type from ChatResponse to RunnerResult (method retained per AI SDK spec Requirement 1.1.3) (86951b0)
  • Remove ChatResponse type and the api/chat module — use RunnerResult from api/model instead (86951b0)
  • Remove createOpenAiUsage helper — use getAIMetricsFromResponse from @launchdarkly/server-sdk-ai-openai instead (86951b0)
  • Remove createVercelAISDKTokenUsage helper — use getAIMetricsFromResponse from @launchdarkly/server-sdk-ai-vercel instead (86951b0)
  • Remove evaluationMetricKeys (plural) field from LDAIJudgeConfig and LDAIJudgeConfigDefault — use evaluationMetricKey (singular) instead (86951b0)
  • Remove LDAIClient.agent — use LDAIClient.agentConfig instead (86951b0)
  • Remove LDAIClient.agents — use LDAIClient.agentConfigs instead (86951b0)
  • Remove LDAIClient.config — use LDAIClient.completionConfig instead (86951b0)
  • Remove LDAIClient.createChat — use LDAIClient.createModel instead (86951b0)
  • Remove LDAIClient.initChat — use LDAIClient.createModel instead (86951b0)
  • Remove LDAIConfigTracker.trackOpenAIMetrics — use tracker.trackMetricsOf(getAIMetricsFromResponse, fn) from @launchdarkly/server-sdk-ai-openai instead (86951b0)
  • Remove LDAIConfigTracker.trackVercelAISDKGenerateTextMetrics — use tracker.trackMetricsOf(getAIMetricsFromResponse, fn) from @launchdarkly/server-sdk-ai-vercel instead (86951b0)
  • Remove bedrock-specific tracker method (#1385) (f7dbee8)

Bug Fixes

  • Make judge runners non-multi-turn (#1383) (3d8f488)
  • Move ManagedAgentGraph alongside other managed types (#1384) (22dd76d)
server-sdk-ai-langchain: 0.8.0

0.8.0 (2026-05-19)

Features

  • Support conversation history directly in AI Provider model runners (#1371) (b246631)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.20.0 to ^1.0.0
    • peerDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.20.0 to ^1.0.0
server-sdk-ai-openai: 0.7.0

0.7.0 (2026-05-19)

Features

  • Support conversation history directly in AI Provider model runners (#1371) (b246631)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.20.0 to ^1.0.0
    • peerDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.20.0 to ^1.0.0
server-sdk-ai-vercel: 0.7.0

0.7.0 (2026-05-19)

Features

  • Support conversation history directly in AI Provider model runners (#1371) (b246631)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.20.0 to ^1.0.0
    • peerDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.20.0 to ^1.0.0

This PR was generated with Release Please. See documentation.


Note

Medium Risk
Primarily a release/metadata PR (version bumps and changelog updates), but it includes a @launchdarkly/server-sdk-ai major version bump to 1.0.0, which signals breaking API changes for downstream consumers.

Overview
Release-please version rollup. Updates .release-please-manifest.json, package version fields, and associated CHANGELOG.md entries across the monorepo.

Notable bumps include @launchdarkly/server-sdk-ai to 1.0.0 (breaking-change release per changelog) and propagation of dependency bumps (@launchdarkly/js-client-sdk-common to 1.27.0, browser SDK to 4.7.0, React Native to 10.17.5, React SDK to 4.0.2, and AI provider packages to 0.7.x/0.8.0), along with updating embedded SDK/wrapper version strings (e.g., BrowserInfo, PlatformInfo, LDReactClient).

Reviewed by Cursor Bugbot for commit bebd031. 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 7, 2026 22:34
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 13 times, most recently from 9404fd4 to 22257db Compare May 15, 2026 13:52
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from 7c784dd to 85455cc Compare May 19, 2026 04:38
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 85455cc to bebd031 Compare May 19, 2026 05:09
@jsonbailey jsonbailey merged commit f04f09e into main May 19, 2026
5 checks passed
@jsonbailey jsonbailey deleted the release-please--branches--main branch May 19, 2026 05:25
@github-actions

Copy link
Copy Markdown
Contributor Author

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.

1 participant