File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed
Expand file tree Collapse file tree 4 files changed +16
-6
lines changed 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-04-09)
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+ * [ STG-1798] feat: support Browserbase verified sessions ([ 59ee151] ( https://github.com/browserbase/stagehand-java/commit/59ee1516eb17d6b8474b12d2722ff4627fa2557c ) )
10+ * Bedrock auth passthrough ([ 7d5037a] ( https://github.com/browserbase/stagehand-java/commit/7d5037abacedbee829f0fe238565ed81c211eba9 ) )
11+ * 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 ) )
12+
313## 3.19.3 (2026-04-03)
414
515Full 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