Skip to content

Latest commit

 

History

History
142 lines (73 loc) · 7.45 KB

File metadata and controls

142 lines (73 loc) · 7.45 KB

Changelog

2.1.0 (2026-09-11)

Features

  • retrieval: add include_document_ids to query (9d4437a)
  • retrieval: add include_document_ids to query (4b567f4)

2.0.0 (2026-08-24)

Features

  • add llm_config.models per-channel model map (756a737)
  • add llm_config.provider multimodal shorthand (49b67cb)
  • support llm_config BYOK on jobs and retrieval (51adb5a)
  • support llm_config BYOK on jobs and retrieval (fba428f)
  • sync HTTP types and auth with Node SDK 2.2.0 (d4706a9)
  • sync HTTP types and auth with Node SDK 2.2.0 (96c6498)

Bug Fixes

  • keep python release on release-please path (a5da15c)
  • pin ruff to 0.15 so CI matches local lint (006ad21)

Documentation

  • clarify llm_config partial per-channel override (cbef45d)

Refactors

  • flatten llm_config to OpenAI-style root fields (2c65f2f)

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