Skip to content

Latest commit

 

History

History
106 lines (54 loc) · 5.34 KB

File metadata and controls

106 lines (54 loc) · 5.34 KB

Changelog

0.6.0 (2026-06-30)

Features

  • support document list pagination (f84c29a)
  • support document list pagination (f26574e)

0.5.1 (2026-06-02)

Bug Fixes

  • sync retrieval response sdk contract (7827ea6)
  • sync retrieval response SDK contract (d439490)
  • types: make RetrievalResult.score Optional[float] to match API null return (#27) (06cf60f)

0.5.0 (2026-05-15)

Features

  • sync SDK with current worker ZIP contract and agentic retrieval API (ad8db2e)

0.4.0 (2026-04-27)

Features

  • add document chunks resource methods (73094d4)

0.3.2 (2026-04-23)

Chores

  • harden python sdk OSS surface (e7d9779)
  • harden Python SDK OSS surface (a9396cd)

0.3.1 (2026-04-22)

Documentation

  • clarify ParseResult document scope (861084e)
  • clarify ParseResult document scope (bb14ad4)

0.3.0 (2026-04-21)

Features

  • add retrieval service sdk clients (bceef5c)
  • integrate retrieval service v1 in Python SDK (bce7aa8)

0.2.1 (2026-04-09)

Bug Fixes

  • narrow status error constructors (c8fc035)
  • remove stale mypy ignore (150336a)
  • sync optimized parse result payload (a7903ad)
  • sync parse result payload with current API schema (430b067)

0.2.0 (2026-03-18)

Features

  • ehance retry logic and exceptions handling (a7d078f)
  • implement retry logic for file uploads and introduce ValidationError for client input validation. (1fddae6)

Bug Fixes

  • accept token lists in parse results (192dac9)
  • accept token lists in parse results (4dc1407)

Chores

Documentation

Refactors

  • require list tokens in parse results (663491c)

0.1.0 (2026-02-11)

Features