Skip to content

Commit 5de7c5d

Browse files
release: 3.21.0
1 parent 0d4cfa2 commit 5de7c5d

3 files changed

Lines changed: 19 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.20.0"
2+
".": "3.21.0"
33
}

CHANGELOG.md

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

3+
## 3.21.0 (2026-05-29)
4+
5+
Full Changelog: [v3.20.0...v3.21.0](https://github.com/browserbase/stagehand-net/compare/v3.20.0...v3.21.0)
6+
7+
### Features
8+
9+
* [feat]: add `ignoreSelectors` to `observe()` ([37f80f3](https://github.com/browserbase/stagehand-net/commit/37f80f3936fc9a85e6e6079381c41ef4e3793472))
10+
* [STG-1756] forward Vertex model config ([491fbd8](https://github.com/browserbase/stagehand-net/commit/491fbd8190a86a1a8e9ba41e849753207aa8574c))
11+
* Add `screenshot` option to Extract ([1dae7c2](https://github.com/browserbase/stagehand-net/commit/1dae7c22aa40af570d387fa871ee10ea4c0b9084))
12+
* STG-1756 add Vertex auth params to Stagehand spec ([8fa4926](https://github.com/browserbase/stagehand-net/commit/8fa49262dca9eda52850f3226279b7ee97228f39))
13+
14+
15+
### Bug Fixes
16+
17+
* **csharp:** update examples for generated model unions ([ebca6e0](https://github.com/browserbase/stagehand-net/commit/ebca6e031e6d7894675cc0502803fb0cbe985219))
18+
* **internal:** disable default HttpClient timeout as we have our own ([c20c6e0](https://github.com/browserbase/stagehand-net/commit/c20c6e01fb40ff0ab9547bf733f6c735e0949e4e))
19+
320
## 3.20.0 (2026-05-06)
421

522
Full Changelog: [v3.19.3...v3.20.0](https://github.com/browserbase/stagehand-net/compare/v3.19.3...v3.20.0)

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.20.0</VersionPrefix>
6+
<VersionPrefix>3.21.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)