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
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.8.0"
".": "0.9.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: 20
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-cd8e042a9746bbe9bd180614fccc7597b85f4e8f6a29da6cd2f4cbf831fb2fbe.yml
openapi_spec_hash: e27c0d9cd8cdeb348c88e6c4e8777e39
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-4d179917b01ea51a3325e7b37ecbbb60d0ba8f60381fe715ff3ec31284ca8042.yml
openapi_spec_hash: d027d37bd7051aa8c05fe1820c05b316
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.9.0 (2026-08-09)

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

### Features

* **api:** api update ([fc2389b](https://github.com/CASParser/cas-parser-java/commit/fc2389bdcf955faa09806458c8ea75e9647b1a18))
* **api:** api update ([0b5a0a6](https://github.com/CASParser/cas-parser-java/commit/0b5a0a6ab6df4b9c90bdbb68aea0965fda0772a9))

## 0.8.0 (2026-08-04)

Full Changelog: [v0.7.1...v0.8.0](https://github.com/CASParser/cas-parser-java/compare/v0.7.1...v0.8.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.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)
[![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.9.0)
[![javadoc](https://javadoc.io/badge2/com.cas_parser.api/cas-parser-java/0.9.0/javadoc.svg)](https://javadoc.io/doc/com.cas_parser.api/cas-parser-java/0.9.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.8.0).
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.9.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.8.0")
implementation("com.cas_parser.api:cas-parser-java:0.9.0")
```

### Maven
Expand All @@ -42,7 +42,7 @@ implementation("com.cas_parser.api:cas-parser-java:0.8.0")
<dependency>
<groupId>com.cas_parser.api</groupId>
<artifactId>cas-parser-java</artifactId>
<version>0.8.0</version>
<version>0.9.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.8.0" // x-release-please-version
version = "0.9.0" // x-release-please-version
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ interface CasParserClient {
/**
* Endpoints for importing CAS files directly from user email inboxes.
*
* **Supported Providers:** Gmail (more coming soon)
* **Supported Providers:**
* - **Gmail** (`gmail`, default) — `@gmail.com` and Google Workspace domains
* - **Microsoft** (`outlook`) — personal Microsoft accounts: `@outlook.com`, `@hotmail.com`,
* `@live.com`, `@msn.com`, and localised variants such as `@hotmail.co.uk`, `@live.in`,
* `@hotmail.fr`. Any other address registered as a personal Microsoft account also works,
* including custom domains.
* - **Zoho Mail** (`zoho`) — Zoho-hosted mailboxes, including custom domains
*
* **How it works:**
* 1. Call `POST /v4/inbox/connect` to get an OAuth URL
Expand Down Expand Up @@ -209,7 +215,13 @@ interface CasParserClient {
/**
* Endpoints for importing CAS files directly from user email inboxes.
*
* **Supported Providers:** Gmail (more coming soon)
* **Supported Providers:**
* - **Gmail** (`gmail`, default) — `@gmail.com` and Google Workspace domains
* - **Microsoft** (`outlook`) — personal Microsoft accounts: `@outlook.com`,
* `@hotmail.com`, `@live.com`, `@msn.com`, and localised variants such as
* `@hotmail.co.uk`, `@live.in`, `@hotmail.fr`. Any other address registered as a personal
* Microsoft account also works, including custom domains.
* - **Zoho Mail** (`zoho`) — Zoho-hosted mailboxes, including custom domains
*
* **How it works:**
* 1. Call `POST /v4/inbox/connect` to get an OAuth URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ interface CasParserClientAsync {
/**
* Endpoints for importing CAS files directly from user email inboxes.
*
* **Supported Providers:** Gmail (more coming soon)
* **Supported Providers:**
* - **Gmail** (`gmail`, default) — `@gmail.com` and Google Workspace domains
* - **Microsoft** (`outlook`) — personal Microsoft accounts: `@outlook.com`, `@hotmail.com`,
* `@live.com`, `@msn.com`, and localised variants such as `@hotmail.co.uk`, `@live.in`,
* `@hotmail.fr`. Any other address registered as a personal Microsoft account also works,
* including custom domains.
* - **Zoho Mail** (`zoho`) — Zoho-hosted mailboxes, including custom domains
*
* **How it works:**
* 1. Call `POST /v4/inbox/connect` to get an OAuth URL
Expand Down Expand Up @@ -213,7 +219,13 @@ interface CasParserClientAsync {
/**
* Endpoints for importing CAS files directly from user email inboxes.
*
* **Supported Providers:** Gmail (more coming soon)
* **Supported Providers:**
* - **Gmail** (`gmail`, default) — `@gmail.com` and Google Workspace domains
* - **Microsoft** (`outlook`) — personal Microsoft accounts: `@outlook.com`,
* `@hotmail.com`, `@live.com`, `@msn.com`, and localised variants such as
* `@hotmail.co.uk`, `@live.in`, `@hotmail.fr`. Any other address registered as a personal
* Microsoft account also works, including custom domains.
* - **Zoho Mail** (`zoho`) — Zoho-hosted mailboxes, including custom domains
*
* **How it works:**
* 1. Call `POST /v4/inbox/connect` to get an OAuth URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,13 @@ class CasParserClientAsyncImpl(private val clientOptions: ClientOptions) : CasPa
/**
* Endpoints for importing CAS files directly from user email inboxes.
*
* **Supported Providers:** Gmail (more coming soon)
* **Supported Providers:**
* - **Gmail** (`gmail`, default) — `@gmail.com` and Google Workspace domains
* - **Microsoft** (`outlook`) — personal Microsoft accounts: `@outlook.com`, `@hotmail.com`,
* `@live.com`, `@msn.com`, and localised variants such as `@hotmail.co.uk`, `@live.in`,
* `@hotmail.fr`. Any other address registered as a personal Microsoft account also works,
* including custom domains.
* - **Zoho Mail** (`zoho`) — Zoho-hosted mailboxes, including custom domains
*
* **How it works:**
* 1. Call `POST /v4/inbox/connect` to get an OAuth URL
Expand Down Expand Up @@ -289,7 +295,13 @@ class CasParserClientAsyncImpl(private val clientOptions: ClientOptions) : CasPa
/**
* Endpoints for importing CAS files directly from user email inboxes.
*
* **Supported Providers:** Gmail (more coming soon)
* **Supported Providers:**
* - **Gmail** (`gmail`, default) — `@gmail.com` and Google Workspace domains
* - **Microsoft** (`outlook`) — personal Microsoft accounts: `@outlook.com`,
* `@hotmail.com`, `@live.com`, `@msn.com`, and localised variants such as
* `@hotmail.co.uk`, `@live.in`, `@hotmail.fr`. Any other address registered as a personal
* Microsoft account also works, including custom domains.
* - **Zoho Mail** (`zoho`) — Zoho-hosted mailboxes, including custom domains
*
* **How it works:**
* 1. Call `POST /v4/inbox/connect` to get an OAuth URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@ class CasParserClientImpl(private val clientOptions: ClientOptions) : CasParserC
/**
* Endpoints for importing CAS files directly from user email inboxes.
*
* **Supported Providers:** Gmail (more coming soon)
* **Supported Providers:**
* - **Gmail** (`gmail`, default) — `@gmail.com` and Google Workspace domains
* - **Microsoft** (`outlook`) — personal Microsoft accounts: `@outlook.com`, `@hotmail.com`,
* `@live.com`, `@msn.com`, and localised variants such as `@hotmail.co.uk`, `@live.in`,
* `@hotmail.fr`. Any other address registered as a personal Microsoft account also works,
* including custom domains.
* - **Zoho Mail** (`zoho`) — Zoho-hosted mailboxes, including custom domains
*
* **How it works:**
* 1. Call `POST /v4/inbox/connect` to get an OAuth URL
Expand Down Expand Up @@ -283,7 +289,13 @@ class CasParserClientImpl(private val clientOptions: ClientOptions) : CasParserC
/**
* Endpoints for importing CAS files directly from user email inboxes.
*
* **Supported Providers:** Gmail (more coming soon)
* **Supported Providers:**
* - **Gmail** (`gmail`, default) — `@gmail.com` and Google Workspace domains
* - **Microsoft** (`outlook`) — personal Microsoft accounts: `@outlook.com`,
* `@hotmail.com`, `@live.com`, `@msn.com`, and localised variants such as
* `@hotmail.co.uk`, `@live.in`, `@hotmail.fr`. Any other address registered as a personal
* Microsoft account also works, including custom domains.
* - **Zoho Mail** (`zoho`) — Zoho-hosted mailboxes, including custom domains
*
* **How it works:**
* 1. Call `POST /v4/inbox/connect` to get an OAuth URL
Expand Down
Loading
Loading