Skip to content

chore: release 0.8.1 - #4

Merged
mrmx merged 1 commit into
mainfrom
chore/release-0.8.1
Jul 27, 2026
Merged

chore: release 0.8.1#4
mrmx merged 1 commit into
mainfrom
chore/release-0.8.1

Conversation

@mrmx

@mrmx mrmx commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Ships the execute-poll fix for the 202 the API returns when a job is known but its result is not readable yet.

Why api-client-java stays at 0.6.0

The generated signature does not move: openapi-generator takes the 200 type and ignores the 202 schema, and at runtime any 2xx is a success (statusCode()/100 != 2 is the error test). A 202 therefore arrives as a BacktestJobResult with a null state — exactly the case the fix in this release handles. No client release was needed.

Validation

mvn clean verify green (49 tests), including the live integration test run against the API serving spec 0.99.2.

Ships the execute-poll fix for the 202 the API returns when a job is known but
its result is not readable yet.

api-client-java stays at 0.6.0: the generated signature does not move, because
openapi-generator takes the 200 type and ignores the 202 schema, and at runtime
any 2xx is a success. A 202 therefore arrives as a BacktestJobResult with a
null state, which is exactly what the fix in this release handles.

Verified against the live API serving that spec: full verify green, live
integration included.
@mrmx
mrmx merged commit 0b006e8 into main Jul 27, 2026
3 checks passed
@mrmx
mrmx deleted the chore/release-0.8.1 branch July 27, 2026 09:28
@mrmx
mrmx temporarily deployed to Preproduction July 27, 2026 09:28 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant