Skip to content
Merged
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.18.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-bc309fd00fe0507f4cbe3bc77fa27d0fbffeaa6e71998778da34de42608a67e8.yml
openapi_spec_hash: 1db1af5c1b068bba1d652102f4454668
config_hash: d6c6f623d03971bdba921650e5eb7e5f
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 3.18.0 (2026-03-24)

Full Changelog: [v3.16.0...v3.18.0](https://github.com/browserbase/stagehand-php/compare/v3.16.0...v3.18.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 explicit SSE event names for local v3 streaming ([a9777b9](https://github.com/browserbase/stagehand-php/commit/a9777b9389adbaf2c2f9dfdc34ce41f3004b9085))
* Add missing cdpHeaders field to v3 server openapi spec ([07f2358](https://github.com/browserbase/stagehand-php/commit/07f23586505243db4dc86414a3d5c381b26fd22d))
* Include LLM headers in ModelConfig ([879642a](https://github.com/browserbase/stagehand-php/commit/879642a0677170a48904a52f339c0403f2b16203))
* Revert broken finished SSE yield config ([7910a59](https://github.com/browserbase/stagehand-php/commit/7910a59b8374edd635c968ecd57548b1c6826f20))
* variables for observe ([9187d2e](https://github.com/browserbase/stagehand-php/commit/9187d2ec460a547a9463a395175482cd1bd72c18))


### 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.18.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