Skip to content

chore: bump sdk to 0.8.1, release 0.7.1 - #2

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

chore: bump sdk to 0.8.1, release 0.7.1#2
mrmx merged 1 commit into
mainfrom
chore/sdk-0.8.1

Conversation

@mrmx

@mrmx mrmx commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Picks up the SDK fix for the 202 the API returns when a job is known but its result is not readable yet.

No source change here. The SDK's Backtest abstraction absorbs the 202-vs-terminal distinction, so this repo never touches the raw response — confirmed by audit: nothing in src/ imports BacktestingApi or BacktestJobResult, and the only .state() call site reads the SDK's own AtomicReference, which is never null.

The effect is still user-visible: a backtest driven through the MCP tools could report an empty result for a run that had actually completed, and now polls until the result is readable.

Validation

mvn clean verify green (36 unit + 5 IT). The SDK dependency resolved from JitPack (sdk-java-0.8.1.jar>jitpack.io), not from a local install — so this verifies the published artifact end to end.

Picks up the SDK fix for the 202 the API returns when a job is known but its
result is not readable yet. No source change here: the SDK's Backtest
abstraction absorbs that distinction, so this repo never sees the raw response.

The effect is still user-visible. A backtest driven through the MCP tools could
report an empty result for a run that had actually completed; it now polls until
the result is readable.

Verified against the artifact published on JitPack, not a local build.
@mrmx
mrmx merged commit 1a886f4 into main Jul 27, 2026
3 checks passed
@mrmx
mrmx deleted the chore/sdk-0.8.1 branch July 27, 2026 09:33
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