File tree Expand file tree Collapse file tree 4 files changed +32
-6
lines changed
Expand file tree Collapse file tree 4 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.7.1 "
2+ "." : " 0.8.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.0 (2026-03-20)
4+
5+ Full Changelog: [ v0.7.1...v0.8.0] ( https://github.com/browserbase/stagehand-java/compare/v0.7.1...v0.8.0 )
6+
7+ ### Features
8+
9+ * [ STG-1607] Yield finished SSE event instead of silently dropping it ([ 72fa653] ( https://github.com/browserbase/stagehand-java/commit/72fa6531d9996c0653fa610b5b05e8027c3a450b ) )
10+ * Add missing cdpHeaders field to v3 server openapi spec ([ 5a9506d] ( https://github.com/browserbase/stagehand-java/commit/5a9506d5dfeb1ae172834941aad3bbd9e96f2973 ) )
11+ * Revert broken finished SSE yield config ([ f404196] ( https://github.com/browserbase/stagehand-java/commit/f4041968aefba0e64380ca1d14ff20e5f93f9494 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * ** client:** allow updating header/query affecting fields in ` toBuilder() ` ([ 173adb9] ( https://github.com/browserbase/stagehand-java/commit/173adb9d14281cf3cb1eccedd850f5da1f95f41f ) )
17+ * ** client:** incorrect ` Retry-After ` parsing ([ 76ea3fc] ( https://github.com/browserbase/stagehand-java/commit/76ea3fc583bfe9ca7295856db85378b44d765b0f ) )
18+
19+
20+ ### Chores
21+
22+ * ** ci:** skip uploading artifacts on stainless-internal branches ([ 4a1399c] ( https://github.com/browserbase/stagehand-java/commit/4a1399c7a535d9bf8934e9d142878e57a1537b8d ) )
23+ * ** internal:** bump ktfmt ([ d6758da] ( https://github.com/browserbase/stagehand-java/commit/d6758da0fe85d048b4f8fcd740be7c37901bb253 ) )
24+ * ** internal:** bump palantir-java-format ([ 3bf036a] ( https://github.com/browserbase/stagehand-java/commit/3bf036aed5ba8fb90fe4bf5bc6b62a49f09f7dcc ) )
25+ * ** internal:** codegen related update ([ f94c8c9] ( https://github.com/browserbase/stagehand-java/commit/f94c8c9a86af4592fba5c42645ccc1099a8ab1fe ) )
26+ * ** internal:** tweak CI branches ([ 1d88e38] ( https://github.com/browserbase/stagehand-java/commit/1d88e3802216d33841d3595d3d9fa024189dfc28 ) )
27+ * ** internal:** update retry delay tests ([ 53bdc6b] ( https://github.com/browserbase/stagehand-java/commit/53bdc6ba4804aca38996fe28d5eeff412a10d189 ) )
28+
329## 0.7.1 (2026-03-04)
430
531Full Changelog: [ v0.7.0...v0.7.1] ( https://github.com/browserbase/stagehand-java/compare/v0.7.0...v0.7.1 )
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/0.7.1 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/0.7.1 /javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.7.1 )
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/0.8.0 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/0.8.0 /javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.8.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:0.7.1 " )
88+ implementation(" com.browserbase.api:stagehand-java:0.8.0 " )
8989```
9090
9191### Maven
@@ -94,7 +94,7 @@ implementation("com.browserbase.api:stagehand-java:0.7.1")
9494<dependency >
9595 <groupId >com.browserbase.api</groupId >
9696 <artifactId >stagehand-java</artifactId >
97- <version >0.7.1 </version >
97+ <version >0.8.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 = " 0.7.1 " // x-release-please-version
11+ version = " 0.8.0 " // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments