Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 2.93 KB

File metadata and controls

39 lines (24 loc) · 2.93 KB

Stagehand Python Changelog

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