Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 5.91 KB

File metadata and controls

68 lines (44 loc) · 5.91 KB

Stagehand Python Changelog

0.5.3

Patch Changes

#196 93f5c97 Thanks @chrisreadsf, @miguelg719 and Derek Meegan! - remove duplicate project id if already passed to Stagehand #203 82c6fed Thanks @miguelg719! - Bump openai dependency version #198 057b38b Thanks @Zach10za! - Fix draw_overlay on env:LOCAL

0.5.2

Patch Changes

#191 7fb6a6f Thanks @miguelg719! - Add support for custom base_url on api #185 ec22cb9 Thanks @filip-michalsky! - fix camelCase and snake_case return api extract schema mismatch

0.5.1

Patch Changes

#183 6f72281 Thanks @shubh24 and @miguelg719! - Fixing downloads behavior for use_api=false #132 edc57ac Thanks @sanveer-osahan and @miguelg719! - Add LLM customization support (eg. api_base) #179 51ca053 Thanks @miguelg719! - Fix max_steps parsing for agent execute options #176 d95974a Thanks @miguelg719! - Fix stagehand.metrics on env:BROWSERBASE #88 021c946 Thanks @filip-michalsky! - added regression tests #161 f68e86c Thanks @arunpatro, @miguelg719 and Filip Michalsky! - Multi-tab support #181 1bef512 Thanks @miguelg719! - Fix openai-litellm dependency bug #177 36ba981 Thanks @miguelg719! - Fix temperature setting for GPT-5 family of models #174 2e3eb1a Thanks @miguelg719! - Added frame_id_map to support multi-tab handling on API

0.5.0

Minor Changes

#167 76669f0 Thanks @miguelg719! - Enable access to iframes on api

Patch Changes

#168 a7d8c5e Thanks @miguelg719! - Patch issue with passing a created session_id to init on api mode #155 8d55709 Thanks @Zach10za! - Fix error in press_key act util function #158 426df10 Thanks @miguelg719! - Fix parsing schema for extract with no arguments (full page extract) #166 15fd40b Thanks @filip-michalsky! - fix logging param name #159 cd3dc7f Thanks @tkattkat! - Add support for claude 4 sonnet in agent & remove all images but the last two from anthropic cua client

0.4.1

Patch Changes

#146 d0983da Thanks @miguelg719 and @the-roaring! - Pass sdk version number to API for debugging #145 0732268 Thanks @filip-michalsky! - relaxed rich to 13.7.0 #152 f888d81 Thanks @filip-michalsky! - simple event loop timeout for strict event loops for async playwright (which has blocking start) #140 5e70c8d Thanks @Zach10za! - Add support for handling OS-level dropdowns

0.4.0

Minor Changes

#127 a2fee2c Thanks @the-roaring! - bump to unused version range

0.1.0

Minor Changes

#126 5263553 Thanks @the-roaring! - bump minor version to fix publishing disparity

Patch Changes

#126 5263553 Thanks @the-roaring! - start using pychangeset to track changes