Skip to content

Commit 5c24fd5

Browse files
release: 0.8.0
1 parent 76ea3fc commit 5c24fd5

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.1"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## 0.8.0 (2026-03-11)
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+
* Add missing cdpHeaders field to v3 server openapi spec ([5a9506d](https://github.com/browserbase/stagehand-java/commit/5a9506d5dfeb1ae172834941aad3bbd9e96f2973))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** incorrect `Retry-After` parsing ([76ea3fc](https://github.com/browserbase/stagehand-java/commit/76ea3fc583bfe9ca7295856db85378b44d765b0f))
15+
16+
17+
### Chores
18+
19+
* **ci:** skip uploading artifacts on stainless-internal branches ([4a1399c](https://github.com/browserbase/stagehand-java/commit/4a1399c7a535d9bf8934e9d142878e57a1537b8d))
20+
* **internal:** bump palantir-java-format ([3bf036a](https://github.com/browserbase/stagehand-java/commit/3bf036aed5ba8fb90fe4bf5bc6b62a49f09f7dcc))
21+
* **internal:** codegen related update ([f94c8c9](https://github.com/browserbase/stagehand-java/commit/f94c8c9a86af4592fba5c42645ccc1099a8ab1fe))
22+
323
## 0.7.1 (2026-03-04)
424

525
Full Changelog: [v0.7.0...v0.7.1](https://github.com/browserbase/stagehand-java/compare/v0.7.0...v0.7.1)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
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

1414
subprojects {

0 commit comments

Comments
 (0)