Skip to content

Commit 7a0b8e1

Browse files
release: 3.1.0
1 parent e0a1678 commit 7a0b8e1

3 files changed

Lines changed: 38 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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## 3.1.0 (2026-01-31)
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 Equals and ToString to params ([80c81af](https://github.com/browserbase/stagehand-net/commit/80c81af5710b875c5d8628fa5c92f5fa3fd24125))
17+
* End endpoint cleanup ([6b33978](https://github.com/browserbase/stagehand-net/commit/6b33978623eedce1b5579e705361c839ff2e0c9f))
18+
* Include replay endpoint in stainless spec so SDK clients can get run metrics ([e9fdd89](https://github.com/browserbase/stagehand-net/commit/e9fdd89600606e06b760afd1dbff555d90691156))
19+
* move Stainless compatibility transforms from gen-openapi.ts into stainless.yml ([7068824](https://github.com/browserbase/stagehand-net/commit/706882437b7438fada41642c4e27ce8c833c8ea8))
20+
* Removed MCP from readme for now ([f173a80](https://github.com/browserbase/stagehand-net/commit/f173a80394811c28d64ea561b23050159ee47db0))
21+
* Update stainless.yml for project and publish settings ([5f7a786](https://github.com/browserbase/stagehand-net/commit/5f7a786bb55f3d2958af0335850c1de917bcb6e7))
22+
23+
24+
### Bug Fixes
25+
26+
* **client:** handle unions containing unknown types properly ([2a7576a](https://github.com/browserbase/stagehand-net/commit/2a7576aefd876d6dd2075a561e258c4e3cde14d8))
27+
* **client:** improve union equality method ([e0a1678](https://github.com/browserbase/stagehand-net/commit/e0a167855a6540366efea3e2e7eccbc64b0065dd))
28+
29+
30+
### Chores
31+
32+
* change visibility of QueryString() and AddDefaultHeaders ([f655845](https://github.com/browserbase/stagehand-net/commit/f65584521843f75b3b90a1a2e8493bb51675c474))
33+
* **internal:** add copy constructor tests ([e4dcd96](https://github.com/browserbase/stagehand-net/commit/e4dcd96a44a62e54399d1cc139ec1e3d57fe8d88))
34+
* **internal:** add sse tests ([3c2c701](https://github.com/browserbase/stagehand-net/commit/3c2c701a3b77eda43d11355abac59fb206b99645))
35+
* **internal:** ignore stainless-internal artifacts ([a06a892](https://github.com/browserbase/stagehand-net/commit/a06a89244434cb9f952c1729d17956780c2f0629))
36+
* **internal:** improve HttpResponse qualification ([b9f018b](https://github.com/browserbase/stagehand-net/commit/b9f018b477d27b215553c20028b02d0d81dbdc54))
37+
* **internal:** update `actions/checkout` version ([bebf217](https://github.com/browserbase/stagehand-net/commit/bebf217c94e0cb86861f9308853c02dc281d9921))
38+
339
## 3.0.2 (2026-01-16)
440

541
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)