Skip to content

Commit df531df

Browse files
Version Packages
1 parent 66f6dbf commit df531df

11 files changed

Lines changed: 37 additions & 19 deletions

File tree

.changeset/keys-cache-replay-variables.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-mammals-nail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/verified-browserbase-sdk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @browserbasehq/stagehand
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#1980](https://github.com/browserbase/stagehand/pull/1980) [`e471d2e`](https://github.com/browserbase/stagehand/commit/e471d2e89d41bac4e9b907ee9c0d7adc36828104) Thanks [@shrey150](https://github.com/shrey150)! - Support Browserbase verified session settings and bump the Browserbase SDK.
8+
9+
### Patch Changes
10+
11+
- [#1983](https://github.com/browserbase/stagehand/pull/1983) [`8543c11`](https://github.com/browserbase/stagehand/commit/8543c11f6b4816f5c94fefdc8083f3616b987b22) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add variable substitution to the keys tool in both live execution and cache replay paths. When keys steps with `method="type"` contain `%variableName%` tokens, they are now resolved against the provided variables. This brings the keys tool to parity with the type tool's variable handling.
12+
13+
- [#1973](https://github.com/browserbase/stagehand/pull/1973) [`14b64ec`](https://github.com/browserbase/stagehand/commit/14b64ec7d226a3eb0ce1c19937f14581e61b7a85) Thanks [@monadoid](https://github.com/monadoid)! - Enable strict structured outputs for supported model paths.
14+
315
## 3.2.1
416

517
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

packages/evals/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @browserbasehq/stagehand-evals
22

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8543c11`](https://github.com/browserbase/stagehand/commit/8543c11f6b4816f5c94fefdc8083f3616b987b22), [`14b64ec`](https://github.com/browserbase/stagehand/commit/14b64ec7d226a3eb0ce1c19937f14581e61b7a85), [`e471d2e`](https://github.com/browserbase/stagehand/commit/e471d2e89d41bac4e9b907ee9c0d7adc36828104)]:
8+
- @browserbasehq/stagehand@3.3.0
9+
310
## 1.1.10
411

512
### Patch Changes

packages/evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand-evals",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"private": true,
55
"description": "Evaluation suite for Stagehand",
66
"type": "module",

packages/server-v3/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @browserbasehq/stagehand-server-v3
22

3+
## 3.6.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8543c11`](https://github.com/browserbase/stagehand/commit/8543c11f6b4816f5c94fefdc8083f3616b987b22), [`14b64ec`](https://github.com/browserbase/stagehand/commit/14b64ec7d226a3eb0ce1c19937f14581e61b7a85), [`e471d2e`](https://github.com/browserbase/stagehand/commit/e471d2e89d41bac4e9b907ee9c0d7adc36828104)]:
8+
- @browserbasehq/stagehand@3.3.0
9+
310
## 3.6.2
411

512
### Patch Changes

packages/server-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand-server-v3",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
44
"description": "Stagehand API server v3",
55
"type": "module",
66
"private": true,

packages/server-v4/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @browserbasehq/stagehand-server-v4
22

3+
## 3.6.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8543c11`](https://github.com/browserbase/stagehand/commit/8543c11f6b4816f5c94fefdc8083f3616b987b22), [`14b64ec`](https://github.com/browserbase/stagehand/commit/14b64ec7d226a3eb0ce1c19937f14581e61b7a85), [`e471d2e`](https://github.com/browserbase/stagehand/commit/e471d2e89d41bac4e9b907ee9c0d7adc36828104)]:
8+
- @browserbasehq/stagehand@3.3.0
9+
310
## 3.6.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)