Skip to content

Releases: browserbase/stagehand

v1.9.0

08 Jan 10:26
92b0ca0
Compare
Choose a tag to compare

Minor Changes

  • #374 207244e Thanks @sameelarif! - Pass in a Stagehand Page object into the on("popup") listener to allow for multi-page handling.

  • #367 75c0e20 Thanks @kamath! - Logger in LLMClient is inherited by default from Stagehand. Named rather than positional arguments are used in implemented LLMClients.

  • #381 db2ef59 Thanks @kamath! - make logs only sync

  • #385 5899ec2 Thanks @sameelarif! - Moved the LLMClient logger paremeter to the createChatCompletion method options.

  • #364 08907eb Thanks @kamath! - exposed llmClient in stagehand constructor

Patch Changes

v1.8.0

24 Dec 05:12
f38e82c
Compare
Choose a tag to compare

Minor Changes

  • #324 cd23fa3 Thanks @kamath! - Move stagehand.act() -> stagehand.page.act() and deprecate stagehand.act()

  • #319 bacbe60 Thanks @kamath! - We now wrap playwright page/context within StagehandPage and StagehandContext objects. This helps us augment the Stagehand experience by being able to augment the underlying Playwright

  • #324 cd23fa3 Thanks @kamath! - moves extract and act -> page and deprecates stagehand.extract and stagehand.observe

Patch Changes

v1.7.0

17 Dec 07:38
8b40f2b
Compare
Choose a tag to compare

Minor Changes

  • #316 902e633 Thanks @kamath! - rename browserbaseResumeSessionID -> browserbaseSessionID

  • #296 f11da27 Thanks @kamath! - - Deprecate fields in init in favor of constructor options

    • Deprecate initFromPage in favor of browserbaseResumeSessionID in constructor
    • Rename browserBaseSessionCreateParams -> browserbaseSessionCreateParams
  • #304 0b72f75 Thanks @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.

  • #298 55f0cd2 Thanks @kamath! - Add sessionId to public params

Patch Changes

v1.6.0

10 Dec 05:29
0af378c
Compare
Choose a tag to compare

Minor Changes

#279 d6d7057 Thanks @navidkpr, @sameelarif, @kamath! - Add support for o1-mini and o1-preview in OpenAIClient

#282 5291797 Thanks @sameelarif! - Added eslint for stricter type checking. Streamlined most of the internal types throughout the cache, llm, and handlers. This should make it easier to add new LLMs down the line, maintain and update the existing code, and make it easier to add new features in the future. Types can be checked by running npx eslint . from the project directory.

Patch Changes

#286 9605836 Thanks @navidkpr! - minor improvement in action + new eval case

#270 6b10b3b Thanks @sameelarif! - add close link to readme

#288 5afa0b9 Thanks @tan-z-tan! - add multi-region support for browserbase

#284 474217c Thanks @kamath! - Build wasn't working, this addresses tsc failure.

#236 85483fe Thanks @seanmcguire12! - reduce chunk size

v1.5.0

03 Dec 05:49
95be5e5
Compare
Choose a tag to compare

Minor Changes

  • #266 0e8f34f Thanks @kamath! - Install wasn't working from NPM due to misconfigured build step. This attempts to fix that.

v1.4.0

03 Dec 02:14
8789cd5
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v1.3.0

21 Nov 05:19
01abe86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

19 Nov 01:54
7aadf66
Compare
Choose a tag to compare
Update stagehand version (#182)

* Update stagehand version

* rm pr workflow

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.1.2

11 Nov 07:41
4e52dd8
Compare
Choose a tag to compare

Minor Changes

  • d7d4f59 Thanks @navidkpr! - add caching to actions (by sub-action) + add variables to act
  • 4e52dd8 Thanks @kamath! - Add init scripts to context to persist them across pages + Small bug fixes

v1.1.1

10 Nov 06:16
703636b
Compare
Choose a tag to compare

v1.1.1 Latest

Minor Changes
Nothing to see here :)