Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0c9bb8c
chore: sync repo
stainless-app[bot] Jan 31, 2026
22dd688
feat: Add executionModel serialization to api client
stainless-app[bot] Jan 29, 2026
f9017c8
feat(client): add custom JSON encoder for extended type support
stainless-app[bot] Jan 30, 2026
0061b08
Update example link text
monadoid Feb 5, 2026
ce4be56
Merge pull request #43 from stainless-sdks/STG-1303
monadoid Feb 5, 2026
555a9c4
chore(internal): codegen related update
stainless-app[bot] Jan 31, 2026
a3be653
Add remote Browserbase Playwright SSE example.
monadoid Feb 5, 2026
523e4af
Merge pull request #45 from stainless-sdks/STG-1296
monadoid Feb 6, 2026
60b8787
Add local browser SSE example
monadoid Feb 6, 2026
6a465c5
Merge pull request #46 from stainless-sdks/STG-1295
monadoid Feb 6, 2026
aa3fbd4
chore(internal): codegen related update
stainless-app[bot] Feb 6, 2026
92d8393
chore(internal): bump dependencies
stainless-app[bot] Feb 10, 2026
b0df744
chore(internal): fix lint error on Python 3.14
stainless-app[bot] Feb 12, 2026
953ca1d
codegen metadata
stainless-app[bot] Feb 12, 2026
6886682
STG-1308: update examples to use SSE and examples env
monadoid Feb 13, 2026
c22d22c
chore: format all `api.md` files
stainless-app[bot] Feb 13, 2026
dfdb676
STG-1308: fix ruff import ordering
monadoid Feb 13, 2026
1399f06
Merge pull request #47 from stainless-sdks/STG-1308
monadoid Feb 13, 2026
d1929e6
STG-1306: update model names and README examples
monadoid Feb 17, 2026
f3cf476
STG-1306: use opus for agent examples
monadoid Feb 18, 2026
9eb9428
Merge pull request #48 from stainless-sdks/STG-1306
monadoid Feb 18, 2026
18b63b8
feat: randomize region used for evals, split out pnpm and turbo cache…
stainless-app[bot] Feb 18, 2026
817a0c9
codegen metadata
stainless-app[bot] Feb 19, 2026
195d489
chore(internal): remove mock server code
stainless-app[bot] Feb 20, 2026
4e8e5cf
chore: update mock server docs
stainless-app[bot] Feb 20, 2026
93cdbe5
chore(internal): add request options to SSE classes
stainless-app[bot] Feb 24, 2026
82890a6
chore(internal): make `test_proxy_environment_variables` more resilient
stainless-app[bot] Feb 24, 2026
e7f0bcf
release: 3.6.0
stainless-app[bot] Feb 24, 2026
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
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.5.0"
".": "3.6.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-43e6dd4ce19381de488d296e9036fea15bfea9a6f946cf8ccf4e02aecc8fb765.yml
openapi_spec_hash: f736e7a8acea0d73e1031c86ea803246
config_hash: b375728ccf7d33287335852f4f59c293
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-6fd391f729eb05dc7b6168adff89e6198bc545ebd4ff737494d72288870e0977.yml
openapi_spec_hash: ee16862542659f47acc8dcd5669c7623
config_hash: 7386d24e2f03a3b2a89b3f6881446348
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 3.6.0 (2026-02-24)

Full Changelog: [v3.5.0...v3.6.0](https://github.com/browserbase/stagehand-python/compare/v3.5.0...v3.6.0)

### Features

* Add executionModel serialization to api client ([22dd688](https://github.com/browserbase/stagehand-python/commit/22dd68831f5b599dc070798bb991b349211631d9))
* **client:** add custom JSON encoder for extended type support ([f9017c8](https://github.com/browserbase/stagehand-python/commit/f9017c8fff8c58992739c6924ed6efbae552e027))
* randomize region used for evals, split out pnpm and turbo cache, veri… ([18b63b8](https://github.com/browserbase/stagehand-python/commit/18b63b82d8abd4769b1b4f4dd00d29e157cb27b7))


### Chores

* format all `api.md` files ([c22d22c](https://github.com/browserbase/stagehand-python/commit/c22d22cd79700c3c12462f20e3ebad54b925968f))
* **internal:** add request options to SSE classes ([93cdbe5](https://github.com/browserbase/stagehand-python/commit/93cdbe53bb17beab4c370ef5e9c42dc76ebd46e3))
* **internal:** bump dependencies ([92d8393](https://github.com/browserbase/stagehand-python/commit/92d83930190c30b1d4653b78eb2a6e8d28225fa5))
* **internal:** codegen related update ([aa3fbd4](https://github.com/browserbase/stagehand-python/commit/aa3fbd46cfd8e3ad4f4db6724c14d43db52564b6))
* **internal:** codegen related update ([555a9c4](https://github.com/browserbase/stagehand-python/commit/555a9c44a902a6735e585e09ed974d9a7915a6bb))
* **internal:** fix lint error on Python 3.14 ([b0df744](https://github.com/browserbase/stagehand-python/commit/b0df7441a5a50cc8933d3f0edbc46561219d9fba))
* **internal:** make `test_proxy_environment_variables` more resilient ([82890a6](https://github.com/browserbase/stagehand-python/commit/82890a681e470d54e266c7706b0ea774ed0dc369))
* **internal:** remove mock server code ([195d489](https://github.com/browserbase/stagehand-python/commit/195d48951c67b69463976328b286e2311ad3fc9a))
* sync repo ([0c9bb8c](https://github.com/browserbase/stagehand-python/commit/0c9bb8cb3b791bf8c60ad0065fed9ad16b912b8e))
* update mock server docs ([4e8e5cf](https://github.com/browserbase/stagehand-python/commit/4e8e5cf63fc76628f79204e7be78d6b3b335838c))

## 3.5.0 (2026-01-29)

Full Changelog: [v3.4.8...v3.5.0](https://github.com/browserbase/stagehand-python/compare/v3.4.8...v3.5.0)
Expand Down
7 changes: 0 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ uv run pip install ./path-to-wheel-file.whl

## Running tests

Most tests require you to [set up a mock server](https://github.com/stoplightio/prism) against the OpenAPI spec to run the tests.

```sh
# you will need npm installed
$ npx prism mock path/to/your/openapi.yml
```

```sh
$ uv run -- ./scripts/test
```
Expand Down
Loading