Skip to content

Commit 2d2a147

Browse files
release: 3.19.0
1 parent 49ab455 commit 2d2a147

3 files changed

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

3+
## 3.19.0 (2026-04-01)
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+
11+
12+
### Bug Fixes
13+
14+
* **client:** allow cancelling when enumerating over an http response ([9184144](https://github.com/browserbase/stagehand-net/commit/9184144f8562fb9cf341787386c97de7db753a2b))
15+
* **client:** don't overzealously validate union variants when deserializing ([9278721](https://github.com/browserbase/stagehand-net/commit/92787213b4c96f7cbb42dfa05bedba8cfd9f671b))
16+
317
## 3.18.0 (2026-03-25)
418

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