Skip to content

Commit 84fa6f9

Browse files
release: 3.17.0
1 parent bcbd0d1 commit 84fa6f9

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.17.0"
33
}

CHANGELOG.md

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

3+
## 3.17.0 (2026-03-18)
4+
5+
Full Changelog: [v3.16.0...v3.17.0](https://github.com/browserbase/stagehand-php/compare/v3.16.0...v3.17.0)
6+
7+
### Features
8+
9+
* [STG-1607] Yield finished SSE event instead of silently dropping it ([bcbd0d1](https://github.com/browserbase/stagehand-php/commit/bcbd0d1b1a07c26b372e01dee544ef0b4d2bb50d))
10+
* Add missing cdpHeaders field to v3 server openapi spec ([07f2358](https://github.com/browserbase/stagehand-php/commit/07f23586505243db4dc86414a3d5c381b26fd22d))
11+
12+
13+
### Chores
14+
15+
* **internal:** codegen related update ([20b3106](https://github.com/browserbase/stagehand-php/commit/20b3106f3919092115a690e43bb4641dccd91aad))
16+
* **internal:** tweak CI branches ([5c0e28e](https://github.com/browserbase/stagehand-php/commit/5c0e28e04a565c53dbd42f01fd920ba65ffea9e6))
17+
* **internal:** upgrade phpunit ([b09b7ff](https://github.com/browserbase/stagehand-php/commit/b09b7ffb3644b16039aa400ed430deeb993e18ce))
18+
319
## 3.16.0 (2026-02-25)
420

521
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.17.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.17.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)