Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 7, 2025

🤖 I have created a release beep boop

server-sdk-ai: 0.14.1

0.14.1 (2025-11-13)

Bug Fixes

  • Include the AI Judge Config key with tracked metrics (#986) (213fc79)
server-sdk-ai-langchain: 0.3.1

0.3.1 (2025-11-13)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.14.0 to ^0.14.1
    • peerDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.14.0 to ^0.14.1
server-sdk-ai-openai: 0.3.1

0.3.1 (2025-11-13)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.14.0 to ^0.14.1
    • peerDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.14.0 to ^0.14.1
server-sdk-ai-vercel: 0.3.1

0.3.1 (2025-11-13)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.14.0 to ^0.14.1
    • peerDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.14.0 to ^0.14.1
shopify-oxygen-sdk: 0.1.0

0.1.0 (2025-11-13)

Features


This PR was generated with Release Please. See documentation.


Note

Publishes server-ai 0.14.1 (metrics bug fix), bumps AI provider packages to 0.3.1, updates examples, and adds the new shopify-oxygen package at 0.1.0.

  • Release versions:
    • packages/sdk/server-ai0.14.1 with bug fix: includes AI Judge Config key in tracked metrics.
    • packages/ai-providers/server-ai-{langchain,openai,vercel}0.3.1 aligning dev/peer deps to @launchdarkly/server-sdk-ai@^0.14.1.
  • New package:
    • packages/sdk/shopify-oxygen introduced at 0.1.0.
  • Examples:
    • Bump @launchdarkly/server-sdk-ai to 0.14.1 across example package.jsons (bedrock, openai, tracked-chat, vercel-ai).
  • Manifest:
    • .release-please-manifest.json updated to reflect the above versions.

Written by Cursor Bugbot for commit d1f2610. This will update automatically on new commits. Configure here.

Copy link

@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.

Bug: Outdated Peer Dependency Causes SDK Conflicts

The peerDependencies for @launchdarkly/server-sdk-ai remains at ^0.14.0 but should be ^0.14.1 to match the updated devDependencies and the CHANGELOG which claims this dependency was bumped. This version mismatch could cause peer dependency warnings or conflicts when users install this package.

packages/ai-providers/server-ai-langchain/package.json#L50-L51

"@langchain/core": "^0.2.0 || ^0.3.0",
"@launchdarkly/server-sdk-ai": "^0.14.0",

Fix in Cursor Fix in Web


Bug: Outdated Peer Dependency Version

The peerDependencies for @launchdarkly/server-sdk-ai remains at ^0.14.0 but should be ^0.14.1 to match the updated devDependencies and the CHANGELOG which claims this dependency was bumped. This version mismatch could cause peer dependency warnings or conflicts when users install this package.

packages/ai-providers/server-ai-openai/package.json#L49-L50

"peerDependencies": {
"@launchdarkly/server-sdk-ai": "^0.14.0",

Fix in Cursor Fix in Web


Bug: Align `peerDependencies` Versions

The peerDependencies for @launchdarkly/server-sdk-ai remains at ^0.14.0 but should be ^0.14.1 to match the updated devDependencies and the CHANGELOG which claims this dependency was bumped. This version mismatch could cause peer dependency warnings or conflicts when users install this package.

packages/ai-providers/server-ai-vercel/package.json#L58-L59

"@ai-sdk/openai": "^2.0.0",
"@launchdarkly/server-sdk-ai": "^0.14.0",

Fix in Cursor Fix in Web


@github-actions github-actions bot force-pushed the release-please--branches--main branch from 2942f7a to b2ae454 Compare November 12, 2025 20:12
Copy link

@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.

Bug: Dependency Version Drift

The peerDependencies for @launchdarkly/server-sdk-ai remains at ^0.14.0 while devDependencies was updated to ^0.14.1. The CHANGELOG claims peerDependencies were bumped to ^0.14.1, but the actual update is missing. This creates a version mismatch where the package accepts an older peer dependency version than what it was developed and tested against.

packages/ai-providers/server-ai-openai/package.json#L49-L50

"peerDependencies": {
"@launchdarkly/server-sdk-ai": "^0.14.0",

Fix in Cursor Fix in Web


Bug: Changelog Claims, Peer Dependency Fails

The peerDependencies for @launchdarkly/server-sdk-ai remains at ^0.14.0 while devDependencies was updated to ^0.14.1. The CHANGELOG claims peerDependencies were bumped to ^0.14.1, but the actual update is missing. This creates a version mismatch where the package accepts an older peer dependency version than what it was developed and tested against.

packages/ai-providers/server-ai-vercel/package.json#L58-L59

"@ai-sdk/openai": "^2.0.0",
"@launchdarkly/server-sdk-ai": "^0.14.0",

Fix in Cursor Fix in Web


@github-actions github-actions bot force-pushed the release-please--branches--main branch from b2ae454 to 30e17fc Compare November 12, 2025 23:25
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 30e17fc to d1f2610 Compare November 13, 2025 16:45
Copy link

@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.

Bug: Dependency Version Mismatch

The peerDependencies for @launchdarkly/server-sdk-ai remains at ^0.14.0 but should be ^0.14.1 to match the devDependencies update and the changelog entry which claims this dependency was bumped to ^0.14.1.

packages/ai-providers/server-ai-langchain/package.json#L47-L48

"typescript": "5.1.6"
},

Fix in Cursor Fix in Web


Bug: SDK Dependency Version Out Of Sync

The peerDependencies for @launchdarkly/server-sdk-ai remains at ^0.14.0 but should be ^0.14.1 to match the devDependencies update and the changelog entry which claims this dependency was bumped to ^0.14.1.

packages/ai-providers/server-ai-openai/package.json#L46-L47

"ts-jest": "^29.1.1",
"typescript": "5.1.6"

Fix in Cursor Fix in Web


Bug: Peer dependency version mismatch

The peerDependencies for @launchdarkly/server-sdk-ai remains at ^0.14.0 but should be ^0.14.1 to match the devDependencies update and the changelog entry which claims this dependency was bumped to ^0.14.1.

packages/ai-providers/server-ai-vercel/package.json#L50-L51

"ts-jest": "^29.1.1",
"typescript": "5.1.6"

Fix in Cursor Fix in Web


@joker23 joker23 merged commit f40a435 into main Nov 13, 2025
5 checks passed
@joker23 joker23 deleted the release-please--branches--main branch November 13, 2025 16:57
@github-actions
Copy link
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.

3 participants