Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.7.0"
".": "8.8.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 48
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-9a6d840deb9e30caf68354e884cb2c72ff6ca21cfbefb5ed0ca6187932c9cd62.yml
openapi_spec_hash: ce61ace110680a502bdccf396b2a4d88
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-d7a5aa80f0d4940c2d9994e1a72d27e0a22ac2431e4dab6354ca628457c7c790.yml
openapi_spec_hash: ec74d859d1bfd431ea7210f800e02c8d
config_hash: 9ae56f40cec7304896138bfad5caf748
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 8.8.0 (2026-08-17)

Full Changelog: [v8.7.0...v8.8.0](https://github.com/Finch-API/finch-api-java/compare/v8.7.0...v8.8.0)

### Features

* **api:** api update ([03555eb](https://github.com/Finch-API/finch-api-java/commit/03555eb939004a5a749f83e9afe344141002a9f1))
* **api:** api update ([0694e6c](https://github.com/Finch-API/finch-api-java/commit/0694e6cf508c0f30cde9cabff88b0951f0e6ab0f))
* **api:** api update ([54deda5](https://github.com/Finch-API/finch-api-java/commit/54deda5ca30f036c9eea43f1db0fea1c213571ff))


### Bug Fixes

* **docs:** link the javadoc badge so the version stays current after release ([e47ad45](https://github.com/Finch-API/finch-api-java/commit/e47ad45e7c5aa16e5f628daa3df2f541507c812b))


### Chores

* **internal:** codegen related update ([7b1f70e](https://github.com/Finch-API/finch-api-java/commit/7b1f70e596215b9242d0a3b2191bd345eaba9e57))

## 8.7.0 (2026-08-07)

Full Changelog: [v8.6.0...v8.7.0](https://github.com/Finch-API/finch-api-java/compare/v8.6.0...v8.7.0)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/8.7.0)
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-java/8.7.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-java/8.7.0)
[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/8.8.0)
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-java/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-java/8.8.0)

<!-- x-release-please-end -->

Expand All @@ -24,7 +24,7 @@ Use the Finch MCP Server to enable AI assistants to interact with this API, allo

<!-- x-release-please-start-version -->

The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.tryfinch.api/finch-java/8.7.0).
The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.tryfinch.api/finch-java/8.8.0).

<!-- x-release-please-end -->

Expand All @@ -35,7 +35,7 @@ The REST API documentation can be found on [developer.tryfinch.com](https://deve
### Gradle

```kotlin
implementation("com.tryfinch.api:finch-java:8.7.0")
implementation("com.tryfinch.api:finch-java:8.8.0")
```

### Maven
Expand All @@ -44,7 +44,7 @@ implementation("com.tryfinch.api:finch-java:8.7.0")
<dependency>
<groupId>com.tryfinch.api</groupId>
<artifactId>finch-java</artifactId>
<version>8.7.0</version>
<version>8.8.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

allprojects {
group = "com.tryfinch.api"
version = "8.7.0" // x-release-please-version
version = "8.8.0" // x-release-please-version
}

subprojects {
Expand Down
1 change: 1 addition & 0 deletions finch-java-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ dependencies {
testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("org.mockito:mockito-junit-jupiter:5.14.2")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("org.slf4j:slf4j-nop:1.7.36")
}
Loading
Loading