From ff274a130640c44964ee904005ee1d438bddfd6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Chaves?= Date: Wed, 1 Jul 2026 22:09:58 +0900 Subject: [PATCH] chore(main): release javascript 0.5.0 --- .release-please-manifest.json | 2 +- javascript/CHANGELOG.md | 12 ++++++++++++ javascript/package-lock.json | 4 ++-- javascript/package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fdd3dd6..52ecfd90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "javascript": "0.4.15", + "javascript": "0.5.0", "python": "0.7.31" } diff --git a/javascript/CHANGELOG.md b/javascript/CHANGELOG.md index bc471de8..0487ff8f 100644 --- a/javascript/CHANGELOG.md +++ b/javascript/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/langwatch/scenario/compare/javascript/v0.4.15...javascript/v0.5.0) (2026-07-01) + + +### ⚠ BREAKING CHANGES + +* **voice:** the EL adapter's SDK migration removes the public `WebSocketLike` test-seam type (superseded by the SDK's own WebSocketFactory). Niche, but note it for the version bump. + +### Bug Fixes + +* **security:** raise vite 8.x floor to >=8.0.16 across scenario workspaces ([#709](https://github.com/langwatch/scenario/issues/709)) ([42d877e](https://github.com/langwatch/scenario/commit/42d877ed4b187b3a7478f38f6efdce932cb696d9)) +* **voice:** real voice-in by default for hosted ElevenLabs ConvAI ([#707](https://github.com/langwatch/scenario/issues/707)) ([267426b](https://github.com/langwatch/scenario/commit/267426b06d95b3242a56fc6f4383df01bf457bd6)) + ## [0.4.15](https://github.com/langwatch/scenario/compare/javascript/v0.4.14...javascript/v0.4.15) (2026-06-25) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index a5fd769e..1f8b1db9 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@langwatch/scenario", - "version": "0.4.15", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@langwatch/scenario", - "version": "0.4.15", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@ag-ui/core": "^0.0.28", diff --git a/javascript/package.json b/javascript/package.json index 18e7ae96..c59f0736 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@langwatch/scenario", - "version": "0.4.15", + "version": "0.5.0", "description": "A TypeScript library for testing AI agents using scenarios", "main": "dist/index.js", "module": "dist/index.mjs",