Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: CI
on:
push:
branches-ignore:
- 'generated'
- 'codegen/**'
- 'integrated/**'
- 'stl-preview-head/**'
- 'stl-preview-base/**'
branches:
- '**'
- '!integrated/**'
- '!stl-preview-head/**'
- '!stl-preview-base/**'
- '!generated'
- '!codegen/**'
- 'codegen/stl/**'
pull_request:
branches-ignore:
- 'stl-preview-head/**'
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.16.0"
".": "3.17.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 8
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-a4e672f457dd99336f4b2a113fd7c7c6c9db0941b38d57cff6e3641549a6c4ed.yml
openapi_spec_hash: eae9c8561e420db8e4d238c1e59617fb
config_hash: 2a565ad6662259a2e90fa5f1f5095525
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-4112eba8679ed34cc7c0e4b28ee3f1569cf47d6e4a8252c28b5ef2ee02a82b8c.yml
openapi_spec_hash: b46202361a71845a51d26e880a444d0b
config_hash: 0209737a4ab2a71afececb0ff7459998
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 3.17.0 (2026-03-19)

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

### Features

* [fix]: add `useSearch` & `toolTimeout` to stainless types ([b192d02](https://github.com/browserbase/stagehand-php/commit/b192d027f259557655a980b8b013033726c70038))
* [STG-1607] Yield finished SSE event instead of silently dropping it ([bcbd0d1](https://github.com/browserbase/stagehand-php/commit/bcbd0d1b1a07c26b372e01dee544ef0b4d2bb50d))
* Add missing cdpHeaders field to v3 server openapi spec ([07f2358](https://github.com/browserbase/stagehand-php/commit/07f23586505243db4dc86414a3d5c381b26fd22d))
* Revert broken finished SSE yield config ([7910a59](https://github.com/browserbase/stagehand-php/commit/7910a59b8374edd635c968ecd57548b1c6826f20))


### Chores

* **internal:** codegen related update ([20b3106](https://github.com/browserbase/stagehand-php/commit/20b3106f3919092115a690e43bb4641dccd91aad))
* **internal:** tweak CI branches ([5c0e28e](https://github.com/browserbase/stagehand-php/commit/5c0e28e04a565c53dbd42f01fd920ba65ffea9e6))
* **internal:** upgrade phpunit ([b09b7ff](https://github.com/browserbase/stagehand-php/commit/b09b7ffb3644b16039aa400ed430deeb993e18ce))

## 3.16.0 (2026-02-25)

Full Changelog: [v3.15.0...v3.16.0](https://github.com/browserbase/stagehand-php/compare/v3.15.0...v3.16.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The REST API documentation can be found on [docs.stagehand.dev](https://docs.sta
<!-- x-release-please-start-version -->

```
composer require "browserbase/stagehand 3.16.0"
composer require "browserbase/stagehand 3.17.0"
```

<!-- x-release-please-end -->
Expand Down
120 changes: 66 additions & 54 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading