Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 931 Bytes

File metadata and controls

19 lines (15 loc) · 931 Bytes

Changelog

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

[1.0.0] — 2026-08-09

First public release.

  • analyze, analyze_async, analyze_and_wait, ask, ask_async, detect
  • get_task, wait_for_task, credits, requests, iter_requests
  • presets, preset, and the saved-schema endpoints
  • Typed exception hierarchy over the API's error.code contract
  • Retries that honor Retry-After, with an automatic Idempotency-Key on every billable POST so a retry replays rather than re-charges
  • verify_webhook — constant-time, rotation-aware, verified over the raw bytes
  • unwrap / value / rows / present / missing / below_confidence result helpers
  • TypedDict definitions for every response, and a py.typed marker