Skip to content

Commit 8b40f2b

Browse files
Version Packages (#297)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 902e633 commit 8b40f2b

8 files changed

+22
-33
lines changed

.changeset/flat-avocados-sit.md

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

.changeset/good-mangos-beam.md

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

.changeset/gorgeous-readers-rush.md

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

.changeset/sixty-poets-battle.md

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

.changeset/three-planes-clap.md

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

.changeset/wicked-rockets-beg.md

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

CHANGELOG.md

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

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#316](https://github.com/browserbase/stagehand/pull/316) [`902e633`](https://github.com/browserbase/stagehand/commit/902e633e126a58b80b757ea0ecada01a7675a473) Thanks [@kamath](https://github.com/kamath)! - rename browserbaseResumeSessionID -> browserbaseSessionID
8+
9+
- [#296](https://github.com/browserbase/stagehand/pull/296) [`f11da27`](https://github.com/browserbase/stagehand/commit/f11da27a20409c240ceeea2003d520f676def61a) Thanks [@kamath](https://github.com/kamath)! - - Deprecate fields in `init` in favor of constructor options
10+
11+
- Deprecate `initFromPage` in favor of `browserbaseResumeSessionID` in constructor
12+
- Rename `browserBaseSessionCreateParams` -> `browserbaseSessionCreateParams`
13+
14+
- [#304](https://github.com/browserbase/stagehand/pull/304) [`0b72f75`](https://github.com/browserbase/stagehand/commit/0b72f75f6a62aaeb28b0c488ae96db098d6a2846) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add textExtract: an optional, text based approach to the existing extract method. textExtract often performs better on long form extraction tasks. By default `extract` uses the existing approach `domExtract`.
15+
16+
- [#298](https://github.com/browserbase/stagehand/pull/298) [`55f0cd2`](https://github.com/browserbase/stagehand/commit/55f0cd2fe7976e800833ec6e41e9af62d88d09d5) Thanks [@kamath](https://github.com/kamath)! - Add sessionId to public params
17+
18+
### Patch Changes
19+
20+
- [#283](https://github.com/browserbase/stagehand/pull/283) [`b902192`](https://github.com/browserbase/stagehand/commit/b902192bc7ff8eb02c85150c1fe6f89c2a95b211) Thanks [@sameelarif](https://github.com/sameelarif)! - allowed customization of eval config via .env
21+
22+
- [#299](https://github.com/browserbase/stagehand/pull/299) [`fbe2300`](https://github.com/browserbase/stagehand/commit/fbe23007176488043c2415519f25021612fff989) Thanks [@sameelarif](https://github.com/sameelarif)! - log playwright actions for better debugging
23+
324
## 1.6.0
425

526
### Minor Changes

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": "1.6.0",
3+
"version": "1.7.0",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)