Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"javascript": "0.4.15",
"javascript": "0.5.0",
"python": "0.7.31"
}
12 changes: 12 additions & 0 deletions javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading