Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1008 Bytes

File metadata and controls

20 lines (16 loc) · 1008 Bytes

Changelog

All notable changes to this library are documented here. The format follows Keep a Changelog, and the library follows semantic versioning.

[1.0.0] — 2026-08-09

First public release.

  • analyze, analyzeAsync, analyzeAndWait, ask, askAsync, detect
  • getTask, waitForTask, credits, requests
  • presets, preset, and the saved-schema endpoints
  • Exception hierarchy over the API's error.code contract, plus ErrorCode constants
  • Retries that honor Retry-After, with an automatic Idempotency-Key on every billable POST so a retry replays rather than re-charges
  • Webhook.verify — constant-time, rotation-aware, verified over the raw bytes
  • ExtractionResult / Row / Field accessors that are Optional-based, safe on absent fields, and understand line-item arrays whose cells are wrapped individually
  • No dependencies: java.net.http plus a small internal JSON reader