diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index b44b2870..adf5fd76 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.4.0"
+ ".": "2.4.1"
}
\ No newline at end of file
diff --git a/.stats.yml b/.stats.yml
index f602c230..0e748ff0 100644
--- a/.stats.yml
+++ b/.stats.yml
@@ -1,4 +1,4 @@
configured_endpoints: 14
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/turbopuffer-benesch/turbopuffer-0841bbcabedf7be7aa04e2a1fe9092987f51c5cb0d9ad4202eeb1ba4eef1f2b0.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/turbopuffer-benesch/turbopuffer-949092f69521d36010ea13571dc7ed1015a95e90897a971a398e1a5c968a8163.yml
openapi_spec_hash: bd6fdabde2b66bca3b7a3427ca943d9d
-config_hash: bab72dc9f937352c7a01a37dadd44122
+config_hash: cf1d73eb027654e6e18f24ca8b37f2af
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a3da60d..ce4f468e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 2.4.1 (2026-06-12)
+
+Full Changelog: [v2.4.0...v2.4.1](https://github.com/turbopuffer/turbopuffer-java/compare/v2.4.0...v2.4.1)
+
+### Documentation
+
+* rename /docs/overview to /docs/api-overview ([43263a8](https://github.com/turbopuffer/turbopuffer-java/commit/43263a8d1c0c97e03f1fe1fb872c2da818f3ae66))
+
## 2.4.0 (2026-06-09)
Full Changelog: [v2.3.0...v2.4.0](https://github.com/turbopuffer/turbopuffer-java/compare/v2.3.0...v2.4.0)
diff --git a/README.md b/README.md
index 40c0859d..b0b1f8ed 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,12 @@
-[](https://central.sonatype.com/artifact/com.turbopuffer/turbopuffer-java/2.4.0)
-[](https://javadoc.io/doc/com.turbopuffer/turbopuffer-java/2.4.0)
+[](https://central.sonatype.com/artifact/com.turbopuffer/turbopuffer-java/2.4.1)
+[](https://javadoc.io/doc/com.turbopuffer/turbopuffer-java/2.4.1)
-The turbopuffer Java SDK provides convenient access to the [turbopuffer HTTP API](https://turbopuffer.com/docs/overview) from applications written in Java.
+The turbopuffer Java SDK provides convenient access to the [turbopuffer HTTP API](https://turbopuffer.com/docs/api-overview) from applications written in Java.
It is generated with [Stainless](https://www.stainless.com/).
@@ -22,7 +22,7 @@ Use the turbopuffer MCP Server to enable AI assistants to interact with this API
-The REST API documentation can be found at [turbopuffer.com/docs/overview](https://turbopuffer.com/docs/overview). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.turbopuffer/turbopuffer-java/2.4.0).
+The REST API documentation can be found at [turbopuffer.com/docs/api-overview](https://turbopuffer.com/docs/api-overview). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.turbopuffer/turbopuffer-java/2.4.1).
@@ -33,7 +33,7 @@ The REST API documentation can be found at [turbopuffer.com/docs/overview](https
### Gradle
```kotlin
-implementation("com.turbopuffer:turbopuffer-java:2.4.0")
+implementation("com.turbopuffer:turbopuffer-java:2.4.1")
```
### Maven
@@ -42,7 +42,7 @@ implementation("com.turbopuffer:turbopuffer-java:2.4.0")
com.turbopuffer
turbopuffer-java
- 2.4.0
+ 2.4.1
```
diff --git a/build.gradle.kts b/build.gradle.kts
index 9f93b1b5..86e833f5 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
allprojects {
group = "com.turbopuffer"
- version = "2.4.0" // x-release-please-version
+ version = "2.4.1" // x-release-please-version
}
subprojects {
diff --git a/buildSrc/src/main/kotlin/turbopuffer.publish.gradle.kts b/buildSrc/src/main/kotlin/turbopuffer.publish.gradle.kts
index 7dcaf9d1..71f1a062 100644
--- a/buildSrc/src/main/kotlin/turbopuffer.publish.gradle.kts
+++ b/buildSrc/src/main/kotlin/turbopuffer.publish.gradle.kts
@@ -44,7 +44,7 @@ configure {
pom {
name.set("turbopuffer API")
description.set("turbopuffer is a fast search engine that combines vector and full-text search\nusing object storage.")
- url.set("https://turbopuffer.com/docs/overview")
+ url.set("https://turbopuffer.com/docs/api-overview")
licenses {
license {