Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lint:
timeout-minutes: 15
name: lint
runs-on: ${{ github.repository == 'stainless-sdks/cas-parser-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')

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

steps:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
test:
timeout-minutes: 15
name: test
runs-on: ${{ github.repository == 'stainless-sdks/cas-parser-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.1"
".": "0.8.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 21
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-904e3aa8081755d046016db9d84d13d140a4235c724e18e1cd7f8ebb7712883e.yml
openapi_spec_hash: 453b8e667c364b064e04352ad4deccfa
configured_endpoints: 20
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-26d0931f3488af784c16303683cbf24225c727615fd32ee071144974e7c59670.yml
openapi_spec_hash: 242a5f4d982645a25e0d66ef088940a5
config_hash: 5509bb7a961ae2e79114b24c381606d4
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.8.0 (2026-07-26)

Full Changelog: [v0.7.1...v0.8.0](https://github.com/CASParser/cas-parser-java/compare/v0.7.1...v0.8.0)

### Features

* **api:** api update ([e7a4124](https://github.com/CASParser/cas-parser-java/commit/e7a412436755222651c663b85e5015b65ae17b44))
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([33bd81b](https://github.com/CASParser/cas-parser-java/commit/33bd81b28c588c58043d7b3032ba5d8813c18e31))

## 0.7.1 (2026-05-18)

Full Changelog: [v0.7.0...v0.7.1](https://github.com/CASParser/cas-parser-java/compare/v0.7.0...v0.7.1)
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.cas_parser.api/cas-parser-java)](https://central.sonatype.com/artifact/com.cas_parser.api/cas-parser-java/0.7.1)
[![javadoc](https://javadoc.io/badge2/com.cas_parser.api/cas-parser-java/0.7.1/javadoc.svg)](https://javadoc.io/doc/com.cas_parser.api/cas-parser-java/0.7.1)
[![Maven Central](https://img.shields.io/maven-central/v/com.cas_parser.api/cas-parser-java)](https://central.sonatype.com/artifact/com.cas_parser.api/cas-parser-java/0.8.0)
[![javadoc](https://javadoc.io/badge2/com.cas_parser.api/cas-parser-java/0.8.0/javadoc.svg)](https://javadoc.io/doc/com.cas_parser.api/cas-parser-java/0.8.0)

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

Expand All @@ -22,7 +22,7 @@ Use the Cas Parser MCP Server to enable AI assistants to interact with this API,

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

The REST API documentation can be found on [casparser.in](https://casparser.in/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.cas_parser.api/cas-parser-java/0.7.1).
The REST API documentation can be found on [casparser.in](https://casparser.in/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.cas_parser.api/cas-parser-java/0.8.0).

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

Expand All @@ -33,7 +33,7 @@ The REST API documentation can be found on [casparser.in](https://casparser.in/d
### Gradle

```kotlin
implementation("com.cas_parser.api:cas-parser-java:0.7.1")
implementation("com.cas_parser.api:cas-parser-java:0.8.0")
```

### Maven
Expand All @@ -42,7 +42,7 @@ implementation("com.cas_parser.api:cas-parser-java:0.7.1")
<dependency>
<groupId>com.cas_parser.api</groupId>
<artifactId>cas-parser-java</artifactId>
<version>0.7.1</version>
<version>0.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 @@ -9,7 +9,7 @@ repositories {

allprojects {
group = "com.cas_parser.api"
version = "0.7.1" // x-release-please-version
version = "0.8.0" // x-release-please-version
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ interface CasParserClient {
*/
fun inbox(): InboxService

/** Endpoints for generating new CAS documents via email mailback (KFintech). */
fun kfintech(): KfintechService

/** Endpoints for parsing CAS PDF files from different sources. */
Expand Down Expand Up @@ -226,7 +225,6 @@ interface CasParserClient {
*/
fun inbox(): InboxService.WithRawResponse

/** Endpoints for generating new CAS documents via email mailback (KFintech). */
fun kfintech(): KfintechService.WithRawResponse

/** Endpoints for parsing CAS PDF files from different sources. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ interface CasParserClientAsync {
*/
fun inbox(): InboxServiceAsync

/** Endpoints for generating new CAS documents via email mailback (KFintech). */
fun kfintech(): KfintechServiceAsync

/** Endpoints for parsing CAS PDF files from different sources. */
Expand Down Expand Up @@ -230,7 +229,6 @@ interface CasParserClientAsync {
*/
fun inbox(): InboxServiceAsync.WithRawResponse

/** Endpoints for generating new CAS documents via email mailback (KFintech). */
fun kfintech(): KfintechServiceAsync.WithRawResponse

/** Endpoints for parsing CAS PDF files from different sources. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class CasParserClientAsyncImpl(private val clientOptions: ClientOptions) : CasPa
*/
override fun inbox(): InboxServiceAsync = inbox

/** Endpoints for generating new CAS documents via email mailback (KFintech). */
override fun kfintech(): KfintechServiceAsync = kfintech

/** Endpoints for parsing CAS PDF files from different sources. */
Expand Down Expand Up @@ -306,7 +305,6 @@ class CasParserClientAsyncImpl(private val clientOptions: ClientOptions) : CasPa
*/
override fun inbox(): InboxServiceAsync.WithRawResponse = inbox

/** Endpoints for generating new CAS documents via email mailback (KFintech). */
override fun kfintech(): KfintechServiceAsync.WithRawResponse = kfintech

/** Endpoints for parsing CAS PDF files from different sources. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ class CasParserClientImpl(private val clientOptions: ClientOptions) : CasParserC
*/
override fun inbox(): InboxService = inbox

/** Endpoints for generating new CAS documents via email mailback (KFintech). */
override fun kfintech(): KfintechService = kfintech

/** Endpoints for parsing CAS PDF files from different sources. */
Expand Down Expand Up @@ -300,7 +299,6 @@ class CasParserClientImpl(private val clientOptions: ClientOptions) : CasParserC
*/
override fun inbox(): InboxService.WithRawResponse = inbox

/** Endpoints for generating new CAS documents via email mailback (KFintech). */
override fun kfintech(): KfintechService.WithRawResponse = kfintech

/** Endpoints for parsing CAS PDF files from different sources. */
Expand Down
Loading
Loading