Skip to content

Commit 624f534

Browse files
Version Packages
1 parent ba4ec33 commit 624f534

File tree

7 files changed

+20
-28
lines changed

7 files changed

+20
-28
lines changed

.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @browserbasehq/stagehand
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- Deprecate `initFromPage` in favor of `browserbaseResumeSessionID` in constructor
10+
- Rename `browserBaseSessionCreateParams` -> `browserbaseSessionCreateParams`
11+
12+
- [#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`.
13+
14+
- [#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
15+
16+
### Patch Changes
17+
18+
- [#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
19+
20+
- [#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
21+
322
## 1.6.0
423

524
### 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)