v1.3.0

browserbase/stagehandv1.3.0Nov 21, 2024by kamath

AI Summary

Reverts a previous removal, restores structured logging, adds script execution capabilities, adds model-specific evals, and removes caching.

Key Highlights

  • Re-add structured logging
  • Pass in script content to playwright to make running browser scripts easier
  • Add evals for each model
  • Remove caching

Breaking Changes

  • Remove caching

New Features

  • Structured logging
  • Script execution to playwright
  • Model-specific evals

Full Release Notes

## What's Changed
* [REVERTED] remove internal oai zod helper by @filip-michalsky in https://github.com/browserbase/stagehand/pull/193
* Re-add structured logging by @kamath in https://github.com/browserbase/stagehand/pull/195
* Pass in script content to playwright to make running browser scripts easier by @jeremypress in https://github.com/browserbase/stagehand/pull/192
* Add evals for each model by @kamath in https://github.com/browserbase/stagehand/pull/196
* Remove caching by @kamath in https://github.com/browserbase/stagehand/pull/197


**Full Changelog**: https://github.com/browserbase/stagehand/compare/v1.2.0...v1.3.0