Skip to content

chore: release main#1099

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

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

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 11, 2026

🤖 I have created a release beep boop

server-sdk-ai: 0.16.2

0.16.2 (2026-02-13)

Bug Fixes

server-sdk-ai-langchain: 0.4.5

0.4.5 (2026-02-13)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.16.1 to ^0.16.2
    • peerDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.15.0 to ^0.16.2
server-sdk-ai-openai: 0.4.5

0.4.5 (2026-02-13)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.16.1 to ^0.16.2
    • peerDependencies
      • @launchdarkly/server-sdk-ai bumped from ^0.15.0 to ^0.16.2
server-sdk-ai-vercel: 0.4.5

0.4.5 (2026-02-13)

Bug Fixes

Dependencies

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

This PR was generated with Release Please. See documentation.


Note

Low Risk
Release-only changes (version/changelog/dependency bumps) with no functional code changes beyond updating the reported SDK version constant.

Overview
Publishes a new patch release across @launchdarkly/server-sdk-ai (0.16.2) and the LangChain/OpenAI/Vercel provider packages (0.4.5), updating .release-please-manifest.json, package versions, and changelogs.

Bumps provider dev dependency pins to @launchdarkly/server-sdk-ai@^0.16.2, updates example apps to reference 0.16.2, and updates server-ai’s aiSdkVersion constant accordingly.

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

@github-actions github-actions bot requested a review from a team as a code owner February 11, 2026 16:39
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 1202022 to 028b71b Compare February 12, 2026 15:09
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 4ca8b4e to 19c791e Compare February 13, 2026 14:49
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.

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

"@langchain/community": "^0.3.0",
"@langchain/core": "^0.3.0",
"@launchdarkly/server-sdk-ai": "^0.16.1",
"@launchdarkly/server-sdk-ai": "^0.16.2",
Copy link

Choose a reason for hiding this comment

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

Peer dependency not bumped, incompatible with released version

High Severity

The changelogs for langchain, openai, and vercel providers all claim peerDependencies for @launchdarkly/server-sdk-ai were bumped from ^0.15.0 to ^0.16.2, but the actual package.json files still have "@launchdarkly/server-sdk-ai": "^0.15.0". Because npm's caret behavior for 0.x versions treats ^0.15.0 as >=0.15.0 <0.16.0, the co-released server-sdk-ai@0.16.2 does not satisfy this constraint. Users will see peer dependency errors/warnings when installing these packages together.

Additional Locations (2)

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 19c791e to 3ce43ff Compare February 13, 2026 19:11
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