Skip to content

Commit 01dbadb

Browse files
chore: release main (#1369)
🤖 I have created a release *beep* *boop* --- <details><summary>server-sdk-ai: 0.20.0</summary> ## [0.20.0](server-sdk-ai-v0.19.1...server-sdk-ai-v0.20.0) (2026-05-07) ### ⚠ BREAKING CHANGES * Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](#1366)) * Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](#1363)) * Build judge input as string and strip legacy judge config messages ([#1364](#1364)) * Use LDAIGraphMetricSummary for graph metric summary ([#1362](#1362)) ### Features * add Evaluator class for judge orchestration ([#1331](#1331)) ([54faa69](54faa69)) * add ManagedAgent with evaluations support ([#1334](#1334)) ([7f09c46](7f09c46)) * add ManagedGraphResult, GraphMetricSummary, and ManagedAgentGraph ([#1335](#1335)) ([09fa1db](09fa1db)) * introduce ManagedResult, RunnerResult, and LDAIMetricSummary ([#1332](#1332)) ([5040122](5040122)) * Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](#1363)) ([ad66314](ad66314)) * Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](#1366)) ([ff932b7](ff932b7)) * Replace OpenAIProvider with Runner protocol implementation (AIC-2388) ([#1337](#1337)) ([e32a955](e32a955)) ### Bug Fixes * Build judge input as string and strip legacy judge config messages ([#1364](#1364)) ([c90034b](c90034b)) * Use LDAIGraphMetricSummary for graph metric summary ([#1362](#1362)) ([76a4bf2](76a4bf2)) </details> <details><summary>server-sdk-ai-langchain: 0.7.0</summary> ## [0.7.0](server-sdk-ai-langchain-v0.6.3...server-sdk-ai-langchain-v0.7.0) (2026-05-07) ### ⚠ BREAKING CHANGES * Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](#1366)) * Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](#1363)) * Build judge input as string and strip legacy judge config messages ([#1364](#1364)) ### Features * Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](#1363)) ([ad66314](ad66314)) * Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](#1366)) ([ff932b7](ff932b7)) * Replace LangChainProvider with Runner protocol implementation (AIC-2388) ([#1338](#1338)) ([113a0d2](113a0d2)) ### Bug Fixes * Build judge input as string and strip legacy judge config messages ([#1364](#1364)) ([c90034b](c90034b)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0 * peerDependencies * @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0 </details> <details><summary>server-sdk-ai-openai: 0.6.0</summary> ## [0.6.0](server-sdk-ai-openai-v0.5.10...server-sdk-ai-openai-v0.6.0) (2026-05-07) ### ⚠ BREAKING CHANGES * Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](#1366)) * Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](#1363)) * Build judge input as string and strip legacy judge config messages ([#1364](#1364)) ### Features * Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](#1363)) ([ad66314](ad66314)) * Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](#1366)) ([ff932b7](ff932b7)) * Replace OpenAIProvider with Runner protocol implementation (AIC-2388) ([#1337](#1337)) ([e32a955](e32a955)) ### Bug Fixes * Build judge input as string and strip legacy judge config messages ([#1364](#1364)) ([c90034b](c90034b)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0 * peerDependencies * @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0 </details> <details><summary>server-sdk-ai-vercel: 0.6.0</summary> ## [0.6.0](server-sdk-ai-vercel-v0.5.10...server-sdk-ai-vercel-v0.6.0) (2026-05-07) ### ⚠ BREAKING CHANGES * Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](#1366)) * Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](#1363)) * Build judge input as string and strip legacy judge config messages ([#1364](#1364)) ### Features * Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](#1363)) ([ad66314](ad66314)) * Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](#1366)) ([ff932b7](ff932b7)) * replace VercelProvider with Runner protocol implementation (AIC-2388) ([#1339](#1339)) ([d5a62de](d5a62de)) ### Bug Fixes * add zod devDependency to Vercel provider (peer dep of ai v5) ([aab6226](aab6226)) * Build judge input as string and strip legacy judge config messages ([#1364](#1364)) ([c90034b](c90034b)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0 * peerDependencies * @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > This is primarily a versioning/release metadata update, but it ships breaking API changes in `@launchdarkly/server-sdk-ai` and provider packages that may require consumer code updates (e.g., metrics field rename and deprecated method removals). > > **Overview** > Publishes a new release for `@launchdarkly/server-sdk-ai` (`0.19.1` → `0.20.0`) and the provider packages (`server-sdk-ai-langchain` `0.6.3` → `0.7.0`, `server-sdk-ai-openai`/`server-sdk-ai-vercel` `0.5.10` → `0.6.0`), updating `.release-please-manifest.json`, package versions, and `sdkInfo.ts`. > > Updates provider `peerDependencies`/`devDependencies` to require `@launchdarkly/server-sdk-ai@^0.20.0`, and bumps all `server-ai` examples to depend on the new SDK/provider versions. Changelogs highlight *breaking changes* including renaming metrics `usage` → `tokens`, removing deprecated `AIProvider` methods/aliases, and judge-input/config cleanup (plus additional `server-sdk-ai` graph/managed result summary changes). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit cb3aebc. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff932b7 commit 01dbadb

19 files changed

Lines changed: 153 additions & 39 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"packages/ai-providers/server-ai-langchain": "0.6.3",
3-
"packages/ai-providers/server-ai-openai": "0.5.10",
4-
"packages/ai-providers/server-ai-vercel": "0.5.10",
2+
"packages/ai-providers/server-ai-langchain": "0.7.0",
3+
"packages/ai-providers/server-ai-openai": "0.6.0",
4+
"packages/ai-providers/server-ai-vercel": "0.6.0",
55
"packages/sdk/akamai-base": "3.0.22",
66
"packages/sdk/akamai-edgekv": "1.4.24",
77
"packages/sdk/browser": "4.6.5",
88
"packages/sdk/cloudflare": "2.7.23",
99
"packages/sdk/combined-browser": "0.1.20",
1010
"packages/sdk/fastly": "0.2.13",
1111
"packages/sdk/react-native": "10.17.4",
12-
"packages/sdk/server-ai": "0.19.1",
12+
"packages/sdk/server-ai": "0.20.0",
1313
"packages/sdk/server-node": "9.10.14",
1414
"packages/sdk/vercel": "1.3.46",
1515
"packages/shared/akamai-edgeworker-sdk": "2.0.21",

packages/ai-providers/server-ai-langchain/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-langchain-v0.6.3...server-sdk-ai-langchain-v0.7.0) (2026-05-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](https://github.com/launchdarkly/js-core/issues/1366))
9+
* Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](https://github.com/launchdarkly/js-core/issues/1363))
10+
* Build judge input as string and strip legacy judge config messages ([#1364](https://github.com/launchdarkly/js-core/issues/1364))
11+
12+
### Features
13+
14+
* Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](https://github.com/launchdarkly/js-core/issues/1363)) ([ad66314](https://github.com/launchdarkly/js-core/commit/ad66314e403b83976987c54da9c6c70308c25078))
15+
* Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](https://github.com/launchdarkly/js-core/issues/1366)) ([ff932b7](https://github.com/launchdarkly/js-core/commit/ff932b74c10307519dc9f913a4330a5b7d79438d))
16+
* Replace LangChainProvider with Runner protocol implementation (AIC-2388) ([#1338](https://github.com/launchdarkly/js-core/issues/1338)) ([113a0d2](https://github.com/launchdarkly/js-core/commit/113a0d289ce764a3301140b2b14123ce5da9b42e))
17+
18+
19+
### Bug Fixes
20+
21+
* Build judge input as string and strip legacy judge config messages ([#1364](https://github.com/launchdarkly/js-core/issues/1364)) ([c90034b](https://github.com/launchdarkly/js-core/commit/c90034b58a3b75d92269e7c485f38f1266208f08))
22+
23+
24+
### Dependencies
25+
26+
* The following workspace dependencies were updated
27+
* devDependencies
28+
* @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0
29+
* peerDependencies
30+
* @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0
31+
332
## [0.6.3](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-langchain-v0.6.2...server-sdk-ai-langchain-v0.6.3) (2026-05-06)
433

534

packages/ai-providers/server-ai-langchain/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/server-sdk-ai-langchain",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"description": "LaunchDarkly AI SDK LangChain Provider for Server-Side JavaScript",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/ai-providers/server-ai-langchain",
66
"repository": {
@@ -43,7 +43,7 @@
4343
"license": "Apache-2.0",
4444
"devDependencies": {
4545
"@langchain/core": "^1.1.41",
46-
"@launchdarkly/server-sdk-ai": "^0.19.1",
46+
"@launchdarkly/server-sdk-ai": "^0.20.0",
4747
"@opentelemetry/api": "^1.9.0",
4848
"@traceloop/instrumentation-langchain": "^0.26.0",
4949
"@types/jest": "^29.5.3",
@@ -60,7 +60,7 @@
6060
},
6161
"peerDependencies": {
6262
"@langchain/core": "^1.0.0",
63-
"@launchdarkly/server-sdk-ai": "^0.19.1",
63+
"@launchdarkly/server-sdk-ai": "^0.20.0",
6464
"@opentelemetry/api": "^1.0.0",
6565
"@traceloop/instrumentation-langchain": "^0.26.0",
6666
"langchain": "^1.0.0"

packages/ai-providers/server-ai-openai/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-openai-v0.5.10...server-sdk-ai-openai-v0.6.0) (2026-05-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](https://github.com/launchdarkly/js-core/issues/1366))
9+
* Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](https://github.com/launchdarkly/js-core/issues/1363))
10+
* Build judge input as string and strip legacy judge config messages ([#1364](https://github.com/launchdarkly/js-core/issues/1364))
11+
12+
### Features
13+
14+
* Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](https://github.com/launchdarkly/js-core/issues/1363)) ([ad66314](https://github.com/launchdarkly/js-core/commit/ad66314e403b83976987c54da9c6c70308c25078))
15+
* Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](https://github.com/launchdarkly/js-core/issues/1366)) ([ff932b7](https://github.com/launchdarkly/js-core/commit/ff932b74c10307519dc9f913a4330a5b7d79438d))
16+
* Replace OpenAIProvider with Runner protocol implementation (AIC-2388) ([#1337](https://github.com/launchdarkly/js-core/issues/1337)) ([e32a955](https://github.com/launchdarkly/js-core/commit/e32a955c583db1bc382e2e0f3f459d459bc35984))
17+
18+
19+
### Bug Fixes
20+
21+
* Build judge input as string and strip legacy judge config messages ([#1364](https://github.com/launchdarkly/js-core/issues/1364)) ([c90034b](https://github.com/launchdarkly/js-core/commit/c90034b58a3b75d92269e7c485f38f1266208f08))
22+
23+
24+
### Dependencies
25+
26+
* The following workspace dependencies were updated
27+
* devDependencies
28+
* @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0
29+
* peerDependencies
30+
* @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0
31+
332
## [0.5.10](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-openai-v0.5.9...server-sdk-ai-openai-v0.5.10) (2026-05-06)
433

534

packages/ai-providers/server-ai-openai/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/server-sdk-ai-openai",
3-
"version": "0.5.10",
3+
"version": "0.6.0",
44
"description": "LaunchDarkly AI SDK OpenAI Provider for Server-Side JavaScript",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/ai-providers/server-ai-openai",
66
"repository": {
@@ -43,7 +43,7 @@
4343
"license": "Apache-2.0",
4444
"devDependencies": {
4545
"@launchdarkly/js-server-sdk-common": "2.18.7",
46-
"@launchdarkly/server-sdk-ai": "^0.19.1",
46+
"@launchdarkly/server-sdk-ai": "^0.20.0",
4747
"@openai/agents": "^0.9.0",
4848
"@opentelemetry/api": "^1.9.0",
4949
"@traceloop/instrumentation-openai": "^0.22.0",
@@ -60,7 +60,7 @@
6060
"typescript": "5.1.6"
6161
},
6262
"peerDependencies": {
63-
"@launchdarkly/server-sdk-ai": "^0.19.1",
63+
"@launchdarkly/server-sdk-ai": "^0.20.0",
6464
"@openai/agents": "^0.9.0",
6565
"@opentelemetry/api": "^1.0.0",
6666
"@traceloop/instrumentation-openai": "^0.22.0",

packages/ai-providers/server-ai-vercel/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-vercel-v0.5.10...server-sdk-ai-vercel-v0.6.0) (2026-05-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](https://github.com/launchdarkly/js-core/issues/1366))
9+
* Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](https://github.com/launchdarkly/js-core/issues/1363))
10+
* Build judge input as string and strip legacy judge config messages ([#1364](https://github.com/launchdarkly/js-core/issues/1364))
11+
12+
### Features
13+
14+
* Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](https://github.com/launchdarkly/js-core/issues/1363)) ([ad66314](https://github.com/launchdarkly/js-core/commit/ad66314e403b83976987c54da9c6c70308c25078))
15+
* Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](https://github.com/launchdarkly/js-core/issues/1366)) ([ff932b7](https://github.com/launchdarkly/js-core/commit/ff932b74c10307519dc9f913a4330a5b7d79438d))
16+
* replace VercelProvider with Runner protocol implementation (AIC-2388) ([#1339](https://github.com/launchdarkly/js-core/issues/1339)) ([d5a62de](https://github.com/launchdarkly/js-core/commit/d5a62def46b683d4c2e7de0c16ee7fc82e40b66a))
17+
18+
19+
### Bug Fixes
20+
21+
* add zod devDependency to Vercel provider (peer dep of ai v5) ([aab6226](https://github.com/launchdarkly/js-core/commit/aab62262800dfc0b9d4c3c6f9ee71a3f63519959))
22+
* Build judge input as string and strip legacy judge config messages ([#1364](https://github.com/launchdarkly/js-core/issues/1364)) ([c90034b](https://github.com/launchdarkly/js-core/commit/c90034b58a3b75d92269e7c485f38f1266208f08))
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* devDependencies
29+
* @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0
30+
* peerDependencies
31+
* @launchdarkly/server-sdk-ai bumped from ^0.19.1 to ^0.20.0
32+
333
## [0.5.10](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-vercel-v0.5.9...server-sdk-ai-vercel-v0.5.10) (2026-05-06)
434

535

packages/ai-providers/server-ai-vercel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/server-sdk-ai-vercel",
3-
"version": "0.5.10",
3+
"version": "0.6.0",
44
"description": "LaunchDarkly AI SDK Vercel Provider for Server-Side JavaScript",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/ai-providers/server-ai-vercel",
66
"repository": {
@@ -47,7 +47,7 @@
4747
"@ai-sdk/google": "^2.0.0",
4848
"@ai-sdk/mistral": "^2.0.0",
4949
"@ai-sdk/openai": "^2.0.0",
50-
"@launchdarkly/server-sdk-ai": "^0.19.1",
50+
"@launchdarkly/server-sdk-ai": "^0.20.0",
5151
"@types/jest": "^29.5.3",
5252
"@typescript-eslint/eslint-plugin": "^6.20.0",
5353
"@typescript-eslint/parser": "^6.20.0",
@@ -67,7 +67,7 @@
6767
"@ai-sdk/google": "^2.0.0 || ^3.0.0",
6868
"@ai-sdk/mistral": "^2.0.0 || ^3.0.0",
6969
"@ai-sdk/openai": "^2.0.0 || ^3.0.0",
70-
"@launchdarkly/server-sdk-ai": "^0.19.1",
70+
"@launchdarkly/server-sdk-ai": "^0.20.0",
7171
"ai": "^4.0.0 || ^5.0.0 || ^6.0.0"
7272
},
7373
"peerDependenciesMeta": {

packages/sdk/server-ai/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [0.20.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-v0.19.1...server-sdk-ai-v0.20.0) (2026-05-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](https://github.com/launchdarkly/js-core/issues/1366))
9+
* Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](https://github.com/launchdarkly/js-core/issues/1363))
10+
* Build judge input as string and strip legacy judge config messages ([#1364](https://github.com/launchdarkly/js-core/issues/1364))
11+
* Use LDAIGraphMetricSummary for graph metric summary ([#1362](https://github.com/launchdarkly/js-core/issues/1362))
12+
13+
### Features
14+
15+
* add Evaluator class for judge orchestration ([#1331](https://github.com/launchdarkly/js-core/issues/1331)) ([54faa69](https://github.com/launchdarkly/js-core/commit/54faa69aa28333f92d943de79307611fc05e2cbe))
16+
* add ManagedAgent with evaluations support ([#1334](https://github.com/launchdarkly/js-core/issues/1334)) ([7f09c46](https://github.com/launchdarkly/js-core/commit/7f09c46cdec808ce9ebeb6487e6a2fa4fc817cbc))
17+
* add ManagedGraphResult, GraphMetricSummary, and ManagedAgentGraph ([#1335](https://github.com/launchdarkly/js-core/issues/1335)) ([09fa1db](https://github.com/launchdarkly/js-core/commit/09fa1dbb134ea43ab8664b5e7903eb85883a0ac2))
18+
* introduce ManagedResult, RunnerResult, and LDAIMetricSummary ([#1332](https://github.com/launchdarkly/js-core/issues/1332)) ([5040122](https://github.com/launchdarkly/js-core/commit/5040122a5c6de88691820f02528550b983a14e58))
19+
* Remove AIProvider deprecated methods and create*/init* aliases (AIC-2388) ([#1363](https://github.com/launchdarkly/js-core/issues/1363)) ([ad66314](https://github.com/launchdarkly/js-core/commit/ad66314e403b83976987c54da9c6c70308c25078))
20+
* Rename LDAIMetrics.usage and LDAIGraphMetrics.usage to .tokens ([#1366](https://github.com/launchdarkly/js-core/issues/1366)) ([ff932b7](https://github.com/launchdarkly/js-core/commit/ff932b74c10307519dc9f913a4330a5b7d79438d))
21+
* Replace OpenAIProvider with Runner protocol implementation (AIC-2388) ([#1337](https://github.com/launchdarkly/js-core/issues/1337)) ([e32a955](https://github.com/launchdarkly/js-core/commit/e32a955c583db1bc382e2e0f3f459d459bc35984))
22+
23+
24+
### Bug Fixes
25+
26+
* Build judge input as string and strip legacy judge config messages ([#1364](https://github.com/launchdarkly/js-core/issues/1364)) ([c90034b](https://github.com/launchdarkly/js-core/commit/c90034b58a3b75d92269e7c485f38f1266208f08))
27+
* Use LDAIGraphMetricSummary for graph metric summary ([#1362](https://github.com/launchdarkly/js-core/issues/1362)) ([76a4bf2](https://github.com/launchdarkly/js-core/commit/76a4bf278999c81b27ce1aa29a3c1cb42e113fbc))
28+
329
## [0.19.1](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-v0.19.0...server-sdk-ai-v0.19.1) (2026-05-06)
430

531

packages/sdk/server-ai/examples/agent-graph-traversal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@launchdarkly/node-server-sdk": "9.10.14",
13-
"@launchdarkly/server-sdk-ai": "0.19.1"
13+
"@launchdarkly/server-sdk-ai": "0.20.0"
1414
},
1515
"devDependencies": {
1616
"@tsconfig/node20": "20.1.4",

packages/sdk/server-ai/examples/bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@aws-sdk/client-bedrock-runtime": "^3.679.0",
2525
"@launchdarkly/node-server-sdk": "9.10.14",
26-
"@launchdarkly/server-sdk-ai": "0.19.1"
26+
"@launchdarkly/server-sdk-ai": "0.20.0"
2727
},
2828
"devDependencies": {
2929
"@tsconfig/node20": "20.1.4",

0 commit comments

Comments
 (0)