diff --git a/.changeset/add-bedrock-provider-schema.md b/.changeset/add-bedrock-provider-schema.md deleted file mode 100644 index e82fe628c..000000000 --- a/.changeset/add-bedrock-provider-schema.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@browserbasehq/stagehand": patch -"@browserbasehq/stagehand-server": patch ---- - -Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec. diff --git a/.changeset/cool-doors-open.md b/.changeset/cool-doors-open.md deleted file mode 100644 index 18350f076..000000000 --- a/.changeset/cool-doors-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -feat: add `cdpHeaders` option to `localBrowserLaunchOptions` for passing custom HTTP headers when connecting to an existing browser via CDP URL diff --git a/.changeset/flat-mice-cheer.md b/.changeset/flat-mice-cheer.md deleted file mode 100644 index 53e42c3a1..000000000 --- a/.changeset/flat-mice-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Expose `headers` in `GoogleVertexProviderSettings` so model configs can pass custom provider headers (for example `X-Goog-Priority`) without TypeScript errors. diff --git a/.changeset/real-cameras-grin.md b/.changeset/real-cameras-grin.md deleted file mode 100644 index 22a326e00..000000000 --- a/.changeset/real-cameras-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -When connecting to a browser session that has zero open tabs, Stagehand now automatically creates an initial `about:blank` tab so the connection can continue. diff --git a/.changeset/some-parrots-wave.md b/.changeset/some-parrots-wave.md deleted file mode 100644 index 1cd697972..000000000 --- a/.changeset/some-parrots-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -fix issue where handlePossibleNavigation was producing unnecessary error logs on clicks that trigger page close diff --git a/.changeset/twelve-breads-yawn.md b/.changeset/twelve-breads-yawn.md deleted file mode 100644 index b89270c3c..000000000 --- a/.changeset/twelve-breads-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -add new page.setExtraHTTPHeaders() method diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 06effeb7c..5e6528fc6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,23 @@ # @browserbasehq/stagehand +## 3.2.0 + +### Minor Changes + +- [#1779](https://github.com/browserbase/stagehand/pull/1779) [`2f43ffa`](https://github.com/browserbase/stagehand/commit/2f43ffac11778152d17e4c44405770cc32c3ec8c) Thanks [@shrey150](https://github.com/shrey150)! - feat: add `cdpHeaders` option to `localBrowserLaunchOptions` for passing custom HTTP headers when connecting to an existing browser via CDP URL + +- [#1774](https://github.com/browserbase/stagehand/pull/1774) [`521a10e`](https://github.com/browserbase/stagehand/commit/521a10e3698fc5631e219947bc90dad0f8bddaa8) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add new page.setExtraHTTPHeaders() method + +### Patch Changes + +- [#1759](https://github.com/browserbase/stagehand/pull/1759) [`505e8c6`](https://github.com/browserbase/stagehand/commit/505e8c6736f3706328dbc8df670c49a018058388) Thanks [@shrey150](https://github.com/shrey150)! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec. + +- [#1764](https://github.com/browserbase/stagehand/pull/1764) [`6ba0a1d`](https://github.com/browserbase/stagehand/commit/6ba0a1db7fc2d5d5a2f8927b1417d8f1d15eda10) Thanks [@shrey150](https://github.com/shrey150)! - Expose `headers` in `GoogleVertexProviderSettings` so model configs can pass custom provider headers (for example `X-Goog-Priority`) without TypeScript errors. + +- [#1749](https://github.com/browserbase/stagehand/pull/1749) [`7390508`](https://github.com/browserbase/stagehand/commit/73905088c5ed5923d276da9cce2efd0a0a3a46eb) Thanks [@pirate](https://github.com/pirate)! - When connecting to a browser session that has zero open tabs, Stagehand now automatically creates an initial `about:blank` tab so the connection can continue. + +- [#1761](https://github.com/browserbase/stagehand/pull/1761) [`611f43a`](https://github.com/browserbase/stagehand/commit/611f43ac8d4c580216d55d2b217c14a9a9c11013) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix issue where handlePossibleNavigation was producing unnecessary error logs on clicks that trigger page close + ## 3.1.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 42473b4b9..b8b1a66f3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "3.1.0", + "version": "3.2.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/evals/CHANGELOG.md b/packages/evals/CHANGELOG.md index da8fa848d..944c6edc6 100644 --- a/packages/evals/CHANGELOG.md +++ b/packages/evals/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-evals +## 1.1.9 + +### Patch Changes + +- Updated dependencies [[`505e8c6`](https://github.com/browserbase/stagehand/commit/505e8c6736f3706328dbc8df670c49a018058388), [`2f43ffa`](https://github.com/browserbase/stagehand/commit/2f43ffac11778152d17e4c44405770cc32c3ec8c), [`6ba0a1d`](https://github.com/browserbase/stagehand/commit/6ba0a1db7fc2d5d5a2f8927b1417d8f1d15eda10), [`7390508`](https://github.com/browserbase/stagehand/commit/73905088c5ed5923d276da9cce2efd0a0a3a46eb), [`611f43a`](https://github.com/browserbase/stagehand/commit/611f43ac8d4c580216d55d2b217c14a9a9c11013), [`521a10e`](https://github.com/browserbase/stagehand/commit/521a10e3698fc5631e219947bc90dad0f8bddaa8)]: + - @browserbasehq/stagehand@3.2.0 + ## 1.1.8 ### Patch Changes diff --git a/packages/evals/package.json b/packages/evals/package.json index 0b90f922b..0104ed27c 100644 --- a/packages/evals/package.json +++ b/packages/evals/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-evals", - "version": "1.1.8", + "version": "1.1.9", "private": true, "description": "Evaluation suite for Stagehand", "type": "module", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 44c8a2046..1b8a4caa3 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,14 @@ # @browserbasehq/stagehand-server +## 3.6.1 + +### Patch Changes + +- [#1759](https://github.com/browserbase/stagehand/pull/1759) [`505e8c6`](https://github.com/browserbase/stagehand/commit/505e8c6736f3706328dbc8df670c49a018058388) Thanks [@shrey150](https://github.com/shrey150)! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec. + +- Updated dependencies [[`505e8c6`](https://github.com/browserbase/stagehand/commit/505e8c6736f3706328dbc8df670c49a018058388), [`2f43ffa`](https://github.com/browserbase/stagehand/commit/2f43ffac11778152d17e4c44405770cc32c3ec8c), [`6ba0a1d`](https://github.com/browserbase/stagehand/commit/6ba0a1db7fc2d5d5a2f8927b1417d8f1d15eda10), [`7390508`](https://github.com/browserbase/stagehand/commit/73905088c5ed5923d276da9cce2efd0a0a3a46eb), [`611f43a`](https://github.com/browserbase/stagehand/commit/611f43ac8d4c580216d55d2b217c14a9a9c11013), [`521a10e`](https://github.com/browserbase/stagehand/commit/521a10e3698fc5631e219947bc90dad0f8bddaa8)]: + - @browserbasehq/stagehand@3.2.0 + ## 3.6.0 ### Minor Changes diff --git a/packages/server/package.json b/packages/server/package.json index 6460bfe27..e64b539a8 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-server", - "version": "3.6.0", + "version": "3.6.1", "description": "Stagehand API server", "type": "module", "private": true,