Skip to content

Commit 1d20c73

Browse files
release: 3.19.3
1 parent 4a70f7c commit 1d20c73

3 files changed

Lines changed: 20 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.3"
33
}

CHANGELOG.md

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

3+
## 3.19.3 (2026-04-09)
4+
5+
Full Changelog: [v3.18.0...v3.19.3](https://github.com/browserbase/stagehand-net/compare/v3.18.0...v3.19.3)
6+
7+
### Features
8+
9+
* [STG-1798] feat: support Browserbase verified sessions ([4ba175f](https://github.com/browserbase/stagehand-net/commit/4ba175f797ac9197f86d412217aaa38ec74a4c45))
10+
* Bedrock auth passthrough ([37699f0](https://github.com/browserbase/stagehand-net/commit/37699f057d6bbc547df62b84888dea3726297d7f))
11+
* **client:** enable gzip decompression ([49ab455](https://github.com/browserbase/stagehand-net/commit/49ab4556442cad5938efc0596b3654875b0ba312))
12+
* Replace default model used in server-v3 api spec examples ([9b1f30b](https://github.com/browserbase/stagehand-net/commit/9b1f30b10bc25a590209487b356c09d94c9f366a))
13+
* Revert "[STG-1573] Add providerOptions for extensible model auth ([#1822](https://github.com/browserbase/stagehand-net/issues/1822))" ([4a70f7c](https://github.com/browserbase/stagehand-net/commit/4a70f7c79569fbdaf91551e34db95ea87685b30b))
14+
15+
16+
### Bug Fixes
17+
18+
* **client:** allow cancelling when enumerating over an http response ([9184144](https://github.com/browserbase/stagehand-net/commit/9184144f8562fb9cf341787386c97de7db753a2b))
19+
* **client:** don't overzealously validate union variants when deserializing ([9278721](https://github.com/browserbase/stagehand-net/commit/92787213b4c96f7cbb42dfa05bedba8cfd9f671b))
20+
321
## 3.18.0 (2026-03-25)
422

523
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.3</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)