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.20 .0"
2+ "." : " 3.21 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.21.0 (2026-05-29)
4+
5+ Full Changelog: [ v3.20.0...v3.21.0] ( https://github.com/browserbase/stagehand-java/compare/v3.20.0...v3.21.0 )
6+
7+ ### Features
8+
9+ * [ feat] : add ` ignoreSelectors ` to ` observe() ` ([ aa7ad0c] ( https://github.com/browserbase/stagehand-java/commit/aa7ad0c2033478107f3944b625d1b172b8f39e83 ) )
10+ * [ STG-1756] forward Vertex model config ([ b37b827] ( https://github.com/browserbase/stagehand-java/commit/b37b827f38cc168d12e0d3a355f25a137796f5d7 ) )
11+ * Add ` screenshot ` option to Extract ([ 043d138] ( https://github.com/browserbase/stagehand-java/commit/043d138a98a8caab6bc2c59c2abb0a864019c3c5 ) )
12+ * ** client:** improve logging ([ 1d84566] ( https://github.com/browserbase/stagehand-java/commit/1d845661917baf3d12a97286cf760e0d0fda0218 ) )
13+ * STG-1756 add Vertex auth params to Stagehand spec ([ f072067] ( https://github.com/browserbase/stagehand-java/commit/f072067e7adef04886423e1232e6b7e42e5f8a28 ) )
14+
15+
16+ ### Chores
17+
18+ * redact api-key headers in debug logs ([ ce7e1d2] ( https://github.com/browserbase/stagehand-java/commit/ce7e1d278d5f7a9ceda6bc3108ed8d097f9b313d ) )
19+
320## 3.20.0 (2026-05-06)
421
522Full Changelog: [ v3.19.3...v3.20.0] ( https://github.com/browserbase/stagehand-java/compare/v3.19.3...v3.20.0 )
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.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 )
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.21 .0 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/3.21 .0/javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/3.21 .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.20 .0" )
88+ implementation(" com.browserbase.api:stagehand-java:3.21 .0" )
8989```
9090
9191### Maven
@@ -94,7 +94,7 @@ implementation("com.browserbase.api:stagehand-java:3.20.0")
9494<dependency >
9595 <groupId >com.browserbase.api</groupId >
9696 <artifactId >stagehand-java</artifactId >
97- <version >3.20 .0</version >
97+ <version >3.21 .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.20 .0" // x-release-please-version
11+ version = " 3.21 .0" // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments