File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 3.19.3 "
2+ "." : " 3.20.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.20.0 (2026-05-06)
4+
5+ Full Changelog: [ v3.19.3...v3.20.0] ( https://github.com/browserbase/stagehand-java/compare/v3.19.3...v3.20.0 )
6+
7+ ### Features
8+
9+ * [ feat] : add ` ignoreSelectors ` to ` extract() ` ([ ab25ab1] ( https://github.com/browserbase/stagehand-java/commit/ab25ab1c249cb689ea39cb2e3970927d616ddefd ) )
10+ * [ STG-1798] feat: support Browserbase verified sessions ([ 59ee151] ( https://github.com/browserbase/stagehand-java/commit/59ee1516eb17d6b8474b12d2722ff4627fa2557c ) )
11+ * [ STG-1808] Deprecate Browserbase project ID ([ 4700262] ( https://github.com/browserbase/stagehand-java/commit/47002629082ee0a602b2b4739be7b7b605337040 ) )
12+ * Bedrock auth passthrough ([ 7d5037a] ( https://github.com/browserbase/stagehand-java/commit/7d5037abacedbee829f0fe238565ed81c211eba9 ) )
13+ * ** client:** more robust error parsing ([ c7d063a] ( https://github.com/browserbase/stagehand-java/commit/c7d063aa513f6b62ca7e95d0031a5018516a114f ) )
14+ * ** client:** support proxy authentication ([ 7572751] ( https://github.com/browserbase/stagehand-java/commit/7572751215d53839a93f8d0fc1dd303994813aca ) )
15+ * remove experimental requirement on agent variables ([ #2079 ] ( https://github.com/browserbase/stagehand-java/issues/2079 ) ) ([ 1a0a44c] ( https://github.com/browserbase/stagehand-java/commit/1a0a44c9d3d95f32df91a72ee3d1f42c7634aa6e ) )
16+ * Revert "[ STG-1573] Add providerOptions for extensible model auth ([ #1822 ] ( https://github.com/browserbase/stagehand-java/issues/1822 ) )" ([ c337e61] ( https://github.com/browserbase/stagehand-java/commit/c337e61dd9b2cc366bceec0e7119874acdc3b069 ) )
17+ * support setting headers via env ([ ab67768] ( https://github.com/browserbase/stagehand-java/commit/ab677681d664219c7f006c72b49b723922280a26 ) )
18+
19+
20+ ### Performance Improvements
21+
22+ * ** client:** create one json mapper ([ 5f27b6b] ( https://github.com/browserbase/stagehand-java/commit/5f27b6bdce009ea88970dea1ce52cd1d29169c98 ) )
23+
24+
25+ ### Chores
26+
27+ * remove duplicated dokka setup ([ 25bb04d] ( https://github.com/browserbase/stagehand-java/commit/25bb04d02c26e2929adf6b2e1ea0d37b2843880f ) )
28+
29+
30+ ### Documentation
31+
32+ * clarify forwards compat behavior ([ 0463c65] ( https://github.com/browserbase/stagehand-java/commit/0463c65a44d0b165f9a6f850d0096cb6af207b97 ) )
33+ * remove bad semicolon ([ b3e9df1] ( https://github.com/browserbase/stagehand-java/commit/b3e9df1d14045e2a4ebc18bb16b75453856e6311 ) )
34+
335## 3.19.3 (2026-04-03)
436
537Full Changelog: [ v3.18.0...v3.19.3] ( https://github.com/browserbase/stagehand-java/compare/v3.18.0...v3.19.3 )
Original file line number Diff line number Diff line change 22
33<!-- x-release-please-start-version -->
44
5- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.browserbase.api/stagehand-java )] ( https://central.sonatype.com/artifact/com.browserbase.api/stagehand-java/3.19.3 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/3.19.3 /javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/3.19.3 )
5+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.browserbase.api/stagehand-java )] ( https://central.sonatype.com/artifact/com.browserbase.api/stagehand-java/3.20.0 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/3.20.0 /javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/3.20.0 )
77
88<!-- x-release-please-end -->
99
@@ -85,7 +85,7 @@ Most existing browser automation tools either require you to write low-level cod
8585### Gradle
8686
8787``` kotlin
88- implementation(" com.browserbase.api:stagehand-java:3.19.3 " )
88+ implementation(" com.browserbase.api:stagehand-java:3.20.0 " )
8989```
9090
9191### Maven
@@ -94,7 +94,7 @@ implementation("com.browserbase.api:stagehand-java:3.19.3")
9494<dependency >
9595 <groupId >com.browserbase.api</groupId >
9696 <artifactId >stagehand-java</artifactId >
97- <version >3.19.3 </version >
97+ <version >3.20.0 </version >
9898</dependency >
9999```
100100
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99allprojects {
1010 group = " com.browserbase.api"
11- version = " 3.19.3 " // x-release-please-version
11+ version = " 3.20.0 " // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments