Skip to content

Commit 203d3fb

Browse files
release: 3.18.0
1 parent 9ac5a52 commit 203d3fb

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.16.0"
2+
".": "3.18.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 3.18.0 (2026-03-24)
4+
5+
Full Changelog: [v3.16.0...v3.18.0](https://github.com/browserbase/stagehand-php/compare/v3.16.0...v3.18.0)
6+
7+
### Features
8+
9+
* [fix]: add `useSearch` & `toolTimeout` to stainless types ([b192d02](https://github.com/browserbase/stagehand-php/commit/b192d027f259557655a980b8b013033726c70038))
10+
* [STG-1607] Yield finished SSE event instead of silently dropping it ([bcbd0d1](https://github.com/browserbase/stagehand-php/commit/bcbd0d1b1a07c26b372e01dee544ef0b4d2bb50d))
11+
* Add explicit SSE event names for local v3 streaming ([a9777b9](https://github.com/browserbase/stagehand-php/commit/a9777b9389adbaf2c2f9dfdc34ce41f3004b9085))
12+
* Add missing cdpHeaders field to v3 server openapi spec ([07f2358](https://github.com/browserbase/stagehand-php/commit/07f23586505243db4dc86414a3d5c381b26fd22d))
13+
* Include LLM headers in ModelConfig ([879642a](https://github.com/browserbase/stagehand-php/commit/879642a0677170a48904a52f339c0403f2b16203))
14+
* Revert broken finished SSE yield config ([7910a59](https://github.com/browserbase/stagehand-php/commit/7910a59b8374edd635c968ecd57548b1c6826f20))
15+
* variables for observe ([9187d2e](https://github.com/browserbase/stagehand-php/commit/9187d2ec460a547a9463a395175482cd1bd72c18))
16+
17+
18+
### Chores
19+
20+
* **internal:** codegen related update ([20b3106](https://github.com/browserbase/stagehand-php/commit/20b3106f3919092115a690e43bb4641dccd91aad))
21+
* **internal:** tweak CI branches ([5c0e28e](https://github.com/browserbase/stagehand-php/commit/5c0e28e04a565c53dbd42f01fd920ba65ffea9e6))
22+
* **internal:** upgrade phpunit ([b09b7ff](https://github.com/browserbase/stagehand-php/commit/b09b7ffb3644b16039aa400ed430deeb993e18ce))
23+
324
## 3.16.0 (2026-02-25)
425

526
Full Changelog: [v3.15.0...v3.16.0](https://github.com/browserbase/stagehand-php/compare/v3.15.0...v3.16.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.16.0"
83+
composer require "browserbase/stagehand 3.18.0"
8484
```
8585

8686
<!-- x-release-please-end -->

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace Stagehand;
66

77
// x-release-please-start-version
8-
const VERSION = '3.16.0';
8+
const VERSION = '3.18.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)