Skip to content

Commit 4ef545c

Browse files
release: 8.4.0 (#569)
* feat(api): api update * feat(stlc): configurable CI runner and private-production-repo support in workflow templates * release: 8.4.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent cce7763 commit 4ef545c

31 files changed

Lines changed: 2079 additions & 22 deletions

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
lint:
1919
timeout-minutes: 15
2020
name: lint
21-
runs-on: ${{ github.repository == 'stainless-sdks/finch-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
21+
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2222
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
2323

2424
steps:
@@ -45,7 +45,7 @@ jobs:
4545
permissions:
4646
contents: read
4747
id-token: write
48-
runs-on: ${{ github.repository == 'stainless-sdks/finch-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
48+
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
4949
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
5050

5151
steps:
@@ -88,7 +88,7 @@ jobs:
8888
test:
8989
timeout-minutes: 15
9090
name: test
91-
runs-on: ${{ github.repository == 'stainless-sdks/finch-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
91+
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
9292
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
9393
steps:
9494
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.release-please-manifest.json

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

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 48
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-166cc05754d8591beda094f4ee6f438f55d5f65d490ab364ea130c5100134375.yml
3-
openapi_spec_hash: 4582a35bbe9fb5404d1e4f804c877fa8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-bdcc610cd7d5dcb5d3d7598a33957dd673cb81f14ca5d8dc9d41fced4230f114.yml
3+
openapi_spec_hash: 16dce00b8187a592fab5c88efc7bf7fc
44
config_hash: 9ae56f40cec7304896138bfad5caf748

CHANGELOG.md

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

3+
## 8.4.0 (2026-07-17)
4+
5+
Full Changelog: [v8.3.0...v8.4.0](https://github.com/Finch-API/finch-api-java/compare/v8.3.0...v8.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([831ea02](https://github.com/Finch-API/finch-api-java/commit/831ea02c3f30a075b8e897bf89ca7f961dbff228))
10+
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([ef001e4](https://github.com/Finch-API/finch-api-java/commit/ef001e4cc000b0570e7046973969153dca2100b3))
11+
312
## 8.3.0 (2026-07-15)
413

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

README.md

Lines changed: 5 additions & 5 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.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/8.3.0)
6-
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-java/8.3.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-java/8.3.0)
5+
[![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.4.0)
6+
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-java/8.4.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-java/8.4.0)
77

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

@@ -24,7 +24,7 @@ Use the Finch MCP Server to enable AI assistants to interact with this API, allo
2424
2525
<!-- x-release-please-start-version -->
2626

27-
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.3.0).
27+
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.4.0).
2828

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

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

3737
```kotlin
38-
implementation("com.tryfinch.api:finch-java:8.3.0")
38+
implementation("com.tryfinch.api:finch-java:8.4.0")
3939
```
4040

4141
### Maven
@@ -44,7 +44,7 @@ implementation("com.tryfinch.api:finch-java:8.3.0")
4444
<dependency>
4545
<groupId>com.tryfinch.api</groupId>
4646
<artifactId>finch-java</artifactId>
47-
<version>8.3.0</version>
47+
<version>8.4.0</version>
4848
</dependency>
4949
```
5050

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.tryfinch.api"
11-
version = "8.3.0" // x-release-please-version
11+
version = "8.4.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)