Skip to content

Commit 2164803

Browse files
release: 3.1.0
1 parent 79503d8 commit 2164803

3 files changed

Lines changed: 51 additions & 2 deletions

File tree

.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.0.2"
2+
".": "3.1.0"
33
}

CHANGELOG.md

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

3+
## 3.1.0 (2026-02-25)
4+
5+
Full Changelog: [v3.0.2...v3.1.0](https://github.com/browserbase/stagehand-net/compare/v3.0.2...v3.1.0)
6+
7+
### Features
8+
9+
* [feat]: add support for local caching of agent when using api (2) ([2cafd02](https://github.com/browserbase/stagehand-net/commit/2cafd023d69d10ff33a239f26d72e4eab17ed2de))
10+
* add auto-bedrock support based on bedrock/provider.model-name ([2627a23](https://github.com/browserbase/stagehand-net/commit/2627a232681be0a7fc3469bca31852decc87a9a6))
11+
* Add executionModel serialization to api client ([6171867](https://github.com/browserbase/stagehand-net/commit/617186772fb6e704f04c7f0b8aa4ea6fff8400ba))
12+
* add v3 integration tests matching cloud exactly ([a5a3ab7](https://github.com/browserbase/stagehand-net/commit/a5a3ab7acb6fadd38b01160fba7eb580e5b7a9e2))
13+
* **api:** manual updates ([51b11b1](https://github.com/browserbase/stagehand-net/commit/51b11b137bd6a3a348a1db25e3066a6f19bf4624))
14+
* **client:** add `ToString` and `Equals` methods ([44c5549](https://github.com/browserbase/stagehand-net/commit/44c554907ae79cd91847f4c0611e1a04866053cf))
15+
* **client:** add `ToString` to `ApiEnum` ([20899c6](https://github.com/browserbase/stagehand-net/commit/20899c6f1f10e4fef11da62dd21a0b480e18020b))
16+
* **client:** add equality and tostring for multipart data ([7e64d5f](https://github.com/browserbase/stagehand-net/commit/7e64d5fa069e6372831812d43b25bb753ce6ada2))
17+
* **client:** add Equals and ToString to params ([80c81af](https://github.com/browserbase/stagehand-net/commit/80c81af5710b875c5d8628fa5c92f5fa3fd24125))
18+
* End endpoint cleanup ([6b33978](https://github.com/browserbase/stagehand-net/commit/6b33978623eedce1b5579e705361c839ff2e0c9f))
19+
* Include replay endpoint in stainless spec so SDK clients can get run metrics ([e9fdd89](https://github.com/browserbase/stagehand-net/commit/e9fdd89600606e06b760afd1dbff555d90691156))
20+
* move Stainless compatibility transforms from gen-openapi.ts into stainless.yml ([7068824](https://github.com/browserbase/stagehand-net/commit/706882437b7438fada41642c4e27ce8c833c8ea8))
21+
* randomize region used for evals, split out pnpm and turbo cache, veri… ([5c36c02](https://github.com/browserbase/stagehand-net/commit/5c36c027a72715dc394d4dc4482d309685abee10))
22+
* Removed MCP from readme for now ([f173a80](https://github.com/browserbase/stagehand-net/commit/f173a80394811c28d64ea561b23050159ee47db0))
23+
* Update stainless.yml for project and publish settings ([5f7a786](https://github.com/browserbase/stagehand-net/commit/5f7a786bb55f3d2958af0335850c1de917bcb6e7))
24+
25+
26+
### Bug Fixes
27+
28+
* **client:** handle unions containing unknown types properly ([2a7576a](https://github.com/browserbase/stagehand-net/commit/2a7576aefd876d6dd2075a561e258c4e3cde14d8))
29+
* **client:** improve behaviour for comma-delimited binary content in multipart requests ([63f7db5](https://github.com/browserbase/stagehand-net/commit/63f7db584e2dcccc2a4a8b0f159364656a50b695))
30+
* **client:** improve union equality method ([e0a1678](https://github.com/browserbase/stagehand-net/commit/e0a167855a6540366efea3e2e7eccbc64b0065dd))
31+
* **client:** validate unions properly ([087cc53](https://github.com/browserbase/stagehand-net/commit/087cc531de13193f6734cc77601826736099b68d))
32+
33+
34+
### Chores
35+
36+
* change visibility of QueryString() and AddDefaultHeaders ([f655845](https://github.com/browserbase/stagehand-net/commit/f65584521843f75b3b90a1a2e8493bb51675c474))
37+
* **docs:** add proxy documentation to readme ([1fd2998](https://github.com/browserbase/stagehand-net/commit/1fd299833ce513ec9a9ea19cd4febf5541b8ab0f))
38+
* **docs:** add undocumented parameters to readme ([79503d8](https://github.com/browserbase/stagehand-net/commit/79503d8c88c73ad54cfe24e4daccb30a5ca1b502))
39+
* **internal:** add copy constructor tests ([e4dcd96](https://github.com/browserbase/stagehand-net/commit/e4dcd96a44a62e54399d1cc139ec1e3d57fe8d88))
40+
* **internal:** add sse tests ([3c2c701](https://github.com/browserbase/stagehand-net/commit/3c2c701a3b77eda43d11355abac59fb206b99645))
41+
* **internal:** ignore stainless-internal artifacts ([a06a892](https://github.com/browserbase/stagehand-net/commit/a06a89244434cb9f952c1729d17956780c2f0629))
42+
* **internal:** improve HttpResponse qualification ([b9f018b](https://github.com/browserbase/stagehand-net/commit/b9f018b477d27b215553c20028b02d0d81dbdc54))
43+
* **internal:** remove mock server code ([5a63556](https://github.com/browserbase/stagehand-net/commit/5a63556e7d91e0ce5c43e1c5513741667cff67f3))
44+
* **internal:** update `actions/checkout` version ([bebf217](https://github.com/browserbase/stagehand-net/commit/bebf217c94e0cb86861f9308853c02dc281d9921))
45+
* update mock server docs ([7aac0ab](https://github.com/browserbase/stagehand-net/commit/7aac0ab0381d2903c5feac7554a2814e4ded175c))
46+
47+
48+
### Refactors
49+
50+
* **internal:** default headers ([a6d9731](https://github.com/browserbase/stagehand-net/commit/a6d97313e053b7c8a593a7b3134fd75516a57c26))
51+
352
## 3.0.2 (2026-01-16)
453

554
Full Changelog: [v3.0.1...v3.0.2](https://github.com/browserbase/stagehand-net/compare/v3.0.1...v3.0.2)

src/Stagehand/Stagehand.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Metadata -->
44
<AssemblyTitle>Stagehand C#</AssemblyTitle>
55
<AssemblyName>Stagehand</AssemblyName>
6-
<VersionPrefix>3.0.2</VersionPrefix>
6+
<VersionPrefix>3.1.0</VersionPrefix>
77
<Description>The official .NET library for the Stagehand API.</Description>
88
<OutputType>Library</OutputType>
99
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)