Skip to content

Commit 0f2738e

Browse files
release: 3.19.0
1 parent 9b1f30b commit 0f2738e

3 files changed

Lines changed: 17 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.18.0"
2+
".": "3.19.0"
33
}

CHANGELOG.md

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

3+
## 3.19.0 (2026-04-03)
4+
5+
Full Changelog: [v3.18.0...v3.19.0](https://github.com/browserbase/stagehand-net/compare/v3.18.0...v3.19.0)
6+
7+
### Features
8+
9+
* **client:** enable gzip decompression ([49ab455](https://github.com/browserbase/stagehand-net/commit/49ab4556442cad5938efc0596b3654875b0ba312))
10+
* Replace default model used in server-v3 api spec examples ([9b1f30b](https://github.com/browserbase/stagehand-net/commit/9b1f30b10bc25a590209487b356c09d94c9f366a))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** allow cancelling when enumerating over an http response ([9184144](https://github.com/browserbase/stagehand-net/commit/9184144f8562fb9cf341787386c97de7db753a2b))
16+
* **client:** don't overzealously validate union variants when deserializing ([9278721](https://github.com/browserbase/stagehand-net/commit/92787213b4c96f7cbb42dfa05bedba8cfd9f671b))
17+
318
## 3.18.0 (2026-03-25)
419

520
Full Changelog: [v3.0.2...v3.18.0](https://github.com/browserbase/stagehand-net/compare/v3.0.2...v3.18.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.18.0</VersionPrefix>
6+
<VersionPrefix>3.19.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)