File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 3.19.3 "
2+ "." : " 3.20.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.20.0 (2026-04-09)
4+
5+ Full Changelog: [ v3.19.3...v3.20.0] ( https://github.com/browserbase/stagehand-php/compare/v3.19.3...v3.20.0 )
6+
7+ ### Features
8+
9+ * [ STG-1798] feat: support Browserbase verified sessions ([ 52c4636] ( https://github.com/browserbase/stagehand-php/commit/52c4636560e5dd556db9c061a3bb9c48ffa20e76 ) )
10+ * Bedrock auth passthrough ([ 40cb10e] ( https://github.com/browserbase/stagehand-php/commit/40cb10eb39c7f53b9c3fd668018c1b3569650e5c ) )
11+ * Revert "[ STG-1573] Add providerOptions for extensible model auth ([ #1822 ] ( https://github.com/browserbase/stagehand-php/issues/1822 ) )" ([ 1f99ac3] ( https://github.com/browserbase/stagehand-php/commit/1f99ac3957867970c6eaa968e8daaa83ae855b7b ) )
12+
313## 3.19.3 (2026-04-03)
414
515Full Changelog: [ v3.18.0...v3.19.3] ( https://github.com/browserbase/stagehand-php/compare/v3.18.0...v3.19.3 )
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ The REST API documentation can be found on [docs.stagehand.dev](https://docs.sta
8080<!-- x-release-please-start-version -->
8181
8282```
83- composer require "browserbase/stagehand 3.19.3 "
83+ composer require "browserbase/stagehand 3.20.0 "
8484```
8585
8686<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 55namespace Stagehand ;
66
77// x-release-please-start-version
8- const VERSION = '3.19.3 ' ;
8+ const VERSION = '3.20.0 ' ;
99// x-release-please-end
You can’t perform that action at this time.
0 commit comments