From 43263a8d1c0c97e03f1fe1fb872c2da818f3ae66 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:44:45 +0000 Subject: [PATCH 1/2] docs: rename /docs/overview to /docs/api-overview --- .stats.yml | 4 ++-- README.md | 4 ++-- buildSrc/src/main/kotlin/turbopuffer.publish.gradle.kts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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/README.md b/README.md index 40c0859d..dead7c86 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -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.0). 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 { From 8c700185abe735031ca0d491693775b1b6e88eb9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:45:16 +0000 Subject: [PATCH 2/2] release: 2.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 10 +++++----- build.gradle.kts | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) 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/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 dead7c86..b0b1f8ed 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.turbopuffer/turbopuffer-java)](https://central.sonatype.com/artifact/com.turbopuffer/turbopuffer-java/2.4.0) -[![javadoc](https://javadoc.io/badge2/com.turbopuffer/turbopuffer-java/2.4.0/javadoc.svg)](https://javadoc.io/doc/com.turbopuffer/turbopuffer-java/2.4.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.turbopuffer/turbopuffer-java)](https://central.sonatype.com/artifact/com.turbopuffer/turbopuffer-java/2.4.1) +[![javadoc](https://javadoc.io/badge2/com.turbopuffer/turbopuffer-java/2.4.1/javadoc.svg)](https://javadoc.io/doc/com.turbopuffer/turbopuffer-java/2.4.1) @@ -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/api-overview](https://turbopuffer.com/docs/api-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/api-overview](h ### 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 {