Skip to content

0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:00

Changed 🔄

  • Bumped com.qtsurfer:sdk-java to 0.8.0 (API spec 0.99.1, 16 operationId renames — no request/response shape, field, or endpoint changes). sdk-java's own entry point is renamed as part of that: QTSurfer.auth(...)QTSurfer.authenticate(...). Updated the server's single auth-mint call site (Main.authenticate(...), internal) accordingly. No change to any MCP tool's input or output contract.
  • Registered the renamed generated model classes in the GraalVM reflect-config.json (CancelExecution200ResponseCancelBacktest200Response, GetStrategyStatus200ResponseGetStrategy200Response, PostStrategy200ResponseCompileStrategy200Response, ExecuteBacktestingRequestExecuteBacktestRequest, PrepareBacktestingRequestPrepareRequest, plus their nested enums) so the native binary keeps deserializing/instantiating these types after the rename.